VOOZH about

URL: https://apify.com/brilliant_gum/freelancer-jobs-scraper

โ‡ฑ Freelancer Jobs Scraper โ€” Skills, Budgets, Bids, Analytics ยท Apify


๐Ÿ‘ Freelancer Scraper โ€” Jobs, Budgets, Skills, Bids avatar

Freelancer Scraper โ€” Jobs, Budgets, Skills, Bids

Pricing

from $15.00 / 1,000 job scrapeds

Go to Apify Store

Freelancer Scraper โ€” Jobs, Budgets, Skills, Bids

Scrape Freelancer.com jobs, budgets, required skills, and bid statistics at scale. Filter by skill, budget, language, competition. USD-normalised pricing. Built-in analytics report: skill demand, budget distribution, top opportunities. Proxies included.

Pricing

from $15.00 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Yuliia Kulakova

Yuliia Kulakova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

Share

Freelancer Scraper โ€” Jobs ยท Budgets ยท Skills ยท Bids

Extract Freelancer.com job listings, budgets, required skills, and bid statistics โ€” at scale, without coding. Built on the public Freelancer REST API for speed and reliability.

๐Ÿ‘ banner

Filter by skill, budget, language. Built-in market analytics. Export to JSON, CSV, Excel, XML, or Google Sheets. Proxies included.


What You Get

  • Direct API access โ€” no browser, no DOM parsing. 5โ€“10ร— faster than Playwright-based scrapers.
  • Up to 10,000 jobs per run with pagination handled automatically.
  • Smart filters that actually work:
    • Skills (["Python", "Django"]) resolved to Freelancer skill IDs server-side
    • Budget range with USD normalisation (projects in INR/EUR are converted before filtering)
    • Low-competition filter (maxBids)
    • Sealed-bid exclusion
    • Hourly vs fixed-price toggle
    • Language filter (ISO 639-1)
  • Built-in analytics report saved to Key-Value Store:
    • Top 30 skills by demand
    • Budget distribution (5 ranges, USD)
    • Competition levels (low/medium/high)
    • Top 10 opportunities (high-budget + low-competition score)
  • Proxies included โ€” no setup, works out of the box.
  • Honest scope: returns project-level data only. Freelancer's public API does not expose client/owner profiles without OAuth โ€” those fields are not in the output (see FAQ).

Use Cases

For Freelancers

Find low-competition jobs in your niche. Set maxBids: 10 + skills: ["React", "Next.js"] and the analytics report surfaces the best opportunities scored by budget / bids.

For Agencies & Researchers

Track market rates by skill, language, or category. Run weekly with a saved input โ€” fresh dataset each run, ready for BI tools or Google Sheets.

For Job Board Builders

Pull Freelancer listings into a unified job feed. Stable REST-API source means no breakage from front-end changes.


Quick Start

Paste this into the Input tab and click Start:

{
"searchQuery":"web scraping",
"maxResults":100
}

Results appear in the Dataset tab in real time. Analytics report lands in Storage โ†’ Key-Value Store โ†’ ANALYTICS.


Common Inputs

Low-competition Python jobs

{
"skills":["Python","Django"],
"maxBids":10,
"maxResults":50
}

High-budget fixed projects ($1kโ€“$5k)

{
"searchQuery":"developer",
"projectType":"fixed",
"minBudget":1000,
"maxBudget":5000,
"maxResults":200
}

Hourly contracts only

{
"searchQuery":"wordpress",
"projectType":"hourly",
"hasExistingBids":true,
"maxResults":100
}

Category page (everything tagged "Python")

{
"startUrls":[
{"url":"https://www.freelancer.com/jobs/python/"}
],
"maxResults":500
}

Input Parameters

ParameterTypeDescriptionDefault
searchQueryStringKeywords to searchweb scraping
startUrlsArrayFreelancer.com URLs (/jobs/{slug}/ or /search/projects/?q=...)โ€”
projectTypeStringall, fixed, or hourlyall
minBudgetIntegerMinimum average budget (USD-normalised)0
maxBudgetIntegerMaximum average budget (USD-normalised)0
skillsArraySkill names โ€” case-insensitive match against Freelancer's skill catalogโ€”
languageStringISO 639-1 (en, de, fr, โ€ฆ)en
maxBidsIntegerOnly projects with fewer than N bids (strict <)0
hasExistingBidsBooleanOnly projects with at least one bid placedfalse
excludeSealedBooleanExclude projects where bids are hiddenfalse
maxResultsIntegerMax jobs per run (1โ€“10,000)100
sortByStringtime_submitted or bid_counttime_submitted
includeAnalyticsBooleanSave analytics report to Key-Value Storetrue
proxyConfigurationObjectOptional โ€” leave empty unless overridingโ€”
requestDelayMsIntegerDelay between API requests (ms)500

Output โ€” Dataset Fields

Sample item:

{
"id":40502083,
"title":"Need AI Chatbot Integrated Into Existing Website",
"url":"https://www.freelancer.com/projects/ai-chatbot-development/Need-Chatbot-Integrated-Into-Existing",
"description":"I'm looking for a developer who can integrate an AI chatbot...",
"previewDescription":"I'm looking for a developer who can integrate an AI chatbot into our existing website.",
"type":"fixed",
"status":"open",
"skills":["Python","Linux","Node.js","Docker","Web Development","AI Development"],
"skillCategories":["Websites, IT & Software","Artificial Intelligence"],
"skillIds":[13,31,500,1002,1031,2986],
"budget":{
"minimum":30,
"maximum":250,
"midpoint":140,
"midpointUsd":140,
"currency":"USD",
"currencySign":"$",
"exchangeRate":1
},
"bids":{
"count":145,
"avgPrice":144.82
},
"upgrades":{
"featured":false,
"urgent":false,
"sealed":false,
"nda":false,
"premium":false,
"qualified":false
},
"language":"en",
"isLocal":false,
"bidPeriodDays":7,
"deadline":"2026-06-16T11:57:37.000Z",
"hoursToClose":166.7,
"postedAt":"2026-06-09T11:57:37.000Z",
"updatedAt":"2026-06-09T11:57:37.000Z",
"scrapedAt":"2026-06-09T13:15:57.806Z"
}

All Fields

FieldTypeDescription
idIntegerFreelancer project ID
titleStringProject title
urlStringDirect URL to the project page
descriptionStringFull project description
previewDescriptionStringShort summary
typeStringfixed or hourly
statusStringopen, closed, etc.
skillsArrayRequired skill names
skillCategoriesArraySkill category names
skillIdsArrayFreelancer internal skill IDs
budget.minimumNumberMinimum budget (project currency)
budget.maximumNumberMaximum budget (project currency)
budget.midpointNumberMidpoint (project currency)
budget.midpointUsdNumberMidpoint normalised to USD
budget.currencyStringCurrency code (USD, INR, EUR, โ€ฆ)
budget.exchangeRateNumberRate used for USD conversion
bids.countIntegerNumber of bids received
bids.avgPriceNumberAverage bid amount (project currency)
upgrades.featuredBooleanFeatured (paid upgrade)
upgrades.urgentBooleanMarked urgent
upgrades.sealedBooleanBids hidden from other bidders
upgrades.ndaBooleanNDA required
upgrades.premiumBooleanPremium upgrade
upgrades.qualifiedBooleanQualified bidders only
languageStringProject language (ISO 639-1)
isLocalBooleanLocal-only project
bidPeriodDaysIntegerDays project accepts bids
deadlineStringISO 8601 โ€” when bidding closes
hoursToCloseNumberHours remaining (negative if closed)
postedAtStringISO 8601 โ€” when posted
updatedAtStringISO 8601 โ€” last update
scrapedAtStringISO 8601 โ€” when scraped

Analytics Report

Enable includeAnalytics: true (default). Saved to Storage โ†’ Key-Value Store โ†’ ANALYTICS.

Includes:

  • Summary โ€” total jobs, fixed vs hourly, featured/urgent counts
  • Budget analysis โ€” average, median, distribution across 5 USD ranges (under $50, $50โ€“250, $250โ€“750, $750โ€“1,500, over $1,500), both fixed and hourly
  • Skill demand โ€” top 30 skills ranked by frequency
  • Competition โ€” average bids/project, low (<10) / medium (10โ€“24) / high (25+) breakdown
  • Top categories & languages โ€” most common skill categories and project languages
  • Project upgrades โ€” featured/urgent/sealed/NDA statistics
  • Top opportunities โ€” up to 10 high-budget low-competition projects scored by midpointUsd / (bids + 1)

Pricing

This actor uses pay-per-result pricing:

EventPrice
Actor start$0.01
Per job scraped$0.015

Examples

Jobs scrapedTotal cost
100$1.51
500$7.51
1,000$15.01
5,000$75.01
10,000$150.01

Free Apify trial credit ($5) covers ~333 jobs for evaluation.


Scheduled Runs

Monitor Freelancer.com automatically:

  1. Open the actor โ†’ Schedule โ†’ New schedule
  2. Set a cron expression (e.g. 0 8 * * * for 8 AM daily)
  3. Fresh dataset each run
  4. Connect to Google Sheets, Airtable, webhooks via Apify Integrations

FAQ

Is this scraper legal? Yes. It uses the same public Freelancer.com REST API that the website itself uses. No authentication bypass, no private data. Review Freelancer.com's Terms for your specific use case.

Does it include client/owner information? No. Freelancer's public API does not return client profile data (username, country, rating, hire rate) without authenticated OAuth access. This actor returns project-level data only.

Do I need to configure a proxy? No. Proxies are included and configured automatically. proxyConfiguration is optional and only used if you want to override with your own.

Why is this faster than other Freelancer scrapers? Most scrapers launch a full browser (Playwright/Puppeteer). This actor uses lightweight HTTP requests to Freelancer's public REST API โ€” no browser overhead, 5โ€“10ร— faster.

Can I filter by multiple skills at once? Yes. Add names to the skills array. They're resolved against Freelancer's skill catalog (case-insensitive) and applied as an OR filter.

What if a skill name doesn't match? You'll see a warning in the log (No matching skill IDs found for: X) and the actor will return all skills for that query. Skill names must match Freelancer's catalog โ€” Python works, python developer does not (use searchQuery for that).

Can I use a category URL? Yes. Paste https://www.freelancer.com/jobs/python/ into startUrls โ€” the actor resolves the slug to a skill ID automatically.

How accurate is the budget filter? Filtering is done in USD using Freelancer's published exchange rates. Projects in INR, EUR, GBP, etc. are normalised before the min/max check โ€” you won't get noise from currency differences.

Where is the analytics report? Run โ†’ Storage tab โ†’ Key-Value Store โ†’ click ANALYTICS.

What's the default sort order? Newest first (time_submitted). Note: Freelancer may prepend featured/promoted projects above the strict chronological order.


Support

Found a bug or want a new feature? Open an issue in the Issues tab on this actor's page. Response time typically under 24 hours.

Maintained by brilliant_gum on Apify.

You might also like

Freelancer Jobs Scraper

automation-lab/freelancer-jobs-scraper

Scrape public Freelancer.com projects and job listings by keyword, category, budget, bids, skills, and recency for lead generation.

๐Ÿ‘ User avatar

Stas Persiianenko

8

Freelancer.com Projects Scraper

automation-lab/freelancer-projects-scraper

Scrape public Freelancer.com project listings with budgets, skills, bid counts, descriptions, and URLs for lead generation and market research.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Freelancer.com Project Listings Scraper

automation-lab/freelancer-project-listings-scraper

Scrape Freelancer.com project listings, budgets, skills, bid counts, payment verification, and URLs for lead generation and demand research.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Freelancer Profiles Scraper

automation-lab/freelancer-profiles-scraper

Scrape public Freelancer.com freelancer profiles by skill or directory URL. Extract rates, ratings, reviews, skills, summaries, and metadata.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Freelancer.com Scraper

solidcode/freelancer-com-scraper

[๐Ÿ’ฐ $0.95 / 1K] Extract active project listings from Freelancer.com โ€” titles, descriptions, skills, budgets, bid counts, and employer flags. Filter by keyword, category, fixed vs hourly, budget range, country, and sort order. Built for lead generation, market research, and pricing intelligence.

Freelancer Scraper

jungle_synthesizer/freelancer-scraper

Scrape Freelancer project listings by keyword search or skill category. Extract project title, description, budget, bid count, days left, required skills, and project URL โ€” no account or API key required.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Freelancer.com Scraper

unfenced-group/freelancercom-scraper

Scrape Freelancer.com projects โ€” all 100+ categories. Filter by keyword, skill, category, budget, language or date. 25+ output fields. No proxy, no API key needed. Cheapest option on the market.

๐Ÿ‘ User avatar

Unfenced Group

3

Freelancer Jobs Scraper

piotrv1001/freelancer-jobs-scraper

Scrapes freelancer profiles from Freelancer.com by skill category, extracting usernames, hourly rates, ratings, skills, locations, and taglines. Ideal for talent sourcing, freelance market research, and competitive rate analysis.

Freelancer Projects Scraper

scrapeai/freelancer-projects-scraper

Extract project listings from Freelancer.com, including job titles, project descriptions, minimum and maximum budgets, required skills, bid statistics, and project URLs.

Freelancer.com Project Scraper

moving_beacon-owner1/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.

2