๐ โญ Glassdoor Scraper โ Reviews & Salaries
Pricing
from $20.00 / 1,000 results
๐ โญ Glassdoor Scraper โ Reviews & Salaries
Extract company reviews, salaries, interview questions & ratings from Glassdoor. Build employer reputation monitoring, competitive analysis & HR intelligence tools. Pay per review.
Pricing
from $20.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
3
Monthly active users
4 hours ago
Last modified
Share
๐ข Glassdoor Review Scraper โ Reviews, Salaries, Interview Questions & Ratings
Extract structured Glassdoor data at scale โ employee reviews with pros/cons + ratings, salary submissions by role + location, interview-question logs, and company-overview metrics. Built as a cheaper, no-contract alternative to LinkedIn Talent Insights ($8-30K/yr), Comparably Premium, kununu, and the now-paywalled Indeed Company Pages for HR analytics, employer-brand monitoring, and competitive intelligence.
Why Glassdoor Scraper Beats LinkedIn Talent, Comparably, kununu & Manual Research
| Feature | NexGenData Glassdoor Scraper | LinkedIn Talent Insights | Comparably Premium | kununu (DACH) | Manual research |
|---|---|---|---|---|---|
| Cost | $3 per 1K results, pay-per-event | $8-30K / year seat | $$$ subscription | $$ subscription | Free (slow + biased) |
| Reviews with full text | Yes โ pros, cons, advice | Aggregated rating only | Yes | Yes (DACH only) | Manual |
| Salary submissions | Yes โ by role + location | Estimated | Yes | Yes (DACH only) | Manual |
| Interview-question log | Yes โ by role | No | No | Limited | Manual |
| Bulk export | JSON / CSV / Excel | Plan-gated | Plan-gated | Plan-gated | DIY |
| Coverage | Global โ every Glassdoor locale | LinkedIn graph | US-centric | DACH-only | N/A |
| API access | Apify REST + SDKs | OAuth-gated | OAuth-gated | OAuth-gated | None |
| Auth required | Apify token | LinkedIn seat | Account login | Account login | None |
| Monthly minimum | None | $$$$ | $$$ | $$ | None |
Most HR / recruiting teams pick this actor instead of the official Glassdoor for Employers analytics because that product caps you at your own company โ you can't see competitor reviews or salary submissions. This actor pulls any company's public page, ships clean JSON, and is cheaper than an entire LinkedIn Talent seat for one analyst.
What You Get
Review records:
company,company_url,review_date,overall_ratingpros,cons,advice_to_management(full text)job_title,employment_status(current / former),location,years_at_companyrecommends,approves_of_ceo,business_outlookculture_rating,worklife_rating,compensation_rating,management_rating
Salary records:
company,job_title,location,years_experiencebase_pay_min,base_pay_max,bonus,stock,total_compcurrency,submitted_date
Interview records:
company,job_title,location,interview_datedifficulty(easy / average / hard),offer_received,interview_experiencequestion_text,process_description
Use Cases
- Talent acquisition โ compare competitor employer-brand sentiment week-over-week
- Compensation studies โ aggregate base + bonus + equity by role + city + tenure
- Interview prep platforms โ populate a Q&A library by company + role
- VC due diligence โ flag culture risk before a Series B (sudden rating drops)
- PR + comms โ monitor your CEO approval + business-outlook trends across regions
- HR analytics consultancies โ bulk extracts for client benchmarking decks
Quick Start (Python)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/glassdoor-review-scraper").call(run_input={"companyUrl": "https://www.glassdoor.com/Overview/Working-at-Stripe-EI_IE671932.htm","dataType": "reviews","maxResults": 200})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["overall_rating"], item["pros"][:80])
Pricing โ Pay Per Result
- Platform fee: $0.005 per start
- Result: $0.003 (i.e. $3 per 1,000 records)
A 5K-review competitive sweep on 10 competitors = $15. A monthly 1K-record HR dashboard = $3/month. No monthly minimum.
Related NexGenData HR & Recruiting Actors
| Use case | Actor |
|---|---|
| Indeed job listings + salaries | indeed-job-scraper |
| LinkedIn jobs (multi-source) | linkedin-jobs-scraper |
| Hacker News "Who is Hiring" structured | hn-whos-hiring-scraper |
| Hiring-signal detector (intent layer) | hiring-signal-detector |
| H-1B visa salary database | h1b-visa-salary-search |
| Greenhouse career-page jobs | greenhouse-jobs-scraper |
| Lever career-page jobs | lever-jobs-scraper |
| WeWorkRemotely + Workable listings | workable-smartrecruiters-jobs-scraper |
| Salary data search (multi-source) | salary-data-search |
| HR compensation MCP for AI agents | hr-compensation-mcp-server |
FAQ
Q: How fresh is the data? A: Live fetch per run โ new reviews and salary submissions appear within minutes of going live on Glassdoor.
Q: Anonymity / PII? A: Glassdoor reviews are already published anonymously. We surface only what's on the public page; no user identification is attempted.
Q: What if a company has 10K+ reviews?
A: Pass maxResults to cap. The actor paginates automatically and is happy to pull 5K+ in one run.
Q: Glassdoor changes its layout โ does that break the actor? A: We patch within 24h of any layout change; the actor's parser is maintained alongside the upstream HTML.
Q: Legal status? A: We fetch public Glassdoor pages the same way a logged-out browser does. Output is metadata about public reviews and salary submissions.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing โ you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests โ those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link โ you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console โ point-and-click run
- Apify API โ REST + webhooks
- Apify Python / JS SDKs โ programmatic batch
- Zapier, Make.com, n8n โ official integrations
- MCP โ many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules โ built-in cron for daily / weekly / monthly runs
- Webhooks โ POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata