Scrapers.lat logo scrapers.lat
招聘

Freelancer Projects, Budgets & Bids Scraper

Scrape freelance project listings from Freelancer.com worldwide. Extract title, full brief, fixed or hourly budget with currency, bid count, average bid, required skills, status and posting date. Export to JSON, CSV or Excel. No login needed.

28 每条记录的字段 JSON · CSV · Excel · API 按用量付费
freelancer-scraper.json 200 OK
{
  "projectId": 40603184,
  "title": "Brockton Employment History Check",
  "description": "Requirements:\n1-7-8 Geo tagged site visit pict…",
  "type": "Fixed",
  "budgetMin": 10,
  "budgetMax": 30,
  "currency": "USD",
  "currencyName": "US Dollar",
  "budgetMinUsd": 10
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
Project IdTitleDescriptionTypeBudget MinBudget MaxCurrencyCurrency NameBudget Min UsdBudget Max UsdAvg Bid UsdBid CountAvg BidSkills
示例输出

一条真实的示例记录,正是你收到的结构。

Project IdTitleDescriptionType
40603184Brockton Employment History CheckRequirements: 1-7-8 Geo tagged si…Fixed
40603896From Stallion to Serenity: A TaleI don’t have a lot of money to sp…Fixed
40603894Modern Rustic Two-Floor House Des…I’m creating a two-storey, modern…Fixed
40603892B-roll editor for Long Form Conte…Looking for an editor for fast-pa…Fixed
40603891Digital Loan Application WebsiteI’m launching a web platform that…Fixed
GET /freelancer-scraper
{
  "projectId": 40603184,
  "title": "Brockton Employment History Check",
  "description": "Requirements:\n1-7-8 Geo tagged site visit pict…",
  "type": "Fixed",
  "budgetMin": 10,
  "budgetMax": 30,
  "currency": "USD",
  "currencyName": "US Dollar",
  "budgetMinUsd": 10
}

常见问题

Which countries and categories does this cover?

Freelancer.com is a global marketplace, so projects come from clients worldwide and span every category from web development and data entry to logo design and writing. You filter by keyword and skill rather than by country, and budgets are returned in each project's own currency.

How many projects can I collect in one run?

You can collect as many active projects as match your search, up to the maxItems limit you set. A single keyword like python typically has dozens to a few hundred active projects at any moment, and the scraper pages through them fifty at a time.

Can I filter by fixed price or hourly, by skill, or by budget?

Yes. Use projectTypes to keep only fixed price or hourly projects, jobs to pass one or more numeric skill IDs, and minBudget to drop projects whose average budget falls below a threshold. Leave a filter empty to ignore it.

Why is the employer or client name missing?

Freelancer.com withholds the project owner identity on public unauthenticated reads, so client name, rating and country are not available through the public listings. The scraper never invents them. Turning on the include employer option leaves that field null by design.

What happens when a field has no value?

Missing values are returned as null and never guessed. Hourly fields are null on fixed price projects, and budgetMax can be null when the client did not set an upper bound. Each record carries an error field that is null on success.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。