# Verificare companii Iași prin CUI (multiple)

**Use case:** 

Efectuează verificări multiple pentru companiile din Iași folosind CUI-uri.

## Input

```json
{
  "maxCompanies": 30,
  "cui": "",
  "cuis": [
    "14837428",
    "6860712",
    "8956777"
  ],
  "date": "",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "cui": {
    "label": "CUI",
    "format": "number"
  },
  "name": {
    "label": "Company"
  },
  "regCom": {
    "label": "Reg. No (J...)"
  },
  "caenCode": {
    "label": "CAEN"
  },
  "county": {
    "label": "County"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "vatPayer": {
    "label": "VAT Payer",
    "format": "boolean"
  },
  "vatRegistrationDate": {
    "label": "VAT Since"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Romania Company Registry & VAT Data Scraper](https://apify.com/scrapers_lat/romania-onrc-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/romania-onrc-companies-scraper) to learn more, explore other use cases, and run it yourself.