# Recent EU Contract Awards | EU Tenders API

**Use case:** 

Recent EU public contract awards from TED across all member states, in one clean schema: buyer, sector (CPV), value, and country. Newest first.

## Input

```json
{
  "searchText": "",
  "noticeKind": "awards",
  "publishedAfter": "2026-06-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.