ToolAssay

EU public procurement tender notices from the official TED (Tenders Electronic D

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1575 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategoryCode and developer
Provider host4yearcycle.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days9 from 6 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 1575 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "country": "DEU",
    "cpv": "45262670,44316000",
    "days": "14",
    "keywords": "CNC,Stahlbau",
    "max": "100"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "country": {
              "default": "DEU",
              "description": "Comma-separated ISO 3166-1 alpha-3 country codes for the place of performance, e.g. DEU, AUT, FRA. Default: DEU.",
              "examples": [
                "DEU",
                "DEU,AUT"
              ],
              "pattern": "^[A-Z]{3}(,[A-Z]{3})*$",
              "type": "string"
            },
            "cpv": {
              "default": "45262670",
              "description": "Comma-separated CPV codes (8-digit EU Common Procurement Vocabulary) to filter notices by, e.g. 45262670 = metal structures. Default: 45262670.",
              "examples": [
                "45262670",
                "45262670,44316000"
              ],
              "pattern": "^\\d{8}(,\\d{8})*$",
              "type": "string"
            },
            "days": {
              "default": "14",
              "description": "Look-back window in days over the notice publication date. Integer 1-90; values above 90 are capped. Default: 14.",
              "examples": [
                "14",
                "30"
              ],
              "pattern": "^\\d{1,2}$",
              "type": "string"
            },
            "keywords": {
              "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.",
              "examples": [
                "CNC,Fr\u00e4sen",
                "Stahlbau"
              ],
              "type": "string"
            },
            "max": {
              "default": "100",
              "description": "Maximum number of tenders to return. Integer 1-500; values above 500 are capped. Default: 100.",
              "examples": [
                "100",
                "500"
              ],
              "pattern": "^\\d{1,3}$",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "count": {
              "description": "Number of tenders returned (after keyword filtering and max cap)",
              "type": "integer"
            },
            "tenders": {
              "description": "Matching tender notices, newest first as returned by TED",
              "items": {
                "properties": {
                  "buyer": {
                    "description": "Contracting authority name",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "cpv": {
                    "description": "CPV classification codes of the notice",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "deadline": {
                    "description": "Submission deadline as returned by TED (ISO 8601 date-time), null if not stated",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "description": "Lot description, truncated to 500 characters",
                    "type": "string"
                  },
                  "noticeType": {
                    "description": "TED notice type code, e.g. cn-standard",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "pdfDe": {
                    "description": "Direct link to the German PDF of the notice",
                    "type": "string"
                  },
                  "publicationDate": {
                    "description": "TED publication date",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "publicationNumber": {
                    "description": "TED publication number, unique notice id",
                    "type": "string"
                  },
                  "title": {
                    "description": "Notice title (German preferred, else English, else first available language)",
                    "type": "string"
                  },
                  "url": {
                    "description": "Human-readable notice page on ted.europa.eu",
                    "type": "string"
                  }
                },
                "required": [
                  "publicationNumber",
                  "title",
                  "url"
                ],
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "count",
            "tenders"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON