# Dutch IT Tenders Monitor — Open Government Contracts NL

**Use case:** 

All open Dutch IT tenders from TED: municipalities, provinces, national bodies. Buyer, estimated value, submission deadline and direct notice link per tender.

## Input

```json
{
  "cpvCodes": [
    "72000000"
  ],
  "countries": [
    "NLD"
  ],
  "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.