Google Jobs Scraper - Live Job Postings & Salary Data avatar

Google Jobs Scraper - Live Job Postings & Salary Data

Pricing

$5.00 / 1,000 scraped job leads

Go to Apify Store
Google Jobs Scraper - Live Job Postings & Salary Data

Google Jobs Scraper - Live Job Postings & Salary Data

Extract real-time Google Jobs postings with direct apply links, normalized salary min/max, remote status, and full descriptions.

Pricing

$5.00 / 1,000 scraped job leads

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

💼 Google Jobs Scraper - Live Job Postings & Salary Data

🚀 The Fast, Reliable, Real-Time Google Jobs Scraper & Search Aggregator on Apify.

Extract real-time job listings from Google Jobs (aggregating LinkedIn, Indeed, Glassdoor, ZipRecruiter, and direct corporate career portals). Extract structured salary min/max, employment contract types, remote work tags, application links, and complete job descriptions.


⚡ Key Features

  1. Global Real-Time Google Jobs Aggregation: Search millions of live job postings indexed across LinkedIn, Indeed, ZipRecruiter, Glassdoor, and company career sites.
  2. Structured Salary Min/Max Breakdown: Normalizes messy salary strings into numeric min_salary, max_salary, currency, and period: YEARLY/HOURLY/MONTHLY.
  3. Granular Search Filters: Filter by date posted (today, 3days, week, month), employment contract (fulltime, parttime, contractor, intern), and remote positions.
  4. Direct & Portal Apply Links: Get direct corporate career page application links alongside portal links (LinkedIn, Indeed, ZipRecruiter).
  5. Global Multi-Country Coverage: Supports all Google regional domains (US, UK, Germany, France, Canada, Australia, etc.) and interface languages.

📥 Input Configuration

ParameterTypeDefaultDescription
queriesArray<string>["Python Developer"]List of job titles or search terms to scrape.
locationstring""Target city, state, or country (e.g. "London, UK", "New York, NY").
maxJobsinteger20Maximum number of job postings to extract per query.
datePostedstring"all"Filter: "all", "today", "3days", "week", "month".
employmentTypestring"all"Filter: "all", "fulltime", "parttime", "contractor", "intern".
isRemotebooleanfalseFilter exclusively for remote / work-from-home positions.
languagestring"en"Google interface language (en, es, fr, de).
countrystring"us"Google country code (us, uk, fr, de, ca, au).

📤 Output Dataset Example

{
"title": "Senior Python Developer",
"company_name": "Stripe",
"company_domain": "stripe.com",
"company_logo": "https://logo.clearbit.com/stripe.com",
"location": "London, UK",
"country_code": "UK",
"is_remote": true,
"employment_type": "FULL_TIME",
"posted_at_datetime": "2026-08-26T14:30:00Z",
"posted_human_readable": "1 day ago",
"salary": {
"raw_salary": "£95,000 - £135,000 a year",
"currency": "GBP",
"currency_symbol": "£",
"min_salary": 95000,
"max_salary": 135000,
"period": "YEARLY"
},
"description": "We are looking for an exceptional Senior Python Developer to join our core payments infrastructure team at Stripe...",
"apply_options": [
{ "publisher": "Stripe", "apply_link": "https://stripe.com/careers/jobs/12345", "is_direct": true },
{ "publisher": "LinkedIn", "apply_link": "https://www.linkedin.com/jobs/view/987654321", "is_direct": false }
],
"share_link": "https://www.google.com/search?ibp=htl;jobs#fpstate=tldetail&htidocid=job_123",
"google_jobs_url": "https://www.google.com/search?q=Senior+Python+Developer+Stripe&ibp=htl;jobs"
}