Google Jobs Listing API

Scrape single listing on the Google Jobs platform and get the data in a nicely formatted JSON format.

While the Google Jobs API returns a list with all the available listings on the Google Jobs platform, the Google Jobs Listing API returns data scraped from a singular job. The job you want to scrape is identified by its ID.

You can get the job_id 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"}

Scrape Google Jobs Listings

Google Jobs Listing API Integraation Examples

We will use following URL as an example for this request:

Ready to Use Google Jobs Listing API Scraping Scripts

Google Jobs Listing API Parameter

#1: Query Parameter

Parameter
Type
Description

q Required

string

The base 64 encoded value obtained from the Google Jobs API job_id.

To access this API, your GET request should be sent to the following address:

Response Example

Last updated