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.
{ "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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Project Id | Title | Description | Type |
|---|---|---|---|
| 40603184 | Brockton Employment History Check | Requirements: 1-7-8 Geo tagged si… | Fixed |
| 40603896 | From Stallion to Serenity: A Tale | I don’t have a lot of money to sp… | Fixed |
| 40603894 | Modern Rustic Two-Floor House Des… | I’m creating a two-storey, modern… | Fixed |
| 40603892 | B-roll editor for Long Form Conte… | Looking for an editor for fast-pa… | Fixed |
| 40603891 | Digital Loan Application Website | I’m launching a web platform that… | Fixed |
{ "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.