Indeed Company Reviews Scraper — No API Key, Pay Per Result avatar

Indeed Company Reviews Scraper — No API Key, Pay Per Result

Pricing

$7.00 / 1,000 product reviews

Go to Apify Store
Indeed Company Reviews Scraper — No API Key, Pay Per Result

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

Jaime Martinez

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

15 days ago

Last modified

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:

FieldDescription
companyCompany slug the review belongs to (e.g. Amazon.com)
reviewIdStable per-review identifier
ratingOverall 1–5 star rating
titleReview headline
textFull review body
jobTitleReviewer's job title / role
locationReviewer's location
countryReviewer's country
currentEmployeeWhether the reviewer is a current employee
dateReview submission date
helpfulCountHow many users marked the review helpful
ratingWorkLifeBalanceSub-rating: work-life balance
ratingCompensationBenefitsSub-rating: compensation & benefits
ratingJobSecurityAdvancementSub-rating: job security & advancement
ratingManagementSub-rating: management
ratingCultureValuesSub-rating: culture & values
reviewUrlDirect 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 jobTitle and location to 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

ParamTypeDescription
startUrlsarrayOne or more Indeed company review pages, e.g. https://www.indeed.com/cmp/Amazon.com/reviews (prefilled).
companiesarrayAlternative to startUrls: plain Indeed company slugs — the part after /cmp/, e.g. Amazon.com.
maxReviewsintegerMax 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.