All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:22:22.355293+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&hl=en&ibp=htl;jobs"
},
"search_parameters": {
"engine": "google_jobs",
"q": "best coffee makers",
"gl": "us",
"hl": "en",
"location": "Richmond, VA"
},
"filters": [
{
"name": "Date posted",
"options": [
{
"name": "Past 24 hours"
},
{
"name": "Past 3 days"
},
{
"name": "Past week"
},
{
"name": "Past month"
}
]
},
{
"name": "Type",
"options": [
{
"name": "Full-time"
},
{
"name": "Part-time"
},
{
"name": "Contractor"
},
{
"name": "Internship"
}
]
}
],
"jobs_results": [
],
"serpapi_pagination": {
"next_page_token": null
}
}
GET
/v1/data/google/jobs/search1 credit / run VerifiedJobs Search
Job listings aggregated across the web with company, location and source.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Job title / keywords, e.g. 'software engineer'. |
| Advanced filters | |||
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |
| location | string | no | Location to search from, e.g. 'Austin, Texas'. |
| uds | string | no | Google Jobs filter chip token (uds), passed straight through. |
| page | integer | no | Page number. (default: 1) |