# TED Europa CPV Tender Export

**Use case:** 

Scrape TED Europa notices by CPV code for software package and information systems procurement opportunities.

## Input

```json
{
  "keywords": [
    "software"
  ],
  "countries": [
    "ESP",
    "ITA"
  ],
  "cpvCodes": [
    "48000000"
  ],
  "sortBy": "deadline-date-asc",
  "language": "eng",
  "maxItems": 75,
  "pageSize": 50,
  "includeRawNotice": false
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Publication number",
    "format": "text"
  },
  "noticeTitle": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "text"
  },
  "estimatedValue": {
    "label": "Estimated value",
    "format": "number"
  },
  "estimatedValueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "text"
  },
  "countryCodes": {
    "label": "Countries",
    "format": "text"
  },
  "tedUrl": {
    "label": "TED URL",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "link"
  },
  "xmlUrl": {
    "label": "XML URL",
    "format": "link"
  },
  "sourceApiUrl": {
    "label": "Source API",
    "format": "link"
  }
}
```

## About this Actor

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