Freelancermap Freelancers Scraper avatar

Freelancermap Freelancers Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Freelancermap Freelancers Scraper

Freelancermap Freelancers Scraper

Scrape freelancer profiles from freelancermap.com by keyword, category, and country. Collects names, titles, skills, rates, location, and profile URLs — up to 500 freelancers per run.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Categories

Share

Want freelancer profiles from freelancermap.com without clicking through endless pages? This scraper makes it easy!

Set a search query, category, and country, and get names, titles, skills, rates, location, and profile links — up to 2000 freelancers per run. No profile URLs to paste.

Sibling Actor: for open project listings, use Freelancermap Projects Scraper.

Perfect for...

  • Lead generation: Find freelancers by skill and country with profile links
  • Market research: Compare rates, remote preference, and skill stacks
  • Recruiting / sourcing: Browse a category without manual clicking
  • AI agents & workflows: Structured filters instead of brittle URL lists

Why you'll love this scraper

  • 🎯 Simple filters: Keyword, category, country, remote-only, and sort
  • 📋 Ready-made dropdowns: Categories and countries match the site
  • 🔗 Profile links included: Every result has a URL you can open or export
  • 📦 Clean dataset: Name, title, skills, hourly/daily rates, city, and more

What's inside the data?

For every freelancer you get:

  • Identity: id, name, title, url
  • Location: city, country
  • Rates: hourly_rate, daily_rate, currency
  • Skills & flags: skills, remote_only, availability, verified, premium
  • Your filters: query, category, filter_country

Quick start

  1. Open the Actor Input tab
  2. Set Search query (optional — e.g. Python, SAP)
  3. Pick Category and Country
  4. Choose Sort by / Remote only if you like
  5. Set Max freelancers (up to 2000)
  6. Start → export CSV / Excel / JSON

Input & output examples

Input example:

{
"query": "Python",
"category": "Web and software development",
"country": "Germany",
"remote_only": false,
"sort_by": "Relevance",
"max_freelancers": 50
}

Output example:

{
"id": 324081,
"name": "Benjamin Masoldt",
"title": "Benjamin Masoldt - IT-Dienstleistungen",
"url": "https://www.freelancermap.com/profile/junior-software-developer-python-java-c-3-year-experience",
"city": "Colmberg",
"country": "Germany",
"skills": ["Python (Programming Language)", "Java (Programming Language)", "Linux"],
"hourly_rate": 50,
"daily_rate": 375,
"currency": "EUR",
"remote_only": true
}

Input reference

ParameterTypeRequiredDefaultDescription
querystringNoemptySkill or keyword (e.g. Python, SAP). Leave empty to browse by filters only.
categorystringNoAllProfessional category.
countrystringNoAllCountry filter.
remote_onlybooleanNofalsePrefer freelancers marked as remote-only when possible.
sort_bystringNoRelevanceRelevance, Newest, Hourly rate, or Daily rate.
max_freelancersintegerNo50How many freelancers to return (12000).