Skip to content
Login Sign up

Google Jobs API

Get structured job listings from Google Jobs. Set engine=google_jobs and pass a query such as barista or software engineer to retrieve titles, employers, locations, and application links.

GET https://serp.shifter.io/v1?engine=google_jobs&api_key=YOUR_API_KEY
ParameterTypeRequiredDescription
api_keystringyesYour SERP API key
enginestringyesMust be google_jobs
qstringyesThe job search query
devicestringnodesktop, mobile, or tablet
google_domainstringnoGoogle domain to use
locationstringnoGeotargeting location name
uulestringnoGoogle encoded location string
hlstringnoInterface language code
glstringnoCountry code
startintnoResult offset for pagination
Terminal window
curl "https://serp.shifter.io/v1?engine=google_jobs&api_key=YOUR_API_KEY&q=barista"
{
"search_parameters": {
"engine": "google_jobs",
"q": "barista",
"google_domain": "google.com"
},
"jobs_results": [
{
"title": "Barista",
"company_name": "Starbucks",
"location": "New York, NY",
"via": "via Indeed",
"description": "Create the Starbucks Experience...",
"detected_extensions": {
"posted_at": "2 days ago",
"schedule_type": "Part-time"
},
"job_id": "eyJqb2JfdGl0bGUiOiJCYXJpc3RhIi..."
}
]
}