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.
PUBLIC business profile of a freelancer or employer by username or id: display name, country, role, hourly rate, reputation (rating/reviews/completion/on-time/repeat-hire), skills, membership, badges, registration year. PII (email/phone/legal-name/address) is NEVER returned.
The freelancer/employer to fetch: a Freelancer username (fmsiddique) or a numeric user id. Returns the PUBLIC business profile only — no email / phone / legal-name / address (those are never returned).
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.
curl -X POST https://api.reefapi.com/freelance-jobs/v1/user \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.