indeed_listing: GET /
hasdata_indeed_listing_getJobListingsRetrieve Indeed job listings by keyword and location with sort and pagination. Outputs job details for hiring trends and recruitment pipelines.
Instructions
Get Indeed Job Listings
Searches Indeed job listings by keyword and location with sort (relevance/date), country domain targeting, and offset-based pagination (start). Returns an array of jobs with title, company, location, salary, posted date, job URL, and jobKey for the requested page. Use for job-market dashboards, role/geo hiring-trend analysis, sourcing pipelines, and generating URL lists to feed into the Indeed 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 Indeed site (optional). | |
| start | No | The starting index of the results to retrieve (optional). |