# Real Estate Agencies in Brazil — CNPJ List

**Use case:** 

Active real estate agencies in São Paulo, Rio de Janeiro and Minas Gerais, from the official Receita Federal registry index. CNPJ, name, city and size.

## Input

```json
{
  "cnae": "6821",
  "ufs": [
    "SP",
    "RJ",
    "MG"
  ],
  "limit": 500,
  "offset": 0
}
```

## Output

```json
{
  "razao_social": {
    "label": "Legal name",
    "format": "text"
  },
  "nome_fantasia": {
    "label": "Trade name",
    "format": "text"
  },
  "cnpj_formatado": {
    "label": "CNPJ",
    "format": "text"
  },
  "municipio": {
    "label": "City",
    "format": "text"
  },
  "uf": {
    "label": "State",
    "format": "text"
  },
  "cnae_formatado": {
    "label": "Activity (CNAE)",
    "format": "text"
  },
  "porte": {
    "label": "Company size",
    "format": "text"
  },
  "data_abertura": {
    "label": "Opened on",
    "format": "date"
  },
  "tem_telefone": {
    "label": "Has phone on file",
    "format": "boolean"
  },
  "tem_email": {
    "label": "Has email on file",
    "format": "boolean"
  },
  "cnpj": {
    "label": "CNPJ (digits only)",
    "format": "text"
  },
  "cnae_principal": {
    "label": "CNAE code",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Brazilian Companies Finder — by CNAE & State (CNPJ Discovery)](https://apify.com/gangary/cnpj-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/gangary/cnpj-discovery) to learn more, explore other use cases, and run it yourself.