
We’ve made it easier to pinpoint exactly where job opportunities are based. This update to the SERP API allows you to extract job location data directly from Google’s and Bing’s Jobs SERP features.
What’s new?
Our Advanced Google SERP API and Bing SERP API endpoint responses now include a dedicated location
field inside the jobs_element
item. It provides location information as displayed in the search results.
Example of the new Google Jobs SERP element structure:
{ "type": "jobs", "rank_group": 1, "rank_absolute": 1, "position": "left", "xpath": "/html[1]/body[1]/div[3]/div[1]/div[13]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]", "title": "Jobs", "url": null, "items": [ { "type": "jobs_element", "title": "AXIOM Developer - New York, NY; Only Locals; F2F interview", "description": "Jobs via Dice", "location": "New York, NY, United States", "author": "via LinkedIn", "job_posted_time": "16 hours ago", "timestamp": "2025-08-12 19:32:51 +00:00", "contract_type": "Full–time", "salary": null, "url": "https://www.google.co.uk/search?q=developer+jobs+in+nyc&num=100&hl=en&gl=GB&gws_rd=cr&ie=UTF-8&oe=UTF-8&glp=1&uule=w+CAIQIFISCXXeIa8LoNhHEZkq1d1aOpZS&udm=8#vhid=vt%3D20/docid%3Da6D1rL-Jx2Hw1quOAAAAAA%3D%3D&vssid=jobs-detail-viewer" }, { "type": "jobs_element", "title": "Sr. Full Stack Developer - Python", "description": "GAC Solutions", "location": "New York, NY, United States", "author": "via LinkedIn", "job_posted_time": "21 hours ago", "timestamp": "2025-08-12 14:32:51 +00:00", "contract_type": "Contractor", "salary": null, "url": "https://www.google.co.uk/search?q=developer+jobs+in+nyc&num=100&hl=en&gl=GB&gws_rd=cr&ie=UTF-8&oe=UTF-8&glp=1&uule=w+CAIQIFISCXXeIa8LoNhHEZkq1d1aOpZS&udm=8#vhid=vt%3D20/docid%3D1_FLcr3MgLlHgEvCAAAAAA%3D%3D&vssid=jobs-detail-viewer" }, { "type": "jobs_element", "title": "Senior Developer, Full Stack (Open to Remote)", "description": "Penguin Random House", "location": "Anywhere", "author": "via LinkedIn", "job_posted_time": "12 hours ago", "timestamp": "2025-08-12 23:32:51 +00:00", "contract_type": "Full–time", "salary": null, "url": "https://www.google.co.uk/search?q=developer+jobs+in+nyc&num=100&hl=en&gl=GB&gws_rd=cr&ie=UTF-8&oe=UTF-8&glp=1&uule=w+CAIQIFISCXXeIa8LoNhHEZkq1d1aOpZS&udm=8#vhid=vt%3D20/docid%3DXXJ47BZSQOFAjuvIAAAAAA%3D%3D&vssid=jobs-detail-viewer" } ], "rectangle": null }
See our updated SERP API documentation for more details and code examples.