# German Consultancy Tenders Data from TED EU

**Use case:** 

Retrieve consultancy and advisory service tenders from TED EU for Germany. Access essential procurement information in CSV or JSON formats.

## Input

```json
{
  "sources": [
    "ted_eu"
  ],
  "keywords": [
    "consulting",
    "advisory services"
  ],
  "publishedFrom": "",
  "publishedTo": "",
  "tedCountries": [
    "DEU"
  ],
  "tedCpvCodes": [],
  "tedContractNature": [],
  "tedNoticeTypes": [],
  "samGovNaicsCodes": [],
  "samGovNoticeTypes": [],
  "ukKeywords": "",
  "maxResultsPerSource": 300,
  "language": "deu"
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Buyer country",
    "format": "text"
  },
  "procurementType": {
    "label": "Procurement type",
    "format": "text"
  },
  "estimatedValueAmount": {
    "label": "Estimated value",
    "format": "number"
  },
  "estimatedValueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "date"
  },
  "noticeUrl": {
    "label": "Notice URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Public Tenders Scraper - Government Procurement Data](https://apify.com/logiover/global-public-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/global-public-tenders-scraper) to learn more, explore other use cases, and run it yourself.