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.
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.
Freelance marketplace to query (e.g. 'freelancer' for Freelancer.com). Additional marketplaces such as Fiverr, Upwork, Guru, and PeoplePerHour are coming soon — selecting one returns a clear status message.
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.