# Trova la PEC e il Codice ATECO di un'Azienda

**Use case:** 

Trova la PEC (domicilio digitale) e il codice ATECO di un'azienda italiana dal nome o dalla partita IVA - con forma giuridica, REA e capitale.

## Input

```json
{
  "query": "Ferrari S.p.A.",
  "maxResults": 3
}
```

## Output

```json
{
  "denominazione": {
    "label": "Company",
    "format": "text"
  },
  "partitaIVA": {
    "label": "P.IVA",
    "format": "text"
  },
  "codiceFiscale": {
    "label": "Cod. Fiscale",
    "format": "text"
  },
  "rea": {
    "label": "REA",
    "format": "text"
  },
  "formaGiuridica": {
    "label": "Legal Form",
    "format": "text"
  },
  "atecoCode": {
    "label": "ATECO",
    "format": "text"
  },
  "atecoDescription": {
    "label": "Activity",
    "format": "text"
  },
  "comune": {
    "label": "Comune",
    "format": "text"
  },
  "provincia": {
    "label": "Prov.",
    "format": "text"
  },
  "capitaleSociale": {
    "label": "Capital",
    "format": "text"
  },
  "dipendenti": {
    "label": "Employees",
    "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 Registro Imprese Scraper - Company Data & PEC](https://apify.com/regdata/italy-registro-imprese-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/italy-registro-imprese-scraper) to learn more, explore other use cases, and run it yourself.