Google Jobs Results API
The Google Jobs Results API allows a user to scrape jobs results from a regular Google Search page. SerpApi is able to make sense of this information and extract title
, location
, company_name
, link
, thumbnail
and more. We also support the full Google Jobs API which allows you to retrieve more results.
API Examples
Results for: Electrician jobs in Texas

{
...
"jobs_results": {
"link": "https://www.google.com/search?q=electrician+jobs+in+texas&sca_esv=c66ebe7918868edf&hl=en&gl=us&udm=8&sa=X&ved=2ahUKEwjD_6Sm2rKOAxWHVTABHW6mMC0Q3L8LegQISRAM",
"link_text": "100+ more jobs",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_jobs&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&q=electrician+jobs+in+texas",
"jobs": [
{
"title": "Interior Electrician",
"link": "https://www.google.com/search?q=electrician+jobs+in+texas&ie=UTF-8&oq=electrician+jobs+in+texas&hl=en&uule=w+CAIQICIaQXVzdGluLFRleGFzLFVuaXRlZCBTdGF0ZXM&gl=us&udm=8#vhid=vt%3D20/docid%3Du3wCmwGHpD3O8drHAAAAAA%3D%3D&vssid=jobs-detail-viewer",
"company_name": "US Army Medical Department (AMEDD)",
"location": "San Antonio, TX",
"via": "via LinkedIn",
"extensions": [
"9 hours ago",
"Full-time",
"No degree mentioned"
],
"detected_extensions": {
"posted_at": "9 hours ago",
"schedule_type": "Full-time",
"no_degree_mentioned": true
},
"thumbnail": "https://serpapi.com/searches/686fe981ce4eb043dca4b0bc/images/fc332ecb824b3dad4d0d455a9d40b3a6e05ac59d00fff98d2b581a99327a98a9.jpeg"
},
{
"title": "Journeyman Electrician",
"link": "https://www.google.com/search?q=electrician+jobs+in+texas&ie=UTF-8&oq=electrician+jobs+in+texas&hl=en&uule=w+CAIQICIaQXVzdGluLFRleGFzLFVuaXRlZCBTdGF0ZXM&gl=us&udm=8#vhid=vt%3D20/docid%3DzdwelKWWCI02my87AAAAAA%3D%3D&vssid=jobs-detail-viewer",
"company_name": "Travis County",
"location": "Austin, TX",
"via": "via GovernmentJobs.com",
"extensions": [
"54,770.35–67,093.68 a year",
"Full-time",
"No degree mentioned",
"Paid time off",
"Dental insurance",
"Health insurance"
],
"detected_extensions": {
"schedule_type": "Full-time",
"salary": "54,770.35–67,093.68 a year",
"no_degree_mentioned": true,
"paid_time_off": true,
"dental_insurance": true,
"health_insurance": true
}
},
{
"title": "Electrical Technician",
"link": "https://www.google.com/search?q=electrician+jobs+in+texas&ie=UTF-8&oq=electrician+jobs+in+texas&hl=en&uule=w+CAIQICIaQXVzdGluLFRleGFzLFVuaXRlZCBTdGF0ZXM&gl=us&udm=8#vhid=vt%3D20/docid%3DU4952HAN1LOG4U3pAAAAAA%3D%3D&vssid=jobs-detail-viewer",
"company_name": "Aegis Electric",
"location": "Midlothian, TX",
"via": "via LinkedIn",
"extensions": [
"2 days ago",
"Full-time",
"No degree mentioned",
"Health insurance",
"Paid time off",
"Dental insurance"
],
"detected_extensions": {
"posted_at": "2 days ago",
"schedule_type": "Full-time",
"no_degree_mentioned": true,
"health_insurance": true,
"paid_time_off": true,
"dental_insurance": true
}
}
]
},
...
}