The playground

Try any of 2165 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/upwork/v1/search1 credit

Search live Upwork jobs by keyword and Upwork's own filters — contract type, experience level, project length, weekly workload, client location, how many people the client has hired, client timezone — plus a posted-within-N-hours cut. Returns title, full description, budget, skills, posting timestamp and coarse client signals for each job, with the total match count.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/upwork/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"python","limit":"10"}'

Hit Send to run this endpoint live.

Playground · ReefAPI