Imagine a Indeed Job Scraper, Linkedin Job Scraper, and Google Jobs Scraper and many more rolled into one. This scraper extracts real-time job postings at scale from any active Google Jobs search results from all over the world. Your ultimate market intelligence tool!
The Google Jobs Scraper is a powerful tool designed to scrape and aggregate job listings from multiple sources. Whether you're building a job portal, conducting market research, or tracking employment trends, this actor provides structured job data in real time.
Parameter | Type | Description |
---|---|---|
countryName | String | Select the country for job search. Default: "all". |
companyName | String | (Optional) Enter the company name to filter job listings. |
locationName | String | (Optional) Enter the city or region. |
includeKeyword | String | (Optional) Comma-separated keywords (e.g., React, Next.js, remote, part time). |
pagesToFetch | Integer | Number of pages to scrape. Minimum: 1. Default: 1. |
source | String | (Optional) Choose the job source. Default: "all". |
last | String | Value can be "all", "24h", "48h" or "72h". Default: "all". |
1{ 2 "countryName": "usa", 3 "companyName": "google", 4 "locationName": "new york", 5 "includeKeyword": "python, django", 6 "pagesToFetch": 2, 7 "source": "linkedin.com" 8}
The actor returns structured job listings in JSON format:
1[ 2 { 3 "job_title": "Frontend Developer", 4 "company_name": "Tech Corp", 5 "location": "Remote", 6 "posted_via": "LinkedIn", 7 "salary": "$75,000 - $90,000", 8 "date": "2025-03-25", 9 "URL": "https://example.com/job/frontend-dev" 10 } 11]
Start collecting job data effortlessly! 🚀
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!