Glassdoor Reviews Scraper - Company Reviews, No API Key avatar

Glassdoor Reviews Scraper - Company Reviews, No API Key

Pricing

$7.00 / 1,000 product reviews

Go to Apify Store
Glassdoor Reviews Scraper - Company Reviews, No API Key

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

Jaime Martinez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

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:

FieldDescription
employerIdGlassdoor employer/company id
reviewIdStable Glassdoor review id
reviewUrlCompany review page URL
dateReview date/time
ratingOverall1–5 star overall rating
summaryReview headline
prosFree-text pros
consFree-text cons
jobTitleReviewer's job title
locationReviewer's location
employmentStatusCurrent or former employee
lengthOfEmploymentTenure at the company
isCurrentJobWhether the reviewer still works there
ratingWorkLifeBalanceWork-life balance sub-rating
ratingCultureAndValuesCulture and values sub-rating
ratingCareerOpportunitiesCareer opportunities sub-rating
ratingCompensationAndBenefitsCompensation and benefits sub-rating
ratingSeniorLeadershipSenior 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/cons and sub-ratings to understand what employees value or complain about across companies.
  • Recruiting & candidate sourcing intelligence — gauge sentiment by jobTitle and location before 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

ParamDescription
startUrlsOne or more Glassdoor company review page URLs, e.g. https://www.glassdoor.com/Reviews/Google-Reviews-E9079.htm
companyUrlsAlternative to startUrls: a plain array of Glassdoor review URLs or slugs
maxReviewsMax reviews to return per company (default 100, up to 100000; paginates automatically)
sortRELEVANCE (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.