EU TED Public Procurement Scraper avatar

EU TED Public Procurement Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
EU TED Public Procurement Scraper

EU TED Public Procurement Scraper

Scrape public procurement notices from TED (Tenders Electronic Daily), the EU official platform. Extract contract notices, awards, buyers, CPV codes, deadlines, estimated values, and winner data across all 27 EU member states. Filter by country, CPV, date range, and free-text search.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ivo Sandoval

Ivo Sandoval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape public procurement notices from TED (Tenders Electronic Daily), the EU official procurement journal.

Data Source

Output Schema

FieldTypeDescription
notice_idstringTED notice identifier
titlestringNotice title
notice_typestringcontract-notice, award-notice, etc.
buyer_namestringContracting authority name
buyer_countrystringISO country code
cpv_codesarrayCommon Procurement Vocabulary codes
publication_datestringPublication date
deadline_datestringSubmission deadline
estimated_valuenumberEstimated contract value
currencystringCurrency code (EUR)
descriptionstringNotice description
procedure_typestringOpen, restricted, negotiated, etc.
contract_typestringServices, supplies, works
statusstringNotice status
has_lotsbooleanWhether the notice has lots
nuts_codestringNUTS geographic code
num_biddersintegerNumber of bidders
award_winnerstringWinning company name
award_amountnumberAwarded contract value
award_datestringAward decision date
source_urlstringDirect link to notice on TED

Input Parameters

ParameterTypeRequiredDescription
search_querystringNoFree-text search
cpv_codesarrayNoFilter by CPV codes
countriesarrayNoFilter by ISO country codes
notice_typestringNoFilter by notice type
date_fromstringNoStart date (YYYY-MM-DD)
date_tostringNoEnd date (YYYY-MM-DD)
max_resultsintegerNoMax results (default: 100, max: 10000)
database_urlstringNoPostgreSQL URL for persistence
proxy_configurationobjectNoApify proxy config

Database

  • Database name: datamon_eu_ted
  • Tables: notices, awards

Pricing (Apify Store)

  • Model: Pay-per-event (PPE)
  • Price: $5 / 1,000 results

Development

cd actors/eu-ted
pip install -r requirements.txt
apify run --purge

Status

  • Scraper implementation
  • Database models + migrations
  • Input/output schemas
  • Apify Store listing
  • Tests
  • Documentation