# Brazil CNPJ Receita Federal — Full Export

**Use case:** 

Scrape the full brazil cnpj receita federal dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract brazil cnpj receita federal for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "cnpj": "",
  "uf": "DF",
  "cnae": "",
  "municipio": "",
  "naturezaJuridica": "",
  "partnerCpf": "",
  "pageSize": 100,
  "maxItems": 200
}
```

## Output

```json
{
  "cnpj": {
    "label": "Cnpj",
    "format": "string"
  },
  "razao_social": {
    "label": "Razao Social",
    "format": "string"
  },
  "nome_fantasia": {
    "label": "Nome Fantasia",
    "format": "string"
  },
  "uf": {
    "label": "Uf",
    "format": "string"
  },
  "municipio": {
    "label": "Municipio",
    "format": "string"
  },
  "cnae_principal_codigo": {
    "label": "Cnae Principal Codigo",
    "format": "string"
  },
  "cnae_principal_descricao": {
    "label": "Cnae Principal Descricao",
    "format": "string"
  },
  "situacao_cadastral": {
    "label": "Situacao Cadastral",
    "format": "string"
  },
  "porte": {
    "label": "Porte",
    "format": "string"
  },
  "simples_nacional": {
    "label": "Simples Nacional",
    "format": "boolean"
  },
  "mei": {
    "label": "Mei",
    "format": "boolean"
  }
}
```

## About this Actor

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