Google Jobs aggregates job postings from across the web into a unified search experience. JobSpy’s Google scraper works globally and does not require any country or location parameter beyond what you include in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/speedyapply/JobSpy/llms.txt
Use this file to discover all available pages before exploring further.
google_search_term.
Basic usage
Setsite_name to "google" and use the google_search_term parameter — not search_term:
Supported parameters
| Parameter | Type | Description |
|---|---|---|
google_search_term | str | The full search query for Google Jobs (see below) |
results_wanted | int | Number of results to return |
offset | int | Start results from this position |
Google Jobs does not use the
search_term, location, hours_old, job_type, or country_indeed parameters. All filtering must be encoded in google_search_term.Getting the right query syntax
Google Jobs search queries must match the exact format Google expects. The easiest and most reliable way to get a working query is:- Open Google in your browser and search for jobs (e.g.,
software engineer jobs San Francisco). - Click on the Jobs tab in the search results to open Google Jobs.
- Apply any filters you want (location, date posted, job type, etc.).
- Copy the exact text from the Google Jobs search box.
- Use that string as your
google_search_term.
Query syntax examples
Time filter keywords
Google Jobs recognizes these natural-language time phrases:| Phrase | Equivalent hours |
|---|---|
since yesterday | Last 24 hours |
in the last 3 days | Last 72 hours |
in the last week | Last 7 days |
in the last month | Last 30 days |
hours_old to these phrases when building a query automatically, but when using google_search_term directly you must include the phrase yourself.
Geographic coverage
Google Jobs searches globally. Specify the location directly ingoogle_search_term using natural language such as near [City, Country].
Notes
- If your query returns zero results, the query syntax is most likely incorrect. Try copying the query directly from a browser Google Jobs search.
- Google Jobs results are capped at approximately 1,000 per query.
- The
google_search_termparameter overrides any automatic query constructed fromsearch_term,location, orhours_oldwhen both are provided.
