Freelancermap Freelancers Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor 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
- Open the Actor Input tab
- Set Search query (optional — e.g.
Python,SAP) - Pick Category and Country
- Choose Sort by / Remote only if you like
- Set Max freelancers (up to 2000)
- 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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | No | empty | Skill or keyword (e.g. Python, SAP). Leave empty to browse by filters only. |
category | string | No | All | Professional category. |
country | string | No | All | Country filter. |
remote_only | boolean | No | false | Prefer freelancers marked as remote-only when possible. |
sort_by | string | No | Relevance | Relevance, Newest, Hourly rate, or Daily rate. |
max_freelancers | integer | No | 50 | How many freelancers to return (1–2000). |