Glassdoor Reviews Scraper - Company Reviews, No API Key
Pricing
$7.00 / 1,000 product reviews
Glassdoor Reviews Scraper - Company Reviews, No API Key
Scrape Glassdoor company reviews to JSON — no API key, no login. Get ratings, pros, cons, job title, location, sub-ratings. Bulk, pay per result.
Pricing
$7.00 / 1,000 product reviews
Rating
0.0
(0)
Developer
Jaime Martinez
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Glassdoor Reviews Scraper (No API Key)
Scrape Glassdoor company reviews into clean, structured JSON — no API key, no login, no browser automation. Paste one or more Glassdoor employer review page URLs and this actor extracts every review with the full rating breakdown: ratingOverall, pros, cons, summary, jobTitle, location, employmentStatus, review date, and the five sub-ratings (work-life balance, culture, career opportunities, compensation, senior leadership). Built for developers, market and HR analysts, recruiters, and AI/RAG pipelines that need bulk employer review data — pay per result, no subscription.
Reliability: requests use Chrome TLS impersonation over Apify residential US proxies with automatic session rotation to clear anti-bot walls, reading Glassdoor's own structured review data rather than rendered HTML.
⚡ Quick start
Paste this into the Actor's Input (JSON view) and hit Start:
{"startUrls": [{ "url": "https://www.glassdoor.com/Reviews/Google-Reviews-E9079.htm" }],"maxReviews": 50}
Each result row looks like:
{"reviewId": 87654321,"date": "2025-11-04T08:31:12.917","ratingOverall": 4,"summary": "Great place to grow as an engineer","pros": "Smart colleagues, strong benefits, interesting problems at scale","cons": "Promotion process is slow and can feel political","jobTitle": "Software Engineer","location": "Mountain View, CA"}
Or run it from the API:
POST https://api.apify.com/v2/acts/jamhimself~glassdoor-reviews-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN
What you get
Each review is one dataset row with these fields:
| Field | Description |
|---|---|
employerId | Glassdoor employer/company id |
reviewId | Stable Glassdoor review id |
reviewUrl | Company review page URL |
date | Review date/time |
ratingOverall | 1–5 star overall rating |
summary | Review headline |
pros | Free-text pros |
cons | Free-text cons |
jobTitle | Reviewer's job title |
location | Reviewer's location |
employmentStatus | Current or former employee |
lengthOfEmployment | Tenure at the company |
isCurrentJob | Whether the reviewer still works there |
ratingWorkLifeBalance | Work-life balance sub-rating |
ratingCultureAndValues | Culture and values sub-rating |
ratingCareerOpportunities | Career opportunities sub-rating |
ratingCompensationAndBenefits | Compensation and benefits sub-rating |
ratingSeniorLeadership | Senior leadership sub-rating |
Use cases
- Employer brand & reputation monitoring — track a company's Glassdoor reviews, overall rating trends, and pros/cons over time.
- Competitor benchmarking — pull reviews for several employers and compare culture, leadership, and compensation sub-ratings side by side.
- HR & compensation research — mine
pros/consand sub-ratings to understand what employees value or complain about across companies. - Recruiting & candidate sourcing intelligence — gauge sentiment by
jobTitleandlocationbefore targeting talent or scoping a market. - LLM / RAG feeds — turn structured employer reviews into a corpus for sentiment analysis, summarization, or retrieval-augmented Q&A.
- Review dataset building — export bulk Glassdoor review data to JSON/CSV/Excel for dashboards, NLP models, or ongoing datasets.
Input
| Param | Description |
|---|---|
startUrls | One or more Glassdoor company review page URLs, e.g. https://www.glassdoor.com/Reviews/Google-Reviews-E9079.htm |
companyUrls | Alternative to startUrls: a plain array of Glassdoor review URLs or slugs |
maxReviews | Max reviews to return per company (default 100, up to 100000; paginates automatically) |
sort | RELEVANCE (most relevant) or DATE (newest first). Default RELEVANCE |
Find a company's review URL by searching the company on glassdoor.com and copying the /Reviews/<Company>-Reviews-E<id>.htm link.
Example input:
{"startUrls": [{ "url": "https://www.glassdoor.com/Reviews/Google-Reviews-E9079.htm" }],"maxReviews": 100,"sort": "RELEVANCE"}
Pricing
Pay per review delivered — you only pay for the reviews you actually receive. No subscription.
Found this useful? A quick review on the Apify Store really helps.