# Construction Tenders in Germany & Poland | EU Tenders API

**Use case:** 

Open construction tenders (CPV 45) from public buyers in Germany and Poland, from TED, in one clean schema: buyer, value, deadline, country. Newest first.

## Input

```json
{
  "searchText": "artificial intelligence",
  "cpv": "45*",
  "country": "DE, PL",
  "noticeKind": "opportunities",
  "publishedAfter": "2026-05-01",
  "maxItems": 200,
  "includeRaw": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "publicationNumber": {
    "label": "Notice #"
  },
  "title": {
    "label": "Title"
  },
  "buyerName": {
    "label": "Buyer"
  },
  "buyerCountry": {
    "label": "Country"
  },
  "noticeTypeLabel": {
    "label": "Notice type"
  },
  "cpvSector": {
    "label": "Sector (CPV)"
  },
  "totalValue": {
    "label": "Value"
  },
  "deadline": {
    "label": "Deadline"
  },
  "publicationDate": {
    "label": "Published"
  },
  "noticeUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Tenders API - Normalized TED Public Procurement](https://apify.com/webdata_labs/eu-tenders-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/eu-tenders-api) to learn more, explore other use cases, and run it yourself.