# Eu Tenders Procurement - Appalti Sanita Lombardia

**Use case:** 

Il task specializza la ricerca per tutte le gare di appalto aperte nella sanita della regione Lombarda.

## Input

```json
{
  "query": "place-of-performance=ITC4 AND classification-cpv=33000000 AND publication-date >= 20260501 SORT BY publication-date",
  "returned-fields": [
    "buyer-name",
    "publication-date",
    "buyer-email"
  ],
  "lang": "ITA",
  "limit": 30,
  "send-mail": true,
  "alert-mail": "fabio.borsotti@mediolanum.it"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "h1s": {
    "label": "H1s",
    "format": "array"
  },
  "h2s": {
    "label": "H2s",
    "format": "array"
  },
  "h3s": {
    "label": "H3s",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Tenders Procurement & Opportunity Notification](https://apify.com/ilborso/eu-tenders-procurement-opportunity-notification) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ilborso/eu-tenders-procurement-opportunity-notification) to learn more, explore other use cases, and run it yourself.