TED Tender Monitor
GET 4yearcycle.com/x402/tenders
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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.
Resource: 4yearcycle.com/x402/tenders
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x9862ca83b72aB95521F457aFf6e6EFb03d8164C3
Payment methods: — · Last validation: 2026-09-14 16:06:56.132+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"cpv": {
"type": "string",
"default": "45262670",
"pattern": "^\\d{8}(,\\d{8})*$",
"examples": [
"45262670",
"45262670,44316000"
],
"description": "Comma-separated CPV codes (8-digit EU Common Procurement Vocabulary) to filter notices by, e.g. 45262670 = metal structures. Default: 45262670."
},
"max": {
"type": "string",
"default": "100",
"pattern": "^\\d{1,3}$",
"examples": [
"100",
"500"
],
"description": "Maximum number of tenders to return. Integer 1-500; values above 500 are capped. Default: 100."
},
"days": {
"type": "string",
"default": "14",
"pattern": "^\\d{1,2}$",
"examples": [
"14",
"30"
],
"description": "Look-back window in days over the notice publication date. Integer 1-90; values above 90 are capped. Default: 14."
},
"country": {
"type": "string",
"default": "DEU",
"pattern": "^[A-Z]{3}(,[A-Z]{3})*$",
"examples": [
"DEU",
"DEU,AUT"
],
"description": "Comma-separated ISO 3166-1 alpha-3 country codes for the place of performance, e.g. DEU, AUT, FRA. Default: DEU."
},
"keywords": {
"type": "string",
"examples": [
"CNC,Fräsen",
"Stahlbau"
],
"description": "Optional comma-separated free-text keywords; a notice is kept if its title or description contains at least one (case-insensitive). Empty = no keyword filter."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"count",
"tenders"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of tenders returned (after keyword filtering and max cap)"
},
"tenders": {
"type": "array",
"items": {
"type": "object",
"required": [
"publicationNumber",
"title",
"url"
],
"properties": {
"cpv": {
"type": "array",
"items": {
"type": "string"
},
"description": "CPV classification codes of the notice"
},
"url": {
"type": "string",
"description": "Human-readable notice page on ted.europa.eu"
},
"buyer": {
"type": [
"string",
"null"
],
"description": "Contracting authority name"
},
"pdfDe": {
"type": "string",
"description": "Direct link to the German PDF of the notice"
},
"title": {
"type": "string",
"description": "Notice title (German preferred, else English, else first available language)"
},
"deadline": {
"type": [
"string",
"null"
],
"description": "Submission deadline as returned by TED (ISO 8601 date-time), null if not stated"
},
"noticeType": {
"type": [
"string",
"null"
],
"description": "TED notice type code, e.g. cn-standard"
},
"description": {
"type": "string",
"description": "Lot description, truncated to 500 characters"
},
"publicationDate": {
"type": [
"string",
"null"
],
"description": "TED publication date"
},
"publicationNumber": {
"type": "string",
"description": "TED publication number, unique notice id"
}
}
},
"description": "Matching tender notices, newest first as returned by TED"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9862ca83b72aB95521F457aFf6e6EFb03d8164C3",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x9862ca83b72aB95521F457aFf6e6EFb03d8164C3",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.