VOOZH about

URL: https://apify.com/automation-lab/freelancermap-projects-scraper

⇱ Freelancermap Projects Scraper | Export Jobs & Skills Β· Apify


Pricing

Pay per event

Go to Apify Store

Freelancermap Projects Scraper

Extract public freelance project listings from Freelancermap by keyword or URL for recruiting, staffing, and market research workflows.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

8 days ago

Last modified

Categories

Share

Extract public freelance and contract project listings from Freelancermap search pages.

Freelancermap is a popular marketplace for DACH and European freelance project demand. This actor turns public project search pages into structured datasets you can filter, export, enrich, and monitor.

What does Freelancermap Projects Scraper do?

Freelancermap Projects Scraper collects public project listing data from freelancermap.com/projects.

It can scrape by keyword or from existing Freelancermap project search URLs.

Typical output includes project title, company, country, city, contract type, start text, duration, budget, skills, project URL, posted date, and description text.

Who is it for?

Recruiting teams and staffing agencies

Recruiters use it to watch new freelance contract demand by skill, client, country, or remote market. Staffing agencies use it to track target markets such as SAP, React, Python, DevOps, or data engineering and prioritize sectors with active project postings.

Freelancers and consultants

Freelancers use it to monitor project volume, compare demand across technologies, and spot fresh opportunities without manually refreshing the marketplace.

Market analysts and operations teams

Market analysts use it to build DACH and EU freelance-market dashboards. Sales and operations teams use it to identify companies posting contract needs and trigger alerts for high-fit opportunities.

Why use this actor?

βœ… Export listings without manually copying search results.

βœ… Run recurring monitors for fresh projects.

βœ… Combine keyword and filtered URL searches in one run.

βœ… Get clean JSON, CSV, Excel, XML, or RSS from Apify datasets.

βœ… Use the Apify API, webhooks, integrations, and MCP tools.

What data can it extract?

FieldDescription
idFreelancermap project ID
titleProject listing title
urlPublic project URL
companyListed company or client name
posterNamePoster contact name when public
posterCompanyPoster company when public
countryProject country
cityProject city when provided
locationsLocation objects from the search payload
contractTypeContract type from Freelancermap
beginningTextPublic start date text
durationTextPublic duration text
budgetBudget or rate text when public
skillsSkill tags attached to the project
descriptionPlain-text project description
createdAtListing creation timestamp
sourceUrlSearch result page where the listing was found
searchQueryKeyword used for generated searches

How much does it cost to scrape Freelancermap projects?

This actor uses pay-per-event pricing.

You pay a small start fee per run and a per-project fee for each saved listing. The current start fee is $0.005 per run. Per-project pricing uses tier discounts, so high-volume users pay less per saved listing.

Plan tierPrice per saved projectEstimated 25-project runEstimated 100-project run
Free$0.00014524about $0.0086about $0.0195
Bronze$0.00012630about $0.0082about $0.0176
Silver$0.00009851about $0.0075about $0.0149
Gold$0.000075777about $0.0069about $0.0126
Platinum$0.000050518about $0.0063about $0.0101
Diamond$0.000035363about $0.0059about $0.0085

A free-plan user can run a quick 20-project sample for roughly $0.008 before Apify platform credits or other account-level charges. The exact price shown on Apify is authoritative and may include current platform tier discounts.

Input options

Search queries

Use searchQueries for skill or market terms.

Examples:

["react","sap","python"]

Start URLs

Use startUrls when you already built a filtered search URL in Freelancermap.

Example:

[{"url":"https://www.freelancermap.com/projects?query=react"}]

Maximum project listings

Use maxItems to cap total saved results across all queries and URLs.

The default is intentionally low for a cheap first run.

Include HTML description

Enable includeHtmlDescription only if you need the raw formatted listing text.

The default output includes a clean plain-text description.

Example input

{
"searchQueries":["react"],
"maxItems":25,
"sort":"1",
"includeHtmlDescription":false
}

Example output

{
"id":3012167,
"title":"API Developer - Golang/Python",
"url":"https://www.freelancermap.com/project/api-developer-golang-python-3012167",
"company":"Talent Smart Limited",
"country":"United Kingdom",
"city":null,
"contractType":"contracting",
"beginningText":"asap",
"durationText":"6 months",
"budget":null,
"skills":["API","Python"],
"searchQuery":"react"
}

How to run it

  1. Open the actor on Apify.
  2. Add one or more Freelancermap search queries.
  3. Set the maximum number of project listings.
  4. Click Start.
  5. Download the dataset or connect it to your workflow.

Tips for better results

Use specific skills such as SAP FICO, React Native, or Azure DevOps.

Run multiple related terms in one job to compare market demand.

Use filtered start URLs when you need country, remote, category, or other filters from the website.

Schedule the actor daily or hourly for freshness monitoring.

Integrations

Send new Freelancermap projects to Google Sheets.

Trigger Slack alerts for matching project titles.

Store project data in BigQuery, Snowflake, or S3.

Enrich company names with your CRM or lead database.

Use Apify webhooks to notify recruiters when new matching listings appear.

API usage with Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token: process.env.APIFY_TOKEN});
const run =await client.actor('automation-lab/freelancermap-projects-scraper').call({
searchQueries:['react'],
maxItems:25,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

API usage with Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('automation-lab/freelancermap-projects-scraper').call({
'searchQueries':['react'],
'maxItems':25,
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items)

API usage with cURL

curl-X POST "https://api.apify.com/v2/acts/automation-lab~freelancermap-projects-scraper/runs?token=$APIFY_TOKEN"\
-H'Content-Type: application/json'\
-d'{"searchQueries":["react"],"maxItems":20}'

MCP usage

Use this actor from Claude Desktop, Claude Code, or other MCP clients through Apify MCP.

MCP server URL:

https://mcp.apify.com/?tools=automation-lab/freelancermap-projects-scraper

Claude Code setup:

$claude mcp add apify-freelancermap-projects --transport http https://mcp.apify.com/?tools=automation-lab/freelancermap-projects-scraper

Claude Desktop JSON configuration:

{
"mcpServers":{
"apify-freelancermap-projects":{
"url":"https://mcp.apify.com/?tools=automation-lab/freelancermap-projects-scraper"
}
}
}

Example prompts:

  • "Run Freelancermap Projects Scraper for SAP and summarize the countries."
  • "Find new React contract projects and export the dataset link."
  • "Compare Python and DevOps Freelancermap project counts this week."

Scheduling workflows

Create a daily schedule for recurring market monitoring.

Use a webhook to send only completed run data to downstream systems.

Keep maxItems aligned with your alerting volume.

Data quality notes

The actor extracts data visible in public Freelancermap search HTML.

Some listings do not publish budgets, exact cities, or company details.

Fields that are not visible publicly are returned as null or empty arrays.

Troubleshooting

Why did I get fewer results than maxItems?

The search term or filtered URL may have fewer public results available.

Try a broader skill keyword or remove restrictive filters.

Why is the budget empty?

Freelancermap listings often omit public rates or budgets.

The actor only returns budget text when it is present in the public listing payload.

FAQ

Can I scrape filtered Freelancermap project URLs?

Yes. Paste public /projects URLs into startUrls after setting filters on Freelancermap.

Does this actor scrape freelancer profiles?

No. This actor focuses on project demand. Use a profile-focused scraper for expert or consultant pages.

Legality

This actor extracts publicly available project listing metadata.

You are responsible for using the data in compliance with applicable laws, website terms, and privacy obligations.

Do not use scraped data for spam, unlawful profiling, or prohibited outreach.

Related scrapers

Support

If a run fails, share the run URL and input with support.

For best debugging, include one query or start URL that reproduces the issue.

Changelog

Initial version extracts public Freelancermap project search listings from embedded ProjectSearch JSON.

You might also like

Freelancermap Scraper

solidcode/freelancermap-scraper

[πŸ’° $8.00 / 1K] Extract freelance and contract project listings from freelancermap.com β€” search by keyword, country, category, and remote work, and get titles, skills, rates, durations, and company contacts.

Freelancermap Profile Scraper

alkausari_mujahid/freelancermap-profile-scraper

Scrapes freelancer profiles from freelancermap search results. Extracts name, title, location, hourly/daily rates, skills, languages, project history, certificates, and optionally email and phone number (requires a freelancermap.de account)

Freelancermap Experts Scraper

parseforge/freelancermap-experts-scraper

Find IT and engineering freelancers on Freelancermap by skill keyword, country, and remote availability. Returns expert name, headline, skills, hourly or daily rate, country, availability, experience years, and profile URL. Built for DACH talent sourcing and contractor rate benchmarking.

Guru.com Scraper | Freelance Jobs and Profiles

parseforge/guru-com-scraper

Scrape freelance jobs and freelancer profiles from Guru.com with title, budget, skills, location, ratings, reviews, project descriptions, and apply links. Source talent, monitor gig pricing, generate leads, and build freelance market intelligence for staffing and recruiting.

Freelancer.com Jobs Scraper - Low-costπŸ’²πŸ”₯πŸ’ΌπŸŒ

delectable_incubator/freelancer-com-jobs-scraper-low-cost

Scrape Freelancer.com projects πŸ’ΌπŸŒ with a powerful freelance marketplace scraper. Extract project titles, budgets, required skills, project statuses, client details & more. Ideal for freelance job aggregation, talent sourcing, competitor research, hiring trends & market intelligence datasets

Freelancer.com Jobs Scraper πŸŒπŸ’ΌπŸ“Š - Cheap

scrapestorm/freelancer-com-jobs-scraper---cheap

Easily collect project listings from Freelancer.com, one of the largest global freelance marketplaces Extract structured project data including project titles, budgets, required skills, status, client details & more Perfect for freelance job aggregation, talent sourcing & market intelligence πŸ’ΌπŸŒβœ¨

13

Levtech Freelance IT Engineer Project Scraper

jungle_synthesizer/levtech-freelance-it-engineer-project-scraper

Scrape IT freelance/contract project listings from Levtech Freelance (レバテックフγƒͺーランス), Japan's leading IT contractor marketplace. Extracts title, monthly rate (単侑 JPY), occupation, skills, work style, and location from 2,400+ active project pages.

πŸ‘ User avatar

BowTiedRaccoon

2

Freelancer Jobs Scraper

jobscrawler/freelancer-jobs-scraper

Extract freelance project listings and contract opportunities from Freelancer.com marketplace.

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.