EU Tenders Scraper (TED Procurement)
Pricing
from $5.00 / 1,000 tender scrapeds
EU Tenders Scraper (TED Procurement)
Scrape EU public procurement notices and contract awards from the official TED API. Filter by CPV code, country, buyer, value, and date. Clean, AI-ready JSON. No API key.
Pricing
from $5.00 / 1,000 tender scrapeds
Rating
0.0
(0)
Developer
Cheoljae Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape EU public procurement tenders and contract awards from the official TED (Tenders Electronic Daily) API — filtered by CPV category, country, buyer, value, and date — as clean, AI-ready JSON. No API key required. The EU publishes ~€2 trillion of procurement a year through TED; this Actor turns it into a structured, filterable feed.
What does this Actor do?
- 📋 Tender notices & contract awards — title, buyer, country, publication date, submission deadline, value, CPV codes
- 🏷️ Filter by CPV category — IT (72…), construction (45…), business services (79…), and any other Common Procurement Vocabulary code
- 🌍 Filter by country — DEU, FRA, IRL, POL, ESP… any EU member state
- 🔎 Keyword & notice-type filters — open tenders (
cn-standard), awards (can-standard), prior info (pin-only) - 🔗 Direct link to each notice + XML source
- 🌐 English-normalized — picks the English title/buyer name from TED's multilingual data
- 🤖 AI-ready JSON — for tender-alert tools, CRM enrichment, market research, and AI agents (via the Apify MCP server)
Why scrape TED?
EU public procurement is a massive, high-value market, but TED's raw interface is hard to monitor. Vendors, consultancies, construction/IT/services firms, and bid-management teams use this Actor to:
- Get alerted to new tenders in their category and country as they publish
- Feed opportunities into a CRM or bid pipeline automatically
- Analyze contract awards — who's winning, at what value, in which markets
- Track competitors and buyer spending patterns
- Power AI agents that watch for relevant public-sector opportunities
Input example
{"cpvCodes": ["72000000"],"countries": ["DEU", "IRL"],"keywords": ["software", "cloud"],"publishedFrom": "2026-01-01","maxNotices": 500}
Or use a raw TED expert query for full control:
{ "rawQuery": "classification-cpv=45000000 AND buyer-country=FRA AND publication-date>=20260101" }
Output example
{"publicationNumber": "161-2026","title": "Germany — IT services: consulting, software development, Internet and support","noticeType": "can-standard","publicationDate": "2026-01-02","deadline": "2026-02-15","buyerName": "Bundesagentur für Arbeit","buyerCountry": "DEU","totalValue": 719735.8,"cpvCodes": ["72000000"],"url": "https://ted.europa.eu/en/notice/-/detail/161-2026"}
Finding CPV codes
CPV (Common Procurement Vocabulary) codes classify what's being procured. A prefix matches all subcategories — 72 catches all IT, 45 all construction. Full list: SIMAP CPV. Common ones: 72000000 IT services, 45000000 construction, 79000000 business services, 85000000 health/social, 48000000 software packages.
How much does it cost?
Pay per notice returned — a small fee each. A single won tender can be worth millions, so the ROI is high. No subscription.
FAQ
Do I need an API key? No. TED's API is free and public.
Is this affiliated with the EU? No. It uses the EU's official public TED API and is not endorsed by the EU. Data © European Union, reused under TED's terms.
How fresh is the data? TED publishes notices daily; this Actor returns them as soon as they're in the API.
Can AI agents use it? Yes — works with the Apify MCP server, so Claude, ChatGPT, and other agents can call it and pay per use.
Support
Need award-value breakdowns, contractor (winner) details, or scheduled daily alerts? Open an issue in the Issues tab — actively maintained, answered within one business day.