eu-ted-scraper

Fetches EU TED tender notices and maps them to a common schema.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DifferCommunityPower/tender-skills --skill eu-ted-scraper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eu-ted-scraper
Source: https://github.com/DifferCommunityPower/tender-skills/tree/main/skills/eu-ted-scraper
Command: npx skills add https://github.com/DifferCommunityPower/tender-skills --skill eu-ted-scraper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates discovery of EU TED procurement notices via the public TED API without authentication, enabling teams to monitor new tenders from TED, GIZ, and KfW across multiple EU-funded opportunities.

Core Features & Use Cases

  • API-driven retrieval of TED notices using the official endpoint
  • Multi-source coverage including GIZ and KfW buyers
  • No authentication required; lightweight integration into procurement workflows
  • Standardized output matching the ungm-scraper/worldbank-scraper schema to feed downstream evaluators and CRM
  • Use Case: Run a multi-source scan to surface new EU tenders for evaluation and CRM entry

Quick Start

Query the TED scraper to fetch the latest notices and map them to the common tender schema for evaluation.

Frequently Asked Questions about eu-ted-scraper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch and normalize EU TED tender notices without authentication?

You can fetch and normalize EU TED tender notices by querying the public TED API without authentication, mapping fields like title, organization, country, and deadlines to a common JSON schema for downstream workflows.

What is the best way to monitor EU-funded tenders from GIZ and KfW?

Monitoring EU-funded tenders from GIZ and Kfw is done by running multi-source scans against the public TED API, retrieving procurement notices and normalizing them into a standardized JSON output for evaluation.

Can I integrate EU TED procurement data directly into my existing tender workflows?

Yes, EU TED procurement data integrates into tender workflows by outputting normalized JSON that matches the common schema used by other scrapers, feeding downstream evaluators and CRM systems directly.

Does the TED API require an API key to retrieve public procurement notices?

No API key is required to retrieve public procurement notices; the scraper accesses the official TED endpoint without authentication, enabling lightweight integration into procurement monitoring workflows.

How does data normalization work for EU TED tender fields?

Data normalization for EU TED tenders works by mapping relevant notice fields—including title, description, organization, country, deadlines, and language—to a common schema, producing JSON compatible with other scrapers.

What limitations exist when scraping EU TED tenders via the public API?

Limitations of scraping EU TED tenders via the public API include dependency on the endpoint's available data and field coverage, meaning any notices or fields not exposed by the public TED API cannot be retrieved or normalized.