# TED Germany Public Tenders Scraper

**Use case:** 

Scrape German public procurement notices from EU TED with buyer, value, CPV category and submission deadline.

## Input

```json
{
  "maxItems": 50,
  "buyerCountry": [
    "DEU"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publicationNumber": {
    "label": "Notice No.",
    "format": "text"
  },
  "tedUrl": {
    "label": "TED URL",
    "format": "link"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "text"
  },
  "supplierName": {
    "label": "Winner",
    "format": "text"
  },
  "noticeType": {
    "label": "Notice Type",
    "format": "text"
  },
  "procedureType": {
    "label": "Procedure",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCodes": {
    "label": "CPV Codes",
    "format": "array"
  },
  "place": {
    "label": "Place",
    "format": "array"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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