JobsBeta

freelance.de Project API

Live freelance.de 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.

100 free requests every month · no credit card

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

What teams build with freelance.de data

Search the freelance.de project marketplace by keyword, location and remote flag and fetch project details: skills, categories, location, start, end, duration, rate, publication date and reference number. Field names match the freelancermap API, so both marketplaces can be processed the same way. Project data only – no contact persons or freelancer profiles.

  • Project lead monitoring
  • Skill demand analysis
  • Rate & market research
  • Job aggregation

Works with AI assistants

Models only know what they saw in training. Add the freelance.de 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

freelance.de endpoints

All freelance.de endpoints are served under the /frl prefix and share the same API key and quota as every other platform.

Search projects
GET/frl/freelance-search-projects

Keyword search with paging, sorting (relevance, newest), location/radius and remote filter; 25 projects per page.

keywordpagelocationradiusremotesortBy
Project details
GET/frl/freelance-lookup-project

Project page by URL: description, skills, location, start/end, duration, workload, remote, rate, publication date, project id.

url

Example request

curl "https://api.everydata.io/frl/freelance-search-projects?keyword=python&location=Berlin&sortBy=newest" \
  -H "x-api-key: YOUR_API_KEY"

Example response

200 OK · application/json
{
  "responseStatus": "PRODUCT_FOUND_RESPONSE",
  "responseMessage": "Product successfully found!",
  "keyword": "python",
  "resultCount": 201,
  "projects": [
    {
      "projectId": "1292767",
      "title": "Lead Python Entwickler (m/w/d)",
      "company": null,
      "location": "Berlin",
      "remote": true,
      "startDate": "2026-10-01",
      "postedAt": "2026-09-22T07:04:00Z",
      "skills": [
        "Python",
        "Lead Developer"
      ],
      "url": "https://www.freelance.de/projekte/projekt-1292767-..."
    }
  ]
}
API reference
Pricing

Included in every plan

The freelance.de 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 freelance.de 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.