# Ferrari Modena Company Registry Lookup — Live Scraper

**Use case:** 

Live Italian business registry lookup for Ferrari in the Modena province. Example use case for the Registro Imprese Scraper Actor.

## Input

```json
{
  "searchQuery": "Ferrari",
  "provincia": "MO",
  "activeOnly": false,
  "maxResults": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IT"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "partitaIva": {
    "label": "P.IVA",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Italian Company Register — Registro Imprese Scraper](https://apify.com/studio-amba/registro-imprese-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/registro-imprese-scraper) to learn more, explore other use cases, and run it yourself.