# EU IT & Software Public Tenders (TED)

**Use case:** 

Scrape EU-wide IT and software public procurement tenders from TED (CPV 72). Buyer contact, deadline, value, winner. Cross-border bid intelligence for tech vend

## Input

```json
{
  "countries": [],
  "cpvCodes": [
    "72000000"
  ],
  "noticeTypes": [],
  "procedureTypes": [],
  "contractNatures": [],
  "preferredLanguages": [
    "eng",
    "fra"
  ],
  "maxResults": 100,
  "analyzeTenders": false,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "publication_number": {
    "label": "Pub #"
  },
  "title": {
    "label": "Title"
  },
  "buyer_name": {
    "label": "Buyer"
  },
  "buyer_country": {
    "label": "Country"
  },
  "buyer_email": {
    "label": "Buyer email"
  },
  "buyer_phone": {
    "label": "Buyer phone"
  },
  "publication_date": {
    "label": "Published"
  },
  "deadline_tender_date": {
    "label": "Deadline"
  },
  "estimated_value": {
    "label": "Value",
    "format": "number"
  },
  "estimated_value_currency": {
    "label": "Cur"
  },
  "procedure_type": {
    "label": "Procedure"
  },
  "contract_nature": {
    "label": "Nature"
  },
  "winner_name": {
    "label": "Winner name"
  },
  "url_ted": {
    "label": "URL"
  }
}
```

## About this Actor

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