Google Jobs
google_jobsSearch for job listings on Google Jobs. Returns job postings with titles, company names, locations, descriptions, and apply links aggregated from multiple job boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Job search query (e.g., 'software engineer', 'data scientist in New York'). Required. | |
| gl | No | Country code for search context (e.g., 'us', 'gb'). Defaults to the country of `location`, otherwise us. Some countries return results in their local language. | |
| page | No | Deprecated. Use `next_page_token` to request the next page. | |
| latitude | No | Latitude of the search location, in decimal degrees (-90 to 90). Use with `longitude`. Cannot be combined with `location`. | |
| location | No | Location for job search (e.g., 'San Francisco, CA', 'London, United Kingdom'). | |
| longitude | No | Longitude of the search location, in decimal degrees (-180 to 180). Use with `latitude`. Cannot be combined with `location`. | |
| next_page_token | No | Token from `pagination.next_page_token` in the previous response. Retains the original search location. |