# Find IT tenders in Germany (TED)

**Use case:** 

Search EU TED notices for German IT and software tenders (CPV 72000000). Get buyers, deadlines, and values as JSON or CSV via API.

## Input

```json
{
  "fullTextSearch": "",
  "cpvCodes": [
    "72000000"
  ],
  "countryCodes": [
    "DEU"
  ],
  "daysBack": 30,
  "language": "eng",
  "expertQuery": "",
  "maxItems": 50
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Notice number",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "string"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "string"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "string"
  },
  "estimatedValue": {
    "label": "Estimated value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "array"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "string"
  },
  "tedUrl": {
    "label": "TED notice",
    "format": "string"
  }
}
```

## About this Actor

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