# Validate Brazil supplier CNPJs by registration status

**Use case:** 

Check whether each Brazilian supplier CNPJ is active, suspended or closed, with normalized status, size, sector and address for vendor onboarding.

## Input

```json
{
  "cnpjs": "47960950000121, 60746948000112, 33000167000101",
  "maxItems": 1000,
  "includeRaw": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "cnpjFormatted": {
    "label": "CNPJ"
  },
  "legalName": {
    "label": "Legal name"
  },
  "tradeName": {
    "label": "Trade name"
  },
  "status": {
    "label": "Status"
  },
  "sizeTier": {
    "label": "Size"
  },
  "sector": {
    "label": "Sector (CNAE)"
  },
  "companyAgeYears": {
    "label": "Age (yrs)"
  },
  "taxRegime": {
    "label": "Tax regime"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "UF"
  },
  "phone": {
    "label": "Phone"
  }
}
```

## About this Actor

This example demonstrates how to use [Brazil CNPJ Company API - Normalized Firmographics in English](https://apify.com/webdata_labs/brazil-cnpj-company-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/brazil-cnpj-company-api) to learn more, explore other use cases, and run it yourself.