Glassdoor Jobs Up-to-Date Scraper avatar

Glassdoor Jobs Up-to-Date Scraper

Pricing

$29.00/month + usage

Go to Apify Store
Glassdoor Jobs Up-to-Date Scraper

Glassdoor Jobs Up-to-Date Scraper

Scrape current Glassdoor job listings by job title and location. Returns job title, company, location, salary, URL, description when available, and employer overview fields.

Pricing

$29.00/month + usage

Rating

0.0

(0)

Developer

Newbs

Newbs

Maintained by Community

Actor stats

7

Bookmarked

147

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape current Glassdoor job listings by job title and location. The actor returns structured job data including title, company, location, salary, job URL, description when available, and employer overview fields.

What You Can Scrape

  • Current Glassdoor search results for a job title and supported location
  • Job title, company, location, salary, and listing URL
  • Job description and employment type when the detail page exposes structured data
  • Employer overview fields such as company name, headquarters, industry, revenue, size, CEO, rating, and year founded when available
  • Employer benefits/review snippets when Glassdoor exposes them in structured data

Input

FieldTypeRequiredDescription
jobstringyesJob title or keyword to search for, for example software engineer.
locationstringyesSupported location slug, for example united-kingdom, new-york, london, france, or india.
numberOfPagesintegeryesNumber of search-result pages to load. Start with 1 for quick runs.
maxItemsintegernoOptional cap on dataset rows. Use a low value for testing or budget control.
proxyobjectnoApify Proxy configuration. The actor can retry without proxy when Glassdoor blocks a proxied search page.

Example Input

{
"job": "software engineer",
"location": "united-kingdom",
"numberOfPages": 1,
"maxItems": 10,
"proxy": {
"useApifyProxy": true
}
}

Output

Each dataset item has three top-level sections:

  • jobDescription - title, salary, job URL, company, location, type, description, and key requirements.
  • employerBenefits - benefit review count and available review snippets.
  • employerOverview - employer profile fields such as size, industry, revenue, headquarters, website, CEO, rating, and founding year.

Example Output

{
"jobDescription": {
"title": "Software Engineer",
"salary": "GBP 65000 - 90000",
"jobUrl": "https://www.glassdoor.co.uk/job-listing/software-engineer-example.htm?jl=123",
"company": "Example Ltd",
"location": "London, England",
"type": "FULL_TIME",
"description": "Role description when available from the job detail page.",
"keyRequirements": "JavaScript, Node.js, APIs"
},
"employerBenefits": {
"numReviews": 0,
"reviews": []
},
"employerOverview": {
"name": "Example Ltd",
"size": "",
"industry": "",
"revenue": "",
"headquarters": "London, England",
"website": "",
"ceo": {
"name": "",
"photoUrl": ""
},
"overallRating": "",
"yearFounded": ""
}
}

Reliability Notes

Glassdoor may show a verification or block page to some datacenter proxy sessions. When this happens on the search page, the actor records diagnostics and retries once without proxy so the run can still return search-result data. If a detail page is blocked, the actor falls back to the data already present in the search results.

For quick validation, use numberOfPages: 1 and a small maxItems value such as 3.

Disclaimer

Use this actor responsibly and ensure your use of scraped data complies with applicable laws, Glassdoor terms, and Apify policies.