Freelancer.com Project Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Freelancer.com Project Scraper
Scrape active Freelancer.com projects by keyword, budget, and type. Gather project details like title, budget, bids, skills, description, status, and URL. Supports pagination, budget filtering, curl_cffi browser impersonation, and optional Apify proxy for large-scale project discovery.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
An Apify actor that scrapes active projects from Freelancer.com
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | python | Keyword(s) to search active projects for. |
maxItems | integer | 50 | Max projects to collect (paged 50 at a time). |
projectTypes | array | [] | Restrict to fixed and/or hourly. Empty = both. |
minBudget | integer | – | Min average budget/rate, in the project currency. |
maxBudget | integer | – | Max average budget/rate, in the project currency. |
impersonate | string | chrome | curl_cffi TLS fingerprint to mimic. |
proxyConfiguration | object | none | Optional Apify proxy (only needed if rate-limited). |
Example input
{"query": "web scraping","maxItems": 100,"projectTypes": ["fixed"],"minBudget": 250}
Output
Each dataset item is one project:
{"id": 39123456,"title": "News Scraper & Summarizer module","type": "fixed","status": "active","budget_min": 250,"budget_max": 750,"currency": "USD","currency_sign": "$","bid_count": 18,"bid_avg": 480.5,"skills": ["Python", "Web Scraping", "Data Mining"],"time_submitted": 1716900000,"preview_description": "Need a script that pulls articles and...","seo_url": "news-scraper-summarizer-module","url": "https://www.freelancer.com/projects/news-scraper-summarizer-module"}