# TED EU Procurement   Tenders & Award Notices — Full Export

**Use case:** 

Scrape the full ted eu procurement - tenders & award notices dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract ted eu procurement - tenders & award notices for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "noticeTypes": [],
  "countries": [],
  "cpvCodes": [],
  "nutsCodes": [],
  "minEstimatedValueEur": 0,
  "publishedAfter": "",
  "publishedBefore": "",
  "onlySmeWinners": false,
  "preferredLanguage": "eng",
  "maxItems": 200
}
```

## Output

```json
{
  "noticeId": {
    "label": "Noticeid",
    "format": "string"
  },
  "noticeType": {
    "label": "Noticetype",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publicationdate",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyername",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "cpvMain": {
    "label": "Cpvmain",
    "format": "string"
  },
  "estimatedValueEur": {
    "label": "Estimatedvalueeur",
    "format": "number"
  },
  "awardedValueEur": {
    "label": "Awardedvalueeur",
    "format": "number"
  },
  "winnerName": {
    "label": "Winnername",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

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