App Logo
indeed.com

Get Indeed company reviews

Automatically get Indeed company reviews on indeed.com. Get Indeed employee reviews for a company by its Indeed company slug (e.g. "Google", as it appears in indeed.com/cmp/<slug>), plus the overall rating and detailed-category ratings (work-life balance, pay and benefits, job security, management, culture). Anonymous, read-only.

Input

companySlug required

Indeed company slug from the /cmp/<slug> URL, e.g. "Google" — the slug only, not a full URL.

page optional

Reviews page number. Indeed paginates with a client-side Next button, so the script steps forward page-1 times; a high number costs a step per page. Paging past the last page yields no review cards.

Default: 1

Output

found required

Reports only that the slug did not return HTTP 404. Indeed is inconsistent here — measured: some unknown slugs 404 while others are served a page — so found:true is NOT proof the company exists. Treat a non-null `name` or `rating` as the real existence signal.

companySlug required
url optional
name optional

Company name as Indeed renders it; null when the page carried no company data. Together with `rating`, this is the reliable signal that the company is real.

page optional
rating optional
reviews optional
reviewCount optional
reviewsBlocked optional

True when the page carried no review cards and no aggregate-rating data. Usually Indeed's 'Additional Verification Required' anti-automation interstitial, but the same reading occurs when paging past the last page or when the slug does not name a real company, so it means 'no reviews were readable here', not specifically 'we were blocked'.

categoryRatings optional

Whatever detailed-category rating rows the page shows (e.g. work-life balance, pay and benefits) - the label text as Indeed renders it.

FAQ

Get Indeed employee reviews for a company by its Indeed company slug (e.g. "Google", as it appears in indeed.com/cmp/<slug>), plus the overall rating and detailed-category ratings (work-life balance, pay and benefits, job security, management, culture). Anonymous, read-only.
Ask an AI agent connected to Reduck to run reduck/indeed.com/get_company_reviews, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/indeed.com/get_company_reviews
You do not need one. "Get Indeed company reviews" drives the real indeed.com pages in a browser, so it works whether or not indeed.com offers an API for this.
Required: companySlug. Optional: page.
It returns url, name, page, found, rating, reviews, companySlug, reviewCount, reviewsBlocked, categoryRatings.
No. It only uses pages of indeed.com that are reachable without signing in.
It only reads. It looks things up on indeed.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/indeed.com/get_company_reviews, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/indeed.com/get_company_reviews
It is part of Reduck's official curated catalogue.

Start building not clicking