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
- Search projects
- Project details
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.
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.
Keyword search with paging, sorting (relevance, newest), location/radius and remote filter; 25 projects per page.
keywordpagelocationradiusremotesortByProject page by URL: description, skills, location, start/end, duration, workload, remote, rate, publication date, project id.
urlExample 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
{
"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-..."
}
]
}Included in every plan
The freelance.de 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 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.