Every EU tender,
one question away.
Every public contract advertised across the 27 European Union member states, in one place — searchable by what your business actually does, with the deadlines that decide whether you can still bid. Search it here for free, or connect it to Claude, ChatGPT or your own agent and just ask.
Try: road construction in Estonia, software development, medical equipment in Germany
// prompt: "Active construction tenders in Germany > €500k"
{
"tool": "search_notices",
"arguments": {
"cpv_codes": ["45000000"],
"countries": ["DEU"],
"value_eur_min": 500000,
"scope": "ACTIVE"
}
}
// typed structured response
{
"total": 1284,
"source": "ted-api-v3",
"notices": [
{
"publication_number": "00676595-2024",
"title": "Erweiterung Schulzentrum Nord",
"total_value": 2450000,
"deadline": "2026-09-15T12:00:00Z"
}
]
}