google_jobs
Fetch Google Jobs search results with job titles, company names, locations, salary details, and apply links. Supports pagination and filters.
Instructions
Retrieves Google Jobs search results including job titles, company names, locations, salary/extensions, and apply links. Costs 5 API credits per request. [Credits: 5 API credits per request] Notes: Pagination uses next_page_token, obtained from a prior response. Returns: { jobs_results: [{title, company_name, location, via, extensions: [], apply_links: [{title, link}]}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uds | No | Opaque Google-provided string used as an additional search result filter. | |
| lrad | No | Search job results within a particular radius. | |
| uule | No | Encoded geographic location/locale to tailor results. | |
| chips | No | Extra query filters found at the top of the Google Jobs search page. | |
| ltype | No | Filter results by work-from-home listings. | |
| query | Yes | Google Search query, e.g. 'jobs in london'. | |
| domain | No | Google domain for local results, e.g. google.co.in for India. (default: google.com) | |
| country | No | Country name in ISO 3166 Alpha-2 format. (default: us) | |
| language | No | Language of the requested results. (default: en_us) | |
| next_page_token | No | Token used to fetch the subsequent page of results. |