Google Jobs Scraper avatar

Google Jobs Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Google Jobs Scraper

Google Jobs Scraper

Under maintenance

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Search job listings indexed by Google Jobs through the Scrappa Google Jobs API.

Features

  • Job listings with title, company, location, source, description, and metadata
  • Country, language, Google domain, and encoded-location targeting
  • Google Jobs filter token support
  • Next-page token support for pagination
  • Full raw API response saved to the key-value store

Input

FieldTypeRequiredDescription
qstringConditionallyJob search query. Required unless next_page_token is provided. Defaults to nurse jobs in Austin when the actor is started with empty or placeholder input.
next_page_tokenstringConditionallyToken from a previous response to fetch the next page.
glstringNoTwo-letter country code, for example us, uk, or de.
hlstringNoTwo-letter language code, for example en, de, or es.
google_domainstringNoGoogle domain to query, for example google.com or google.de.
uulestringNoGoogle-encoded location parameter for precise geolocation.
lradintegerNoSearch radius in miles. Requires uule.
udsstringNoDynamic filter string returned in a previous response.

Output

Dataset

Each job in the jobs array is saved to the dataset.

{
"title": "Software Engineer",
"company": "Example Corp",
"location": "New York, NY",
"via": "LinkedIn",
"description": "Build and maintain production systems...",
"job_id": "example-job-id"
}

Key-Value Store

The complete Scrappa response is saved to the OUTPUT key, including filters and pagination tokens when returned.

{
"jobs": [],
"filters": [],
"next_page_token": "..."
}

Example

{
"q": "nurse jobs in Austin",
"gl": "us",
"hl": "en",
"google_domain": "google.com"
}

Support

For issues or questions, contact us through Apify.