The playground

Try any of 1277 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/guru/v1/search1 credit

Browse live freelance JOBS on Guru.com, scoped server-side by category and skill (and paginated). An optional `query` keyword is applied as a client-side filter over the recent feed (Guru's free-text search is POST-walled). Returns title, description, budget{type,min,max,currency}, skills[], quote count (bids_count), posted date, and url. No client PII.

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

Hit Send to run this endpoint live.