# Look Up an Italian PEC Email by Company Name

**Use case:** 

Look up an Italian company's certified PEC email from just its name - no VAT number needed. For e-invoicing onboarding and contact verification.

## Input

```json
{
  "identifiers": [
    "Ferrari S.p.A.",
    "Lavazza"
  ]
}
```

## 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.