# Benelux IT Tenders — Live TED Procurement Monitor

**Use case:** 

Get all open IT tenders (CPV 72) in the Netherlands, Belgium & Luxembourg with buyer, value and deadline. Official TED data, ready for weekly scheduling.

## Input

```json
{
  "cpvCodes": [
    "72000000"
  ],
  "countries": [
    "NLD",
    "BEL",
    "LUX"
  ],
  "onlyOpenDeadlines": true,
  "maxPages": 2
}
```

## Output

```json
{
  "title": {
    "label": "Tender",
    "format": "text"
  },
  "buyer": {
    "label": "Buyer",
    "format": "text"
  },
  "estimatedValue": {
    "label": "Est. value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "submissionDeadline": {
    "label": "Deadline",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "cpv": {
    "label": "CPV",
    "format": "text"
  },
  "countries": {
    "label": "Countries",
    "format": "text"
  },
  "noticeUrl": {
    "label": "Notice URL",
    "format": "link"
  },
  "publicationNumber": {
    "label": "Publication #",
    "format": "text"
  }
}
```

## About this Actor

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