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/salaries1 credit

Glassdoor job listings with salary pay bands for this employer — title, location, and min/max compensation range.

Parameters

Glassdoor employer ID. Don't know it? Call employer/search with the company name first — it returns employer_id.

Page number (easy paging: 1, 2, 3…). (1–)

Next page: pass the previous response's meta.pagination.next_cursor (the 'Next' button does this automatically).

Jobs per page (1–100). (1–100)

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

Hit Send to run this endpoint live.