Freelancer API
Endpoints : ========= 1-/api/find-job : gets data from 'freelancer.com' platform to show all of the jobs with different skills and bids and prices and state of payment verifications (verified or not verified). 2-/api/find-job/[page-number] : getting more jobs through navigating through the pages of the and gets more jobs. 3-/api/find-freelancers : getting the all of the freelancers and its…
Freelancer API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Jobs /api/find-job |
this endpoints gets all of the listed jobs for different skills and prices and bids number. |
| GET |
Get all jobs in specific page /api/find-job/{page_number} |
this endpoint gets all of the jobs in specific page (default is the first page) till 100 pages. |
| GET |
Get all freelancers /api/find-freelancers |
getting all of the freelancers and some details (title, rating, total earnings, reviews, description, hourly rate) and the default number of freelancers per request is 10 (values… |
| GET |
Get all freelancers in specific page /find-freelancers/{page_number} |
fetch all of the freelancers per specific page and the default number of freelancers search results is 10 (values may change). |
Freelancer API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|