# Registro de CNPJ de Empresas em Goiás

**Use case:** 

Acesse dados de empresas goianas utilizando o CNPJ.

## Input

```json
{
  "maxCompanies": 50,
  "cnpjNumbers": [
    "88899911000122",
    "99900022000133"
  ],
  "cnpj": ""
}
```

## Output

```json
{
  "cnpj": {
    "label": "CNPJ"
  },
  "legalName": {
    "label": "Legal Name"
  },
  "tradeName": {
    "label": "Trade Name"
  },
  "registrationStatus": {
    "label": "Status"
  },
  "mainActivity": {
    "label": "Main Activity"
  },
  "companySize": {
    "label": "Size"
  },
  "isSimplesNacional": {
    "label": "Simples"
  },
  "isMEI": {
    "label": "MEI"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "partnerCount": {
    "label": "Partners"
  }
}
```

## About this Actor

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