Freelancermap Projects Scraper avatar

Freelancermap Projects Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Freelancermap Projects Scraper

Freelancermap Projects Scraper

Scrape project listings from freelancermap.com by keyword, category, country, and remote preference. Collects titles, descriptions, skills, location, contract type, and URLs — up to 500 projects 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

5 days ago

Last modified

Categories

Share

Scrape open project listings from freelancermap.com. No project URLs needed — pass filters as structured input and get a dataset of projects (title, description, skills, location, remote %, URL).

Sibling Actor: for freelancer profiles, use Freelancermap Freelancers Scraper.


Agent quickstart (copy-paste)

Call this Actor with JSON input. All select values must match exactly (case-sensitive).

Minimal call

{
"query": "SAP",
"category": "Web and software development",
"country": "Germany",
"remote": "All",
"sort_by": "Newest",
"max_projects": 20
}

Common intents

GoalSuggested input
Newest SAP projects in Germany"query":"SAP","country":"Germany","sort_by":"Newest","max_projects":50
Fully remote Python gigs"query":"Python","remote":"Remote","country":"All","category":"Web and software development","max_projects":40
On-site consulting in Austria"query":"","category":"Management and Consulting","country":"Austria","remote":"On-site","max_projects":30
Broad IT demand scan"query":"","category":"IT Services","country":"Germany","sort_by":"Newest","max_projects":50

Recommended max_projects: start at 10–30 for exploration; use 50–200 for lists; hard cap is 500. Prefer sort_by: "Newest" when the user wants “current / open” work.


Input contract

FieldTypeRequiredDefaultAllowed values
querystringno""Free text keyword/skill (e.g. SAP, Python). Empty = browse by filters only.
categorystringyesAllSee enum below
countrystringyesAllSee enum below
remotestringyesAllAll | Remote | On-site
sort_bystringyesNewestNewest | Relevance
max_projectsintegeryes501500

category enum (exact strings)

All
Web and software development
Writing and translation services
Graphic design and Creative services
Digital Marketing
Engineering
Finance and Accounting
Management and Consulting
Research and Analysis
IT Services

country enum (exact strings)

All
Germany
Austria
Switzerland
United Kingdom
USA
France
Netherlands

Constraints agents should know

  • No login / no cookies required.
  • Anonymous freelancermap search returns ~22 projects per filter set (page 1 only). Higher max_projects automatically fans out across other sorts/categories/countries/remote variants to collect more unique IDs.
  • Prefer a specific query + country (and remote when the user said remote/on-site) over All when possible.
  • Do not invent enum values. Map user language: “UK” → United Kingdom, “fully remote” → remote: "Remote", “on site / vor Ort” → On-site.
  • description can be long German/English text — summarize for the user; keep url for citations.

Output contract

Each dataset item is one project:

FieldTypeNotes
idnumberFreelancermap project id
titlestring | null
urlstring | nullAbsolute project URL
descriptionstring | nullPlain text (HTML stripped)
companystring | nullPoster / agency name when shown
citystring | null
countrystring | nullProject country name
remote_percentnumber | nulle.g. 100 = fully remote
contract_typestring | nulle.g. contracting
skillsstring[] | nullOften empty on listing cards
budgetarray | nullAs returned by the site
durationnumber | string | nullMonths or site text
startstring | nulle.g. asap
industrystring | null
createdstring | nullISO-ish timestamp from the site
end_customerboolean | null
querystring | nullEcho of your search query
categorystringEcho of your category filter
filter_countrystringEcho of your country filter

Example item

{
"id": 3024596,
"title": "SAP TM Berater",
"url": "https://www.freelancermap.com/project/sap-tm-berater-3024596",
"description": "SAP TM Berater (Freelance)… 100 % Remote…",
"company": "iTrust Partnering",
"city": "frankfurt",
"country": "Germany",
"remote_percent": 100,
"contract_type": "contracting",
"skills": null,
"budget": [],
"duration": 7,
"start": "asap",
"industry": "Manufacturing",
"created": "2026-07-16T21:47:53+02:00",
"end_customer": false,
"query": "SAP",
"category": "Web and software development",
"filter_country": "Germany"
}

How to use results: cite url + title; surface remote_percent, start, duration, and a short description summary. To find matching freelancers for the same niche, run the Freelancers sibling Actor with the same query/country.


Human quick start

  1. Open the Actor Input tab
  2. Set Search query (optional)
  3. Pick Category, Country, and Workplace
  4. Choose Sort by
  5. Set Max projects (up to 500)
  6. Start → export CSV / Excel / JSON

Perfect for...

  • Lead generation: open projects by skill + country with listing links
  • Market research: remote %, duration, skill demand
  • Bizdev / sales: monitor new projects without manual browsing
  • AI agents: discovery via enums — no brittle URL lists