# RegistroImprese FIAT Company Search

**Use case:** 

Extract public RegistroImprese suggestions for FIAT companies with official bilancio product page links.

## Input

```json
{
  "queries": [
    "FIAT"
  ],
  "maxItemsPerQuery": 10,
  "includeActivityHints": true,
  "includeDeclaratoryHints": false
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "resultType": {
    "label": "Result type"
  },
  "companyName": {
    "label": "Company name"
  },
  "activityOrDescription": {
    "label": "Activity / description"
  },
  "activityCode": {
    "label": "Activity code"
  },
  "rank": {
    "label": "Rank"
  },
  "matchWeight": {
    "label": "Weight"
  },
  "financialStatementProductUrl": {
    "label": "Bilancio URL",
    "format": "link"
  },
  "registrySearchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "note": {
    "label": "Note"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Italy RegistroImprese Financial Statements Scraper](https://apify.com/automation-lab/italy-registroimprese-bilanci-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/italy-registroimprese-bilanci-scraper) to learn more, explore other use cases, and run it yourself.