EU Contract Award Radar (TED) avatar

EU Contract Award Radar (TED)

Pricing

from $2.00 / 1,000 award records

Go to Apify Store
EU Contract Award Radar (TED)

EU Contract Award Radar (TED)

Track who wins EU public contracts. Scrape TED contract-award notices with winner, contract value and number of bidders. Filter by CPV, country, winner and minimum value. Normalized output + digest mode.

Pricing

from $2.00 / 1,000 award records

Rating

0.0

(0)

Developer

Fetchwerk

Fetchwerk

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Share

This EU contract award radar tracks who wins European public contracts. It reads contract-award notices from TED (Tenders Electronic Daily, the official EU procurement journal) and returns, for every awarded contract, the winner, the contract value, the number of bidders and the buyer. Filter by CPV, country, winner name and minimum value. No API keys, no login, no personal-data scraping beyond the winners that the EU itself publishes.

Tenders vs awards: this is the other side

Most tender scrapers show you open calls (opportunities to bid). This actor shows you the results: which company won, for how much, and against how many competitors. That makes it a sales-intelligence and market-research tool rather than a bid-finding tool.

  • Competitor tracking: follow a specific company and see every public contract it wins across the EU.
  • Market sizing: aggregate award values by CPV, country or buyer to see who spends what.
  • Lead signals: a winner is a company that just secured budget and often needs subcontractors; a losing bidder is a buyer with proven demand.

Pairs cleanly with our EU Tenders Scraper (open calls) on the same TED source.

What data does it return?

{
"id": "ted-award:449210-2026",
"source": "ted-award",
"title": "Poland - Laboratory, optical and precision equipment - Purchase and delivery of spectrometers",
"buyer": "Uniwersytet Warszawski",
"country": "POL",
"cpv_codes": ["38000000", "38433000", "42300000"],
"notice_type": "can-standard",
"publication_date": "2026-07-01",
"url": "https://ted.europa.eu/en/notice/-/detail/449210-2026",
"winners": ["SHIM-POL A.M. Borzymowski", "SPECTRO-LAB Sp. z o.o", "VERDER POLSKA"],
"winner_countries": ["POL"],
"award_value": 310562.33,
"currency": "PLN",
"num_bids": 16
}

How to use it

Example input, all fields optional:

{
"cpvCodes": ["72000000"],
"buyerCountries": ["NLD", "DEU"],
"winners": ["Accenture", "Capgemini"],
"minValue": 100000,
"daysBack": 30,
"maxItems": 200,
"mode": "digest"
}
  • cpvCodes: CPV codes, filtered server-side on TED (e.g. 72000000 for IT services).
  • buyerCountries: ISO-3 codes. Empty for all of the EU.
  • winners: keep only awards won by a company whose name contains one of these. Ideal for competitor tracking.
  • minValue: only awards at or above this contract value. Awards without a published value are dropped when this is set.
  • daysBack: publication window, 1 to 90 days.
  • mode: search returns the dataset; digest also writes a ready-to-send markdown summary (grouped by country, with winner and value) to the key-value store under the key DIGEST.

Award monitoring and alerts

Run the actor on a weekly schedule in digest mode and connect an Apify integration (Slack, email, webhook, Make, Zapier) to deliver the DIGEST wherever your team works. Set winners to your competitors to get a weekly "who won what" briefing.

FAQ

Is this allowed? Yes. TED is the official EU procurement journal and publishes contract-award notices, including winners and values, as open government data. This actor uses the public, documented TED Search API v3.

Are winner names personal data? Winners are organizations. In the rare case a winner is a sole proprietor, the name is published by the EU itself in the official award notice. No private-individual data is added.

How does pricing work? Pay per event: a small fee per returned award record, and a flat fee per generated digest. maxItems caps your cost per run.

Can I combine it with open tenders? Yes. It shares TED as a source with our EU Tenders Scraper, so opportunities and awards line up on the same buyers and CPV codes.

All Fetchwerk procurement actors share a normalized output schema, so you can merge them into one pipeline:

  • EU Tenders Scraper: the opportunities side. EU-wide open calls from TED plus Dutch tenders from TenderNed.
  • German Tenders Scraper: German national and below-threshold tenders from the official oeffentlichevergabe.de service.
  • UK Tenders Scraper: UK public contracts from Find a Tender and Contracts Finder, which left TED after Brexit.

Built and operated by Fetchwerk.