JobsBeta
freelancermap Projects API
Live freelancermap data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.
What you can get: Freelance project search & project details (DE / international).
100 free requests every month · no credit card
- Search projects
- Project details
What teams build with freelancermap data
Freelance projects from freelancermap.de (DACH) and freelancermap.com (international): keyword search with city, remote, category and contract-type filters plus facet counts, and full project details with skills, start, duration, workload, rate and company. No contact-person data.
- Freelance market & rate research
- Skill demand tracking
- Project alerts & matching
- Recruiting market intelligence
Works with AI assistants
Models only know what they saw in training. Add the freelancermap endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
freelancermap endpoints
All freelancermap endpoints are served under the /fmp prefix and share the same API key and quota as every other platform.
Project list for a keyword with filters and facets (first result page).
keywordpagesortBylocationremotecategorycontractTypedomainCodeFull project details by project URL.
urlExample request
curl "https://api.everydata.io/fmp/freelancermap-search-projects?keyword=python&domainCode=de" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"domainCode": "de",
"keyword": "python",
"resultCount": 830,
"numberOfProjects": 22,
"projects": [
{
"projectId": 3051467,
"title": "Data Architect (m/w)",
"company": "ICM Image & Concepts Management AG",
"location": "Frankfurt a. M.",
"remoteInPercent": 40,
"workMode": "hybrid",
"contractType": "contracting",
"startText": "ab sofort",
"durationInMonths": 15,
"postedAt": "2026-09-23T16:37:49+02:00",
"skills": [
"Java",
"Python"
],
"url": "https://www.freelancermap.de/projekt/data-architect-m-w-3051467"
}
]
}Included in every plan
The freelancermap API is part of the shared quota – no separate subscription needed.
Production
Recommended- Requests / month
- 50,000
- Rate limit
- 100 / min
- Platforms
- all
- Support
Frequently asked questions
Try the freelancermap API with your own data.
Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.