EU TED Tenders — Public Procurement Notices (API) avatar

EU TED Tenders — Public Procurement Notices (API)

Pricing

from $1.75 / 1,000 dataset item (notice)s

Go to Apify Store
EU TED Tenders — Public Procurement Notices (API)

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à

Mario Cannistrà

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

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

FieldPurpose
countriesISO 3166-1 alpha-3 buyer countries (ITA, DEU, …)
cpvCodesCPV filters (e.g. 72000000 for IT services)
keywordsFull-text search
publishedSinceDays / date From–ToLookback window
scopeACTIVE (open) or ALL
maxItemsHard cap on dataset rows (controls cost)
alertModeDelta-only output via KVS dedupe
expertQueryRaw 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 maxItems carefully — you pay per notice written.