The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/indeed/v1/company/reviews1 credit
Get a company's employee reviews from Indeed (review text, overall rating, the 5 sub-ratings — work/life balance, compensation, management, culture, job security — job title, location and date). Pass the company name or Indeed /cmp slug; paginate with `start`.
Parameters
Company name or Indeed /cmp slug.
How many reviews to return from this page (1–20). (1–20)
Pagination offset (0, 20, 40 …). (0–)
request preview
curl -X POST https://api.reefapi.com/indeed/v1/company/reviews \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.