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

What you can look upbeta
  • Search projects
  • Project details
Use cases

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.

For developers

freelancermap endpoints

All freelancermap endpoints are served under the /fmp prefix and share the same API key and quota as every other platform.

Search projects
GET/fmp/freelancermap-search-projects

Project list for a keyword with filters and facets (first result page).

keywordpagesortBylocationremotecategorycontractTypedomainCode
Project details
GET/fmp/freelancermap-lookup-project

Full project details by project URL.

url

Example request

curl "https://api.everydata.io/fmp/freelancermap-search-projects?keyword=python&domainCode=de" \
  -H "x-api-key: YOUR_API_KEY"

Example response

200 OK · application/json
{
  "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"
    }
  ]
}
API reference
Pricing

Included in every plan

The freelancermap API is part of the shared quota – no separate subscription needed.

Free

€0/ month
Requests / month
100
Rate limit
10 / min
Platforms
all
Support
e-mail

Starter

€30/ month
Requests / month
5,000
Rate limit
50 / min
Platforms
all
Support
e-mail

Production

Recommended
€80/ month
Requests / month
50,000
Rate limit
100 / min
Platforms
all
Support
e-mail

Business

€300/ month
Requests / month
300,000
Rate limit
250 / min
Platforms
all
Support
e-mail
All plans

Frequently asked questions

Something missing? Write to support@everydata.io.

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.