EU TED Tenders — Public Procurement Notices (API)
Pricing
from $1.75 / 1,000 dataset item (notice)s
EU TED Tenders — Public Procurement Notices (API)
Fetch EU public procurement notices from the official TED Search API v3. Filter by country, CPV, keyword, date. Alert mode for scheduled delta feeds. Pay per notice.
Pricing
from $1.75 / 1,000 dataset item (notice)s
Rating
0.0
(0)
Developer
Mario Cannistrà
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 hours ago
Last modified
Categories
Share
Fetch EU public procurement notices from the official TED Search API v3. Filter by country, CPV, keyword, and date. Use alert mode for scheduled delta feeds. Pay per notice.
What it does
Queries TED (Tenders Electronic Daily) via the anonymous Search API:
POST https://api.ted.europa.eu/v3/notices/search
Returns one normalized JSON row per notice (buyer, CPV, value, deadline, detail URL). No browser, no proxy, and no TED API key required.
Why use this Actor
- Official API — stable structured feed, not HTML scraping
- Cheap PPE — near-zero start fee; pay mainly per notice written
- Alert mode — only emit new
publicationNumbers since the last run (ideal for daily schedules) - Ready-made tasks — Italy / Germany / IT-services CPV / daily alert presets on the Store page
Input highlights
| Field | Purpose |
|---|---|
countries | ISO 3166-1 alpha-3 buyer countries (ITA, DEU, …) |
cpvCodes | CPV filters (e.g. 72000000 for IT services) |
keywords | Full-text search |
publishedSinceDays / date From–To | Lookback window |
scope | ACTIVE (open) or ALL |
maxItems | Hard cap on dataset rows (controls cost) |
alertMode | Delta-only output via KVS dedupe |
expertQuery | Raw TED DSL (overrides simple filters) |
Output fields
publicationNumber, publicationDate, title, noticeType, buyerName, buyerCountry, cpvCodes, estimatedValue, deadlineDate, detailUrl, scrapedAt, …
Example input
{"countries": ["ITA"],"publishedSinceDays": 7,"maxItems": 25,"scope": "ACTIVE","alertMode": false}
Pricing
Pay-per-event: cheap apify-actor-start plus primary charge on each dataset notice (apify-default-dataset-item). See the pricing panel on this page for live rates.
Notes
- TED eForms / field shapes can change; this Actor pins a stable allowlist and is smoke-tested on a daily schedule.
- For large backfills, raise
maxItemscarefully — you pay per notice written.