glassdoor_listing: GET /
hasdata_glassdoor_listing_getJobListingsSearch Glassdoor job listings by keyword and location with sort and pagination. Returns job details including title, company, salary, URL, and next page token. Use to build job feeds, monitor hiring trends, or power candidate sourcing.
Instructions
Get GlassDoor Job Listings
Searches Glassdoor job listings by keyword and location with sort (recent/relevant), domain targeting, and nextPageToken pagination. Returns an array of jobs with title, company, location, salary estimate, posted date, job URL, and jobId, plus the next page token. Use to build job feeds, monitor hiring trends for roles/companies/regions, power candidate sourcing tools, and collect URLs for downstream full-detail scraping via the Glassdoor Job endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | The keyword used to search for job listings. | |
| location | Yes | The location to search for job listings. | |
| sort | No | The sorting option for the search results. | |
| domain | No | The domain of the Glassdoor site (optional). | |
| nextPageToken | No | Token for fetching the next page of jobs. |