# Find medical equipment tenders in the EU

**Use case:** 

Search TED for medical equipment procurement notices (CPV 33100000) across Europe. Export tender details as JSON, CSV, or Excel.

## Input

```json
{
  "fullTextSearch": "",
  "cpvCodes": [
    "33100000"
  ],
  "countryCodes": [],
  "daysBack": 30,
  "language": "eng",
  "expertQuery": "",
  "maxItems": 50
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Notice number",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "string"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "string"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "string"
  },
  "estimatedValue": {
    "label": "Estimated value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "array"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "string"
  },
  "tedUrl": {
    "label": "TED notice",
    "format": "string"
  }
}
```

## About this Actor

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