Google Jobs Scraper avatar

Google Jobs Scraper

Pricing

Pay per usage

Go to Apify Store
Google Jobs Scraper

Google Jobs Scraper

Scrape Google Jobs listings with titles, companies, salaries, qualifications, and apply links. Aggregate job data from multiple sources for analytics and recruitment.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

fatih dağüstü

fatih dağüstü

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Scrape job listings directly from Google Jobs search results without any API keys or third-party services.

Features

  • Extracts jobs from Google's built-in job search panel
  • No SerpAPI or external API required
  • Scrolls to load more results automatically
  • Extracts: title, company, location, salary, job type, description, apply URL, source
  • Multiple extraction strategies (DOM, JSON-LD, embedded data)
  • Pay-per-result pricing ($3 per 1,000 jobs)

Input

FieldTypeDefaultDescription
searchQuerystring"software engineer"Job search query
locationstring"New York"Job location
maxResultsinteger50Max number of results (1-200)

Output

Each job record contains:

{
"title": "Software Engineer",
"company": "Google",
"location": "Mountain View, CA",
"salary": "$130,000 - $180,000 a year",
"jobType": "full-time",
"datePosted": "3 days ago",
"description": "We are looking for a Software Engineer...",
"applyUrl": "https://careers.google.com/...",
"source": "LinkedIn",
"searchQuery": "software engineer",
"searchLocation": "New York",
"scrapedAt": "2026-03-04T12:00:00.000Z"
}

Usage Example

{
"searchQuery": "data scientist",
"location": "Remote",
"maxResults": 100
}

Pricing

  • $0.003 per scraped job result
  • $0.00005 per actor start (one-time)
  • ~$0.15 per 50 jobs, ~$0.30 per 100 jobs

Notes

  • Google Jobs panel shows results from major job boards (Indeed, LinkedIn, Glassdoor, etc.)
  • Results may vary by location and search query
  • Respects Google's rate limits with human-like browsing behavior