T

TED Tender Monitor · Tenders

by TED Tender Monitor

GETBase

$0.01

per call · USD Coin on Base

EU public procurement tender notices from the official TED (Tenders Electronic Daily) v3 API, filtered by CPV product/service code, country of performance and free-text keywords over a recent publication window; returns structured JSON per notice with title, buyer, deadline, publication date, CPV codes, notice URL and German PDF link.

Endpoint

GET https://4yearcycle.com/x402/tenders

9

Calls / 30d

8

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://4yearcycle.com/x402/tenders", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://4yearcycle.com/x402/tenders?country=DEU&cpv=45262670%2C44316000&days=14&keywords=CNC%2CStahlbau&max=100" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "tenders": [
    {
      "buyer": "Stadt Musterstadt, Amt für Gebäudemanagement",
      "cpv": [
        "45262670",
        "44316000"
      ],
      "deadline": "2026-09-15T10:00:00+02:00",
      "description": "Stahlbauarbeiten für den Neubau einer Produktionshalle, ca. 2.400 m² Grundfläche, inkl. Metallbau- und Schlosserarbeiten.",
      "noticeType": "cn-standard",
      "pdfDe": "https://ted.europa.eu/de/notice/00512345-2026/pdf",
      "publicationDate": "2026-08-12+02:00",
      "publicationNumber": "00512345-2026",
      "title": "Neubau einer Produktionshalle — Stahlbau- und Metallbauarbeiten",
      "url": "https://ted.europa.eu/en/notice/-/detail/00512345-2026"
    }
  ]
}

Payment details

Pay to0x9862ca83b72ab95521f457aff6e6efb03d8164c3
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from TED Tender Monitor & similar services