# Brazil CNPJ Lookup Full Export

**Use case:** 

Full Export of Brazil CNPJ Lookup. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "cnpjs": [
    "33000167000101",
    "60872504000123",
    "60746948000112"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "cnpj": {
    "label": "CNPJ",
    "format": "text"
  },
  "razaoSocial": {
    "label": "Razão Social",
    "format": "text"
  },
  "nomeFantasia": {
    "label": "Nome Fantasia",
    "format": "text"
  },
  "situacaoCadastral": {
    "label": "Situação",
    "format": "text"
  },
  "dataAbertura": {
    "label": "Data Abertura",
    "format": "date"
  },
  "porte": {
    "label": "Porte",
    "format": "text"
  },
  "atividadePrincipal": {
    "label": "Atividade principal"
  },
  "endereco": {
    "label": "Endereco"
  },
  "telefone": {
    "label": "Telefone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "socios": {
    "label": "Socios"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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