TED EU Tenders API avatar

TED EU Tenders API

Pricing

$2.00 / 1,000 results

Go to Apify Store
TED EU Tenders API

TED EU Tenders API

Search TED procurement notices and return normalized tender records for keyword queries.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Searches TED procurement notices and returns normalized tender records.

Best for

  • Public procurement intelligence
  • EU tender monitoring
  • Opportunity discovery by keyword/market

Input

  • queries (array, required): keywords, sectors, or CPV-like terms
  • maxItemsPerQuery (integer): max records per query
  • country (string, optional): country code filter (example: DE, FR)
  • includeRaw (boolean): include raw payload

Output

Typical fields:

  • source, query, recordType
  • title, identifier, date, url, summary
  • cpv, nuts, status, contractType
  • raw (optional)

Example input

{
"queries": ["healthcare"],
"maxItemsPerQuery": 20,
"country": "",
"includeRaw": false
}

Example output

{
"source": "ted",
"query": "healthcare",
"recordType": "tender",
"title": "Administrative healthcare services",
"identifier": "87684-2016",
"date": "2016-03-15",
"url": "https://ted.europa.eu/en/notice/-/detail/87684-2016",
"summary": "CPV: 75122000 | Type: services"
}

Notes

  • Tender formats vary across notices and countries.
  • Returned metadata richness depends on source notice completeness.