# Freelancer API **Provider:** Freelancer **Category:** developer **Base URL:** `https://developers.freelancer.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3,600 req/hour **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.freelancer.com ## Description Task humans from software. Hire in any profession you can think of using our API, on demand–developers, designers, photographers, copywriters, delivery people, manufacturers and more. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.freelancer.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.freelancer.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Freelancer.com marketplace API. Free for reading public data. OAuth required for user actions. Membership plans from $3.95/mo for posting jobs. --- *Source: [API Map](https://apimap.dev/apis/freelancer/) — CC BY 4.0*