Google Jobs Listing API

Google Jobs Listing API allows you to scrape results from a Google Jobs Listing search

Engine: google_jobs_listing

API Parameters
Searchdata Parameters
engine
Required

The engine of the API. Needs to be set to google_jobs_listing for this request.

api_key
Required

Your API Key

Search Query
q
Required

The job_id obtained via the google jobs api. This is the base 64 encoded value of a JSON like this: {"job_title":"Sr Software Developer (R&D)","company_name":"B. Braun Medical Inc.","htidocid":"U3hnego7LaXJ9lF7AAAAAA==","q":"programmer"}

Google Jobs Listing API examples

Example for a given job id

Google Jobs Listing API example
GET external-link
https://api.searchdata.io/v1?engine=google_jobs_listing&api_key=YOUR_API_KEY&q=eyJqb2JfdGl0bGUiOiJTciBTb2Z0d2FyZSBEZXZlbG9wZXIgKFImRCkiLCJjb21wYW55X25hbWUiOiJCLiBCcmF1biBNZWRpY2FsIEluYy4iLCJodGlkb2NpZCI6IlUzaG5lZ283TGFYSjlsRjdBQUFBQUE9PSIsInEiOiJwcm9ncmFtbWVyIn0=
Code to integrate
external-link
Json Example external-link
{
  "search_parameters": {
    "google_jobs_listing_url": "https://www.google.com/search?q=programmer&ibp=htl;jobs&hl=en&sourceid=chrome&ie=UTF-8#htivrt=jobs&htidocid=U3hnego7LaXJ9lF7AAAAAA==&sourceid=chrome&ie=UTF-8",
    "engine": "google_jobs_listing",
    "google_domain": "google.com",
    "device": "desktop",
    "query": "eyJqb2JfdGl0bGUiOiJTciBTb2Z0d2FyZSBEZXZlbG9wZXIgKFImRCkiLCJjb21wYW55X25hbWUiOiJCLiBCcmF1biBNZWRpY2FsIEluYy4iLCJodGlkb2NpZCI6IlUzaG5lZ283TGFYSjlsRjdBQUFBQUE9PSIsInEiOiJwcm9ncmFtbWVyIn0="
  },
  "search_information": {
    "organic_results_state": "Results for exact spelling",
    "total_results": null,
    "time_taken_displayed": null,
    "query_displayed": null
  },
  "google_jobs_listing": {
    "apply_options": [
      {}
    ],
    "ratings": [
      {
        "source": "Indeed",
        "link": "https://www.indeed.com/cmp/B.-Braun-Medical-Inc/reviews?fcountry=US&floc=Daytona+Beach,+FL&utm_campaign=google_jobs_reviews&utm_source=google_jobs_reviews&utm_medium=organic",
        "rating": " 3.9 ",
        "reviews": " 945 reviews"
      },
      {
        "source": "PayScale",
        "link": "https://www.payscale.com/research/US/Employer=B._Braun_Medical_Inc/Salary?utm_campaign=google_jobs_reviews&utm_source=google_jobs_reviews&utm_medium=organic",
        "rating": " 3.8 ",
        "reviews": " 25 reviews"
      },
      {
        "source": "Comparably",
        "link": "https://www.comparably.com/companies/b-braun-medical?utm_campaign=google_jobs_reviews&utm_source=google_jobs_reviews&utm_medium=organic",
        "rating": " 4.7 ",
        "reviews": " 98 reviews"
      }
    ],
    "salaries": [
      {
        "source": "ZipRecruiter",
        "link": "https://www.ziprecruiter.com/Salaries/R-D-Engineer-Salary-in-Allentown,PA?utm_campaign=google_jobs_salary&utm_source=google_jobs_salary&utm_medium=organic",
        "salary_currency": "$",
        "salary_from": "56k",
        "salary_to": "110k",
        "salary_periodicity": "per year",
        "thumbnail": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://www.ziprecruiter.com&client=HORIZON&size=16&type=FAVICON&fallback_opts=TYPE,SIZE,URL&nfrp=0",
        "based_on": " local employers"
      }
    ]
  }
}