Indeed Company Reviews Scraper — No API Key, Pay Per Result
Pricing
$7.00 / 1,000 product reviews
Indeed Company Reviews Scraper — No API Key, Pay Per Result
Scrape Indeed company reviews to JSON — no API key, no login. Get rating, title, text, job title, location, dates, helpful count & category sub-ratings. Bulk employer reviews, pay per result.
Pricing
$7.00 / 1,000 product reviews
Rating
0.0
(0)
Developer
Jaime Martinez
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
15 days ago
Last modified
Categories
Share
Indeed Company Reviews Scraper (No API Key)
Scrape Indeed company reviews into clean, structured JSON — no API key, no login, no browser automation to babysit. Point this Indeed employer reviews scraper at any company's Indeed reviews page (or just a company slug) and it returns every review with the full breakdown: rating, review title and text, reviewer jobTitle, location, country, currentEmployee status, date, helpfulCount, reviewUrl, plus the five category sub-ratings (work-life balance, compensation & benefits, job security & advancement, management, culture & values). Built for developers, data analysts, HR and recruiting teams, market researchers, and AI/RAG pipelines that need bulk employer review data. Pay per result, no subscription.
Reliability: runs on Chrome TLS impersonation (curl_cffi) over Apify US residential proxies with session and fingerprint rotation to clear anti-bot walls, reading Indeed's own server-embedded review data for complete, stable pagination.
⚡ Quick start
Paste this into the Actor's Input (JSON view) and hit Start:
{"companies": ["Amazon.com"],"maxReviews": 50}
Each result row looks like:
{"company": "Amazon.com","rating": 4,"title": "Fast-paced but the benefits are solid","text": "Busy fulfillment center work and the days go quickly. Benefits kick in on day one and my managers were fair about scheduling.","jobTitle": "Warehouse Associate","location": "Phoenix, AZ","currentEmployee": false,"date": "2025-11-14"}
Or run it from the API:
POST https://api.apify.com/v2/acts/jamhimself~indeed-reviews-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN
What you get
Each review row contains the following fields:
| Field | Description |
|---|---|
company | Company slug the review belongs to (e.g. Amazon.com) |
reviewId | Stable per-review identifier |
rating | Overall 1–5 star rating |
title | Review headline |
text | Full review body |
jobTitle | Reviewer's job title / role |
location | Reviewer's location |
country | Reviewer's country |
currentEmployee | Whether the reviewer is a current employee |
date | Review submission date |
helpfulCount | How many users marked the review helpful |
ratingWorkLifeBalance | Sub-rating: work-life balance |
ratingCompensationBenefits | Sub-rating: compensation & benefits |
ratingJobSecurityAdvancement | Sub-rating: job security & advancement |
ratingManagement | Sub-rating: management |
ratingCultureValues | Sub-rating: culture & values |
reviewUrl | Direct link to the review on Indeed |
Use cases
- Employer brand & reputation monitoring — track ratings, culture, and management sentiment for your own company over time.
- Competitor benchmarking — compare review volume, star ratings, and category scores across rival employers.
- Compensation & workplace research — mine compensation, benefits, and work-life balance sub-ratings for salary and market studies.
- Recruiting & talent sourcing intelligence — understand what employees say by
jobTitleandlocationto sharpen sourcing and outreach. - LLM / RAG training feed — pipe structured employer reviews straight into a vector store or fine-tuning dataset.
- Dataset building & sentiment analysis — assemble large, deduplicated employer-review datasets for NLP and analytics.
Input
| Param | Type | Description |
|---|---|---|
startUrls | array | One or more Indeed company review pages, e.g. https://www.indeed.com/cmp/Amazon.com/reviews (prefilled). |
companies | array | Alternative to startUrls: plain Indeed company slugs — the part after /cmp/, e.g. Amazon.com. |
maxReviews | integer | Max reviews to return per company. Paginates automatically. Default 100, up to 100000. |
Example input:
{"startUrls": [{ "url": "https://www.indeed.com/cmp/Amazon.com/reviews" }],"maxReviews": 500}
Or by slug:
{"companies": ["Amazon.com", "Google", "Walmart"],"maxReviews": 200}
Pricing
Pay per review delivered. No subscription — you only pay for the reviews you actually receive.
Found this useful? A quick review on the Apify Store really helps.