docs / freelance-jobs

Freelance Jobs API

Freelance Jobs API

base /freelance-jobs/v15 endpoints
post/freelance-jobs/v1/project2 credits

Full detail for one freelance project by numeric id, URL, or SEO slug: everything from `search` plus hourly-commitment, timeframe, qualifications, attachment count, escrow flag. No client PII.

ParameterAllowed / rangeDescription
idrequiredThe project to fetch: a numeric project id (40505996), a project URL (https://www.freelancer.com/projects/<slug>), or the SEO slug itself.
source = freelanceroptionalfreelancer · fiverr · upwork · guru · peopleperhourFreelance 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.
Try in playground →
post/freelance-jobs/v1/user2 credits

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.

ParameterAllowed / rangeDescription
usernamerequiredThe 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).
source = freelanceroptionalfreelancer · fiverr · upwork · guru · peopleperhourFreelance 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.
Try in playground →
post/freelance-jobs/v1/skills1 credit

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.

ParameterAllowed / rangeDescription
source = freelanceroptionalfreelancer · fiverr · upwork · guru · peopleperhourFreelance 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.
queryoptionalSkill 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.
limit = 60optional1–200Max skills to return (1–200, default 60).
Try in playground →
post/freelance-jobs/v1/categories1 credit

List the top-level freelance job categories (Websites/IT, Design, Writing, Mobile, …) with their active-project counts — the browse taxonomy for scoping a search.

ParameterAllowed / rangeDescription
source = freelanceroptionalfreelancer · fiverr · upwork · guru · peopleperhourFreelance 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.
Try in playground →