# Bulk-Find Italian PEC Emails for Invoicing

**Use case:** 

Bulk-resolve certified PEC emails and SDI codes for a list of Italian companies by VAT, Codice Fiscale or name - for fatturazione elettronica.

## Input

```json
{
  "identifiers": [
    "00159560366",
    "Barilla",
    "Pirelli"
  ]
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "denominazione": {
    "label": "Company",
    "format": "text"
  },
  "partitaIVA": {
    "label": "P.IVA",
    "format": "text"
  },
  "pec": {
    "label": "PEC",
    "format": "text"
  },
  "codiceDestinatarioSDI": {
    "label": "SDI Code",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Italy PEC Lookup - Certified Email & SDI Code by VAT](https://apify.com/regdata/italy-pec-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/italy-pec-lookup) to learn more, explore other use cases, and run it yourself.