# Italy company registry scraper example

**Use case:** 

Search official Registro Imprese public company suggestions by name and export typed matches for normalization or verification.

## Input

```json
{
  "queries": [
    "Ferrari",
    "Enel",
    "Barilla"
  ],
  "province": "",
  "maxResults": 10,
  "enrichDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "companyName": {
    "label": "Company name"
  },
  "suggestionCategory": {
    "label": "Category"
  },
  "suggestionType": {
    "label": "Type"
  },
  "province": {
    "label": "Province"
  },
  "registeredAddress": {
    "label": "Registered address"
  },
  "pec": {
    "label": "PEC"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "activityDescription": {
    "label": "Activity"
  },
  "ateco": {
    "label": "ATECO"
  },
  "enrichmentStatus": {
    "label": "Enrichment"
  },
  "enrichmentError": {
    "label": "Enrichment note"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Italy Registro Imprese Company Search Scraper](https://apify.com/automation-lab/italy-registro-imprese-company-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/italy-registro-imprese-company-search-scraper) to learn more, explore other use cases, and run it yourself.