Try any of 919 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.
Resolve a skill name to Freelancer skill id(s) (for search's `skills` filter), or list the most-popular skills with their active-project counts. The marketplace's skill taxonomy.
Marketplace to query. Only 'freelancer' is live today; the others are recon-parked (anti-bot wall / phase-2) and return a clear MARKET_UNAVAILABLE if selected.
Skill name (or fragment) to resolve to Freelancer skill id(s) you can feed to search's `skills` filter (e.g. 'python' → {id:13,name:'PHP'}…). Omit to list the most-popular skills.
Max skills to return (1–200, default 60). (1–200)
curl -X POST https://api.reefapi.com/freelance-jobs/v1/skills \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"php","limit":"10"}'Hit Send to run this endpoint live.