Google Premium Jobs Scraper avatar

Google Premium Jobs Scraper

Pricing

from $1.99 / 1,000 results

Go to Apify Store
Google Premium Jobs Scraper

Google Premium Jobs Scraper

Scrape job listings from Google Jobs (via Google Search) by keyword and location with country and language targeting. Extracts job title, company, location, salary range, job type, date posted, and application URL — perfect for job market research and recruitment intelligence.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

Jobs Scraper

Jobs Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Collect Google Premium Jobs listings with comprehensive details such as job title, hiring company, workplace location, compensation data, and full job descriptions.

Features

  • Advanced job discovery — scrape job listings using keywords, skills, or targeted search queries
  • Regional filtering — target specific cities, states, regions, or countries
  • Adjustable extraction limits — customize the amount of data collected per crawl
  • Compensation insights — extracts available salary and pay information
  • Apify cloud compatible — designed for automated runs, proxy management, and webhook workflows

Use Cases

  • Labor market analytics — study employment demand, skill requirements, and compensation trends
  • Recruitment workflow automation — streamline job discovery and sourcing processes
  • Company hiring monitoring — track openings and recruitment activity for specific organizations
  • Location-based hiring insights — compare job growth and hiring demand across cities and regions

Example Input

{
"query": "software engineer",
"location": "San Francisco",
"maxItems": 5,
"gl": "us",
"hl": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Example Output

{
"type": "webResult",
"position": 1,
"jobTitle": "Software Engineer jobs in San Francisco, CA",
"company": "Stripe",
"location": "San Francisco, CA (Hybrid)",
"source": "LinkedIn",
"datePosted": "3 days ago",
"jobType": "Full-time",
"salary": "$180,000 – $240,000 a year",
"applyLink": "https://www.linkedin.com/jobs/view/1234567890",
"applyLinks": ["https://www.linkedin.com/jobs/view/1234567890"],
"jobUrl": "https://www.google.com/search?q=senior+software+engineer&ibp=htl;jobs#fpstate=tldetail&htivrt=jobs&htiq=senior+software+engineer&id=AAAA",
"searchQuery": "senior software engineer",
"searchLocation": "San Francisco",
"page": 1,
"scrapedAt": "2025-01-15T10:30:00.000Z"
}

Transparent indexed fallback

If the direct Google Jobs surface is blocked or yields no usable records, the Actor calls Apify's official Google Search Scraper and returns the public job-result URLs found in Google's organic index. Fallback rows are labelled extractionMethod: "indexed_search_fallback" and extractionStatus: "indexed_listing_only"; fields not available in the index are left empty rather than invented. This child run consumes additional Apify platform usage, and fallbackRunId records its source run.