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/glassdoor/v1/employer/search1 credit

Resolve a company name to its Glassdoor employer_id + basic profile. Start here — every other action needs the employer_id.

Working example
Parameters

Company name to look up.

request preview
curl -X POST https://api.reefapi.com/glassdoor/v1/employer/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"Google"}'

Hit Send to run this endpoint live.