# Romania Company CUI Lookup 4

**Use case:** 

Look up Romanian companies by fiscal code (CUI): name, trade register number, CAEN activity, county, VAT status and address.

## Input

```json
{
  "maxCompanies": 30,
  "cui": "14837428",
  "cuis": [
    "4266308",
    "4266309",
    "4266310"
  ]
}
```

## 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.