EU TED Tender Monitor & Procurement Data API avatar

EU TED Tender Monitor & Procurement Data API

Pricing

from $1.00 / 1,000 tender notices

Go to Apify Store
EU TED Tender Monitor & Procurement Data API

EU TED Tender Monitor & Procurement Data API

Search official TED public procurement notices by keyword, country, CPV code, and date. Export normalized tender data for bid teams, research, automation.

Pricing

from $1.00 / 1,000 tender notices

Rating

0.0

(0)

Developer

Timo Schmidt

Timo Schmidt

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

EU TED Tender Monitor & Normalizer

Search official TED public procurement notices by keyword, country, CPV code, and date. Export normalized tender data for bid teams, research, automation.

This is an unofficial community Actor. It is not affiliated with or endorsed by the European Union Publications Office.

Try this first

Start with the example input below to retrieve recent German notices. The normalized rows are written to the default dataset and can be exported as JSON, CSV, or Excel.

EU TED Tender Monitor & Normalizer icon

Example output

Example output preview

This preview is generated from a checked-in official-source fixture. It shows the normalized output shape without inventing live demand or results.

Use cases

  • Monitor procurement opportunities by country and CPV category.
  • Feed normalized tenders into CRM, BI, research, or automation workflows.
  • Export multilingual notices into consistent JSON or CSV.
  • Build scheduled alerts with Apify Tasks without maintaining TED field mappings.

Input

FieldDescriptionDefault
keywordsFull-text phrasenone
countriesThree-letter country codesDEU
cpvCodesEight-digit codes or families such as 72*none
publishedFrom, publishedToInclusive YYYY-MM-DD rangenone
expertQueryOptional raw TED expert query; overrides filtersnone
languagePreferred notice title/link languageeng
scopeACTIVE, LATEST, or ALLACTIVE
maxResultsHard output and billing limit100
requestDelayMsDelay between API pages500

Example:

{
"keywords": "data platform",
"countries": ["DEU", "FRA"],
"cpvCodes": ["72*"],
"publishedFrom": "2026-07-01",
"language": "eng",
"maxResults": 100
}

Output

Each dataset row contains the publication number, localized title, buyers, publication date, tender deadlines, CPV codes, countries, notice/form type, normalized estimated lot-value sum where currencies are consistent, official TED links, and retrieval timestamp.

{
"id": "497792-2026",
"title": "Lithuania – Biomedical equipment – Microbiological safety research equipment",
"buyers": ["Example university"],
"publicationDate": "2026-07-20",
"deadlines": ["2026-08-25"],
"cpvCodes": ["38434540"],
"countries": ["LTU"],
"estimatedValue": 38825,
"currency": "EUR",
"url": "https://ted.europa.eu/en/notice/-/detail/497792-2026",
"source": "TED"
}

Reliability and limits

  • HTTP API only; no browser or proxy.
  • Maximum 250 notices per TED page and 10,000 Actor results.
  • One request at a time with configurable delay and three bounded retries.
  • Deduplication uses the TED publication number.
  • Missing IDs are rejected; empty result sets fail explicitly.
  • TED can omit fields for some notices. Arrays preserve lot-level coverage where practical.
  • Estimated values are summed only when all returned lots use one currency.

Pricing

Pay per event:

  • Actor start: USD 0.00005
  • Normalized dataset item: USD 0.001

A two-result Apify smoke run on 256 MB used USD 0.0000988564 of platform resources and completed in 3.665 seconds. No browser, proxy, paid API, or external subscription is required. The user's configured maximum charge per run remains the hard billing limit.

Data source and rights

Source: https://api.ted.europa.eu/v3/notices/search. TED documents the Search API for analysis and reuse of published procurement notices. Users remain responsible for their downstream use and any personal data present in official notices.

Support

Report reproducible problems with the input, run link, expected field, and affected TED publication number. Do not include credentials or private procurement documents.