Google Jobs Listing Results API

Our Google Jobs Listing API allows you to scrape SERP results from a Google Jobs Listing search. The API is accessed through the following endpoint: /search?engine=google_jobs_listing.

A user may query the following: https://serpapi.com/search?engine=google_jobs_listing utilizing a GET request. Head to the playground for a live and interactive demo.

Fields Removed from Response

Google has updated the Jobs Listing endpoint. As a result, the following fields are no longer available: salaries, salaries_comparison, apply_options, and similar_jobs.

Currently, the only available field is ratings.

The apply_options field is now directly available from our Google Jobs API.

API Parameters

Search Query

q

Required

Parameter defines the job_id string which can be obtained from Google Jobs API.

Serpapi Parameters

engine

Required

Set parameter to google_jobs_listing to use the Google Jobs Listing API engine.

no_cache

Optional

Parameter will force SerpApi to fetch the Google Jobs Listing results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache. no_cache and async parameters should not be used together.

async

Optional

Parameter defines the way you want to submit your search to SerpApi. It can be set to false (default) to open an HTTP connection and keep it open until you got your search results, or true to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together.

zero_trace

Optional

Enterprise only. Parameter enables ZeroTrace mode. It can be set to false (default) or true. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.

api_key

Required

Parameter defines the SerpApi private key to use.

output

Optional

Parameter defines the final output you want. It can be set to json (default) to get a structured JSON of the results, or html to get the raw html retrieved.

API Results

JSON Results

JSON output includes structured data for ratings.

A search status is accessible through search_metadata.status. It flows this way: Processing -> Success || Error. If a search has failed, error will contain an error message. search_metadata.id is the search ID inside SerpApi.

HTML Results

This API does not have the HTML response, just a text. search_metadata.prettify_html_file contains prettified version of the result. It is displayed in the playground.

API Examples

Example for: Senior Software Engineer at Google

Example for: Senior Software Engineer at Google

JSON Example

{
  "search_metadata": {
    "id": "674d5d0e15afff7fa9309e5b",
    "status": "Success",
    "json_endpoint": "https://serpapi.com/searches/91e10b3125faac6b/674d5d0e15afff7fa9309e5b.json",
    "created_at": "2024-12-02 07:09:02 UTC",
    "processed_at": "2024-12-02 07:09:02 UTC",
    "google_jobs_listing_url": "https://www.google.com/_/VisualFrontendUi/data/batchexecute?rpcids=RQBMgb&source-path=%2Fsearch&viewertype=20&hl=en&soc-app=162&soc-platform=1&soc-device=1&authuser&udm=8",
    "raw_html_file": "https://serpapi.com/searches/91e10b3125faac6b/674d5d0e15afff7fa9309e5b.html",
    "prettify_html_file": "https://serpapi.com/searches/91e10b3125faac6b/674d5d0e15afff7fa9309e5b.prettify",
    "total_time_taken": 1.87
  },
  "search_parameters": {
    "q": "eyJqb2JfdGl0bGUiOiJTZW5pb3IgU29mdHdhcmUgRW5naW5lZXIsIEZ1bGwgU3RhY2ssIEdvb2dsZSBBZHMiLCJjb21wYW55X25hbWUiOiJHb29nbGUiLCJhZGRyZXNzX2NpdHkiOiJMb3MgQW5nZWxlcywgQ0EiLCJodGlkb2NpZCI6ImVrSTI3SWx1RW14QnpHZEtBQUFBQUE9PSJ9",
    "engine": "google_jobs_listing"
  },
  "ratings": [
    {
      "company_name": "Google",
      "link": "https://www.glassdoor.com/Reviews/Google-Reviews-E9079.htm?utm_campaign=google_jobs_reviews&utm_source=google_jobs_reviews&utm_medium=organic",
      "source": "Glassdoor",
      "rating": 4.3,
      "reviews": 59116
    },
    {
      "company_name": "Google",
      "link": "https://www.indeed.com/cmp/Google/reviews?utm_campaign=google_jobs_reviews&utm_source=google_jobs_reviews&utm_medium=organic",
      "source": "Indeed",
      "rating": 4.3,
      "reviews": 5753
    },
    {
      "company_name": "Google",
      "link": "https://www.ambitionbox.com/reviews/google-reviews?utm_campaign=google_jobs_reviews&utm_source=google_jobs_reviews&utm_medium=organic",
      "source": "AmbitionBox",
      "rating": 4.4,
      "reviews": 1792
    }
  ]
}