# EU Medical Equipment Tenders — All Open Contracts (CPV 33)

**Use case:** 

Every open medical-equipment tender in the EU from TED: hospitals, health ministries, agencies. Buyer, value, deadline & direct link per contract.

## Input

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