docs / guru

Guru.com API scraper

Guru.com API scraper

base /guru/v14 endpoints
post/guru/v1/project1 credit

Full detail for one Guru.com job by URL, slug, or numeric id — title, description, budget{type,min,max,currency}, skills[], employment type, posted date, valid-through, and the job's location requirement (country). No client PII.

ParameterAllowed / rangeDescription
idrequiredThe job to fetch: a Guru job URL, slug, or numeric id.
Try in playground →
post/guru/v1/user1 credit

PUBLIC business profile of a Guru.com freelancer/provider by profile URL or handle: display name, headline, country, skills, and rating summary. PII (email/phone/legal-name/address) is NEVER returned.

ParameterAllowed / rangeDescription
usernamerequiredThe freelancer/provider to fetch: a Guru profile URL or handle. Returns the PUBLIC business profile only — no email / phone / legal-name / address (those are never returned).
Try in playground →
post/guru/v1/categories1 credit

List the top-level Guru.com freelance job categories (Programming, Design, Writing…) — the browse taxonomy for scoping a `search`.

Try in playground →