# EU TED Public Procurement Notices for Germany

**Use case:** 

Retrieve structured public procurement notices from the EU TED API specific to Germany. Data includes contract details and notice types.

## Input

```json
{
  "datePreset": "last_7_days",
  "countries": [
    "DEU"
  ],
  "cpvCodes": [],
  "noticeTypes": [],
  "language": "ENG",
  "maxResults": 500,
  "query": "",
  "pageSize": 100
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Publication #",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "text"
  },
  "totalValue": {
    "label": "Value",
    "format": "number"
  },
  "totalValueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "date"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "text"
  },
  "procedureType": {
    "label": "Procedure",
    "format": "text"
  },
  "cpvCodes": {
    "label": "CPV",
    "format": "array"
  },
  "detailUrl": {
    "label": "Detail page",
    "format": "link"
  }
}
```

## About this Actor

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