Google Jobs Scraper avatar

Google Jobs Scraper

Under maintenance

Pricing

from $50.00 / 1,000 results

Go to Apify Store
Google Jobs Scraper

Google Jobs Scraper

Under maintenance

Access real-time job listings from Google Jobs. Search by keyword, location, date posted, and job type. Returns structured data including title, company, salary, and apply links. Powered by SerpAPI with smart caching

Pricing

from $50.00 / 1,000 results

Rating

0.0

(0)

Developer

Derek Hefley

Derek Hefley

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Share

Access real-time job listings from Google Jobs. Search by keyword, location, date posted, and job type. Returns structured JSON with title, company, location, salary, and direct apply links.

What It Does

This actor searches Google Jobs for matching listings and saves each result as a structured record in your Apify dataset. It is ideal for job market research, recruitment pipelines, HR analytics, and building custom job boards.

Input

FieldTypeRequiredDescriptionExample
querystringYesJob search keywordssoftware engineer
locationstringNoCity, state, or countryNew York
datePostedstringNoRecency filter: today, 3days, week, monthweek
jobTypestringNoEmployment type: fulltime, parttime, contractor, internfulltime
countrystringNoTwo-letter country code for localized resultsus

Example Input

{
"query": "software engineer",
"location": "New York",
"datePosted": "week",
"jobType": "fulltime",
"country": "us"
}

Output

Each job listing is saved as a record in the Apify dataset with the following fields:

FieldTypeDescription
job_titlestringRole/position title
company_namestringHiring company
locationstringJob location or Remote
salarystringSalary range if listed
datestringPosting date (YYYY-MM-DD)
job_typestringEmployment type
posted_viastringPlatform where job was posted
URLstringDirect link to apply

Example Output Record

{
"job_title": "Senior Software Engineer",
"company_name": "Google",
"location": "New York, NY",
"salary": "$165,000 - $210,000 a year",
"date": "2026-04-13",
"job_type": "Full-time",
"posted_via": "LinkedIn",
"URL": "https://careers.google.com/jobs/results/example"
}

Use Cases

Job Market Research — Track hiring trends by role, location, or company over time.

Recruitment & Sourcing — Build pipeline data on open roles at target companies.

HR Analytics — Monitor salary ranges and job type distributions across industries.

Custom Job Boards — Power a niche job board with fresh, structured listings.

Competitive Intelligence — Track which companies are hiring in your space.

Pricing

This actor uses Apify's pay-per-event model:

  • Actor Start: $0.00005 per run
  • Per Result: $0.05 per job listing returned

A free tier is available to get started without a credit card.

Notes

  • Results reflect publicly available data from Google Jobs at time of request.
  • Smart caching is applied — repeated identical queries return fast cached results.
  • The salary field is only populated when Google Jobs displays salary data for the listing.

Support

For questions or issues, contact derekhefley@gmail.com or visit apidominance.com.