ParseForge Scrapers

Freelancermap Experts Scraper

parseforge/freelancermap-experts-scraper

Lead generationAutomation

Scrapes Freelancermap expert profiles by skill keyword, country, and remote preference. Returns each freelancer's name, title, skills, rate, location, and contact details as a flat row.

Run this scraper See the API call
Total users
3
Monthly active
0
Total runs
92
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Freelancermap Experts Scraper

Scrape expert profiles from Freelancermap by skill, country, or remote availability, up to a million per run. Each profile returns the freelancer's name, title, skills, hourly rate, location, and contact details. No login or API key. Export to CSV, JSON, Excel, or XML.

Freelancermap's expert directory is a go-to source for finding IT freelancers in Europe, but manually searching and copying profiles is slow. This Actor reads the public expert search results directly, filtering by skill keywords, country, and remote preference, and returns each match in one consistent row. It is built for recruiters, staffing agencies, and sales teams who need a clean list of freelancer contacts without writing any code.

Who uses it What they scrape Freelancermap for
IT recruiters Build a target list of freelancers with a specific skill set in a given country.
Staffing agencies Monitor the available talent pool for niche roles like SAP consultants or DevOps engineers.
Sales teams Find independent contractors who may need tools, services, or insurance.
Market analysts Track the supply of freelance expertise by region and skill over time.

What it does

This Actor collects Freelancermap expert profiles by skill keyword, optional country, and remote-only toggle, and returns each expert as a flat row.

  • ๐Ÿ” Skill search: Enter any role or technology keyword, such as 'sap consultant' or 'react developer'.
  • ๐ŸŒ Country filter: Narrow results to a specific country to find local talent.
  • ๐Ÿ  Remote only: Toggle to return only experts who are available for remote work.
  • ๐Ÿ“Š Flat output: Every profile is a single row with name, title, skills, rate, location, and contact fields.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Freelancermap data

๐ŸŽฏ Build a recruitment pipeline.

A recruiter searches for 'java developer' in Germany, exports 500 profiles, and filters by hourly rate to shortlist candidates for an open position.

๐Ÿ“ˆ Track talent availability.

A staffing analyst runs the Actor weekly for 'cybersecurity' across all countries to see how the freelance supply changes over time.

๐Ÿ’ผ Generate sales leads.

A SaaS salesperson scrapes 'project manager' profiles, filters for remote availability, and reaches out to freelancers who might buy productivity software.

๐ŸŒ Map the European freelance market.

A researcher collects experts for 'data engineer' in five countries to compare average rates and skill saturation by region.

Why choose this scraper

What you get
No API registration Reads the public expert directory with zero authentication.
Fixed schema Every run returns the same fields, ready for your CRM or spreadsheet.
High volume Collect up to a million profiles in a single run.
Flexible targeting Combine skill, location, and remote preference in one search.

How it compares

This Actor focuses exclusively on scraping expert profiles from Freelancermap, while the competitors listed below primarily target project listings or offer a combined search.

Feature ParseForge Freelancermap Projects Scraper Freelancermap Scraper Freelancermap Projects Scraper - IT Contracts & Leads
Scrapes expert profiles Yes Not listed Yes Not listed
Filters by skill keyword Yes Not listed Not listed Not listed
Filters by country Yes Not listed Not listed Not listed
Remote-only toggle Yes Not listed Not listed Not listed
Returns contact details Yes Not listed Not listed Not listed
Scrapes project listings Not listed Yes Yes Yes

Configure the run

Drive the Actor with a skill keyword, and optionally set a country or remote-only flag; filters run as each profile is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "query": "sap consultant",
 "maxItems": 10
}

A larger pull:

{
 "query": "sap consultant",
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Freelancermap Experts Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Freelancermap through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/freelancermap-experts-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your search keyword. Try a broader term or remove the country and remote filters to see if any profiles match. Also verify the spelling of the skill.

The run finished but only collected a few profiles.

Freelancermap may have a limited number of experts for your specific combination of skill, country, and remote preference. Try relaxing the filters.

Some fields are empty in my output.

Not every freelancer fills out all profile fields. Empty cells mean the information was not provided on their public profile.

The Actor is taking a long time.

Large searches with high maxItems values take longer. The Actor respects the website's performance, so it will process profiles at a steady, polite rate.

I get an error about the input.

Ensure the 'maxItems' field is a positive integer. The 'query' field should be a simple text string without special characters.

FAQ

Question Answer
What data do I get for each expert? You get the freelancer's name, professional title, listed skills, hourly rate, location, and available contact details as they appear on the public profile.
Can I search for multiple skills at once? The search field takes a single keyword phrase. For multiple skills, run the Actor once per term and merge the datasets.
Is this legal? This Actor only reads publicly available data from Freelancermap. You are responsible for complying with Freelancermap's terms of service and local data protection laws in how you use the data.
Do I need a Freelancermap account? No. The Actor reads the public expert directory without any login or API key.
How do I filter by country? Enter the country name in the optional 'Country' input field, for example 'Germany' or 'Netherlands'.
What does the 'Remote only' option do? When set to true, the Actor only returns experts whose profiles indicate they are available for remote work.
Can I get the full profile text? The Actor returns the structured fields visible in the search results. It does not open every individual profile page to scrape the full description.
How many profiles can I scrape? You can set the maximum up to 1,000,000 experts per run. The actual number depends on how many results match your search.
What output formats are supported? You can export your dataset as CSV, JSON, Excel, or XML from the Apify platform.
Can I schedule this to run automatically? Yes. Once you have the Actor set up, you can schedule it to run daily, weekly, or at any custom interval from the Apify console.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Freelancermap GmbH. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
query string Skill or role keywords (e.g. "sap consultant"). sap consultant
maxItems integer Maximum number of experts to collect per run. 10
country string Optional country filter. not set
remoteOnly boolean If true, only remote-available experts. false

Pricing

from $7.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0075 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~freelancermap-experts-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Freelancermap Experts Scraper on Apify All scrapers