Freelancer.com Project Scraper avatar

Freelancer.com Project Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Freelancer.com Project Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

An Apify actor that scrapes active projects from Freelancer.com

Input

FieldTypeDefaultDescription
querystringpythonKeyword(s) to search active projects for.
maxItemsinteger50Max projects to collect (paged 50 at a time).
projectTypesarray[]Restrict to fixed and/or hourly. Empty = both.
minBudgetintegerMin average budget/rate, in the project currency.
maxBudgetintegerMax average budget/rate, in the project currency.
impersonatestringchromecurl_cffi TLS fingerprint to mimic.
proxyConfigurationobjectnoneOptional 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"
}