EU public tenders (TED) to JSON avatar

EU public tenders (TED) to JSON

Pricing

$3.00 / 1,000 tender notices

Go to Apify Store
EU public tenders (TED) to JSON

EU public tenders (TED) to JSON

Public procurement notices from TED (Supplement to the Official Journal of the EU) as clean JSON, filtered by country, CPV, value, keywords and deadline. Official API, no scraping.

Pricing

$3.00 / 1,000 tender notices

Rating

0.0

(0)

Developer

Santiago Alfonso Ramírez

Santiago Alfonso Ramírez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

Categories

Share

Turns the official TED API (Tenders Electronic Daily, the Supplement to the Official Journal of the European Union) into clean JSON you can feed to a CRM, a spreadsheet, a dashboard or an AI agent.

No scraping and no HTML parsing: this Actor calls the public Search API that the Publications Office of the EU provides for data reusers, so the data is exactly what was published.

What you get

One dataset item per notice, with:

  • publicationNumber, noticeId, noticeType (contract notice, award notice, prior information…)
  • title and description in the language you choose, falling back to English
  • buyer: name, country, city and NUTS region
  • cpv codes, contractNature (works, supplies, services) and procedureType
  • estimatedValue and totalValue, each with its currency
  • placeOfPerformance: countries, NUTS regions and cities
  • tenderDeadline and publicationDate
  • winnerName on award notices
  • url, xmlUrl and pdfUrl of the official notice

No e-mail addresses and no contact persons are collected.

Example item

{
"publicationNumber": "629156-2026",
"title": "Service for publishing job offers for people with disabilities",
"noticeType": "cn-standard",
"publicationDate": "2026-09-14",
"tenderDeadline": "2026-10-13",
"buyer": { "name": "ASOCIACIÓN INSERTA EMPLEO", "country": "ESP", "city": "Madrid", "region": "ES300" },
"cpv": ["79000000"],
"totalValue": { "amount": 888770, "currency": "EUR" },
"placeOfPerformance": { "countries": ["ESP"], "regions": ["ES300"], "cities": ["Territorio nacional español"] },
"url": "https://ted.europa.eu/en/notice/-/detail/629156-2026",
"source": "© European Union, https://ted.europa.eu, 1998-2026. Reuse authorised (Commission Decision 2011/833/EU)."
}

Filters

InputWhat it does
paisesBuyer countries as ISO alpha-3 codes: ESP, DEU, FRA… Empty = all
cpvCPV codes; a parent such as 72000000 also matches 722xxxxx
palabrasClaveFree-text words; a notice matches if it contains any of them
tiposAnuncioTED notice types, e.g. cn-standard, can-standard, pin-only
diasAtrasHow many days back to search (1–365)
soloAbiertasKeep only notices whose tender deadline has not passed
importeMinimo / importeMaximoValue range of the notice
idiomaPreferred language for title and description
consultaExpertaExtra TED expert-search expression, combined with the rest
maxResultadosStop after this many saved notices

Country, CPV, notice type, keywords and dates are pushed into the TED query itself, so the Actor downloads only what you asked for. Value and deadline are applied to the result.

Typical uses

  • Sales pipeline: watch new contract notices in your sector and country, and push them to your CRM.
  • Market research: award notices tell you who won, for how much and where.
  • AI agents: a stable JSON contract with an output schema, so an agent can chain this Actor with others.
  • Monitoring: run it daily on a schedule and keep only what is still open.

Pricing

Pay per event: you are charged for each notice saved to the dataset. A run that finds nothing costs nothing beyond platform usage.

Notes and limits

  • TED covers procurement above the EU thresholds and whatever else member states choose to publish there. For all Spanish contracts, including the smaller ones, use the PLACSP Actor instead.
  • The API returns at most 250 notices per request; the Actor paginates for you.
  • Values come as published. Some notices carry no value at all, and a few carry it only inside the lots; those come back as null.
  • Only notices signed and published in the Supplement to the Official Journal are authentic. This Actor is a convenience layer on top of them.

Source and licence

Data: TED, Publications Office of the European Union. TED's legal notice states that procurement notices published in the Supplement to the Official Journal can be freely reused for commercial or non-commercial purposes, under the Commission Decision of 12 December 2011 (2011/833/EU). Every item carries the attribution in its source field.