# Italian CRM company name normalization scraper

**Use case:** 

Normalize a batch of Italian CRM account names against public Registro Imprese suggestions for repeatable data-quality workflows.

## Input

```json
{
  "queries": [
    "Enel Energia",
    "Pirelli",
    "Lavazza",
    "Fiat"
  ],
  "province": "",
  "maxResults": 5,
  "enrichDetails": true,
  "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.