# Brazil KYB CNPJ Batch Enrichment

**Use case:** 

Run batch CNPJ enrichment for Brazilian KYB workflows with company status, activity, address, tax flags, and partners.

## Input

```json
{
  "cnpjs": [
    "19.131.243/0001-97",
    "00.000.000/0001-91",
    "60.746.948/0001-12",
    "60.701.190/0001-04"
  ],
  "maxItems": 100,
  "includePartners": true,
  "includeRawData": false,
  "maxConcurrency": 3,
  "maxRetries": 2,
  "retryDelayMillis": 1000
}
```

## Output

```json
{
  "requestedCnpj": {
    "label": "Requested CNPJ"
  },
  "cnpjFormatted": {
    "label": "CNPJ"
  },
  "success": {
    "label": "Success"
  },
  "statusCode": {
    "label": "HTTP status"
  },
  "legalName": {
    "label": "Legal name"
  },
  "tradeName": {
    "label": "Trade name"
  },
  "registrationStatus": {
    "label": "Registration status"
  },
  "mainActivityDescription": {
    "label": "Main activity"
  },
  "companySize": {
    "label": "Company size"
  },
  "shareCapital": {
    "label": "Share capital"
  },
  "addressCity": {
    "label": "City"
  },
  "addressState": {
    "label": "State"
  },
  "phone1": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "partnersCount": {
    "label": "Partners count"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [BrasilAPI CNPJ Company Scraper](https://apify.com/automation-lab/brasilapi-cnpj-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/brasilapi-cnpj-company-scraper) to learn more, explore other use cases, and run it yourself.