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

Estimate the market salary for a job title (optionally in a specific US location) from Indeed's salary data — median/mean/min/max/std + sample size + average cash bonus, plus the top-paying companies, top-paid cities, related job titles and a per-US-state average map. Both the location-specific estimate and the national estimate are returned.

Working example
Parameters

The job title to estimate pay for (e.g. 'software engineer', 'registered nurse', 'truck driver').

Optional US city or state to localise the estimate (e.g. 'Austin, TX', 'California'). Omit for the national figure.

request preview
curl -X POST https://api.reefapi.com/indeed/v1/estimated_salary \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"job_title":"software engineer"}'

Hit Send to run this endpoint live.