VOOZH about

URL: https://apify.com/crw/google-jobs-scraper

โ‡ฑ Google Jobs Scraper ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Scrape Google Jobs by keyword and location. Returns job title, company, salary, employment type, full description, and apply links from multiple platforms. Automatic session management โ€” no API key or cookies required. Pay only for what you use

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ CRW

CRW

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

7

Monthly active users

5 days ago

Last modified

Share

Search Google Jobs and extract structured job listings at scale โ€” no API key, no manual browsing, no rate-limit headaches.

Point it at any job title and city. Get back a clean dataset with full descriptions, salary ranges, employment type, and direct apply links from LinkedIn, Indeed, company career pages, and more.


Who is this for?

Recruiters & HR teams Stop copying job listings by hand. Run a search, download a spreadsheet, and have every open role in your target market in minutes.

Compensation analysts Collect salary data from hundreds of listings across cities and roles. Build benchmarks without expensive HR data subscriptions.

Developers & data engineers Plug job data directly into your ATS, CRM, or data pipeline via API or webhook. Full JSON output, Apify dataset storage, and SDK support for Python and JavaScript.

Market researchers & academics Track hiring trends by company, location, or role type. Analyze which skills are in demand, where hiring is growing, and how job descriptions change over time.


What you get

Every job listing comes with:

FieldExample
titleSenior Software Engineer
companyNameTravelers
locationLondon, United Kingdom
viavia LinkedIn
descriptionFull job description text
jobHighlightsQualifications, Responsibilities, Benefits (structured)
applyLinkLinks to LinkedIn, Indeed, company site, and others
metadata.postedAt3 days ago
metadata.scheduleTypeFull-time
metadata.salary$120,000โ€“$150,000/yr
logoCompany logo image URL

Sample record

{
"title":"Senior Software Engineer - Python",
"companyName":"Travelers",
"location":"London, United Kingdom",
"via":"via Travelers Careers",
"description":"Taking care of our customers, our communities and each other...",
"jobHighlights":[
{
"title":"Qualifications",
"items":[
"5+ years of Python experience",
"Experience with microservices architecture"
]
},
{
"title":"Benefits",
"items":["Competitive salary","Hybrid working","Health insurance"]
}
],
"applyLink":[
{"title":"careers.travelers.com","link":"https://careers.travelers.com/..."},
{"title":"indeed.com","link":"https://uk.indeed.com/..."},
{"title":"linkedin.com","link":"https://uk.linkedin.com/..."}
],
"metadata":{
"postedAt":"16 days ago",
"scheduleType":"Full-time",
"salary":null
},
"logo":"https://encrypted-tbn0.gstatic.com/images?q=..."
}

Getting started

1. Set your search

ParameterRequiredDescription
keywordYesJob title or role (e.g. "Data Scientist", "Marketing Manager")
locationYesCity or region (e.g. "London", "New York, NY")
maxResultsNoHow many jobs to collect โ€” between 10 and 500 (default: 50)
glNoCountry code for search results (default: us)
datePostedNoFilter by posting date: any, day, week, week2, month, month6, year (default: any)
hlNoLanguage code for results (default: en)

2. Run it

Click Start in the Apify console, or use the API:

{
"keyword":"Software Engineer",
"location":"London",
"maxResults":100
}

3. Get your data

Results are saved to an Apify dataset the moment each batch completes. Export as JSON, CSV, or Excel โ€” or stream directly into your app via the Apify API.


For developers

JavaScript / TypeScript

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const run =await client.actor('YOUR_ACTOR_ID').call({
keyword:'Software Engineer',
location:'New York, NY',
maxResults:100,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_TOKEN')
run = client.actor('YOUR_ACTOR_ID').call(run_input={
'keyword':'Data Scientist',
'location':'London',
'maxResults':100,
})
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

You might also need

Whether you're sourcing candidates, benchmarking compensation, or researching labor market trends, pairing this actor with Upwork data gives you a fuller view of the job market:

  • Upwork Job Search Scraper โ€” Job postings on Upwork: project budgets, required skills, and contract demand by category
  • Upwork Talent Scraper โ€” Talent profiles on Upwork: rates, skills, reviews, and work history for direct sourcing

Limitations

  • Supported regions: Google Jobs is available in select countries. Use the gl parameter to specify your target country from the supported country code list.
  • Volume: Up to 500 jobs per run.

You might also like

Google Jobs Scraper โ€” Salary, Apply Links & MCP-Ready

khadinakbar/google-jobs-scraper

Extract job listings from Google Jobs. Returns title, company, location, salary (parsed min/max), full description, apply link, employment type & more.

164

Google Jobs Scraper API โ€“ Listings by Keyword & Location

nuclear_quietude/google-jobs-scraper-api

Scrape job listings from Google Jobs using keywords and locations with this Google Jobs Scraper API. Extract job title, company, location, employment type, posted date, job description, and apply link. Ideal for job boards, recruitment automation, and job-market analytics.

167

1.0

Google Jobs Scraper

derekhefley/google-jobs-scraper

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

LinkedIn Jobs Scraper Ultra

crawlerbros/linkedin-jobs-scraper-ultra

Search and scrape LinkedIn job listings - title, company, location, salary, seniority level, employment type, job description, and more. No cookies or login required.

โšก Google Jobs Scraper

veeronica/google-jobs-scraper

Scrape Google Jobs listings by keyword and location. Get titles, companies, locations, salaries, posting dates, employment types, descriptions, and every apply link as clean JSON โ€” no login or API key needed.

Google Premium Jobs Scraper

scrapeai/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.

LinkedIn Jobs Scraper

scrapesmith/linkedin-jobs-scraper

๐Ÿ”ฅ ~$0.06/1K jobs l Scrape LinkedIn job listings by keyword and location. Get company, salary, job type, experience level, full description and apply link. Export to Excel, CSV or JSON. No login no cookies.

Google Jobs Scraper - Aggregated Listings, Salary, Apply URLs

thirdwatch/google-jobs-scraper

Scrape Google Jobs (Google for Jobs) aggregated listings: title, company, salary, description, job type, source (Indeed/LinkedIn/Glassdoor), and apply URLs. Searches across 20+ job boards at once. Any country, any query.