Lookup Brazilian Company (CNPJ)
gov.brasilapi.cnpjLook up a Brazilian company by its 14-digit CNPJ tax ID and get official data: name, address, CNAE codes, partners, capital, and status from Receita Federal.
Instructions
Look up a Brazilian company by 14-digit CNPJ tax ID — returns name, address, CNAE codes, QSA partners, capital, status from Receita Federal. BrasilAPI MIT
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cnpj | Yes | Brazilian company tax ID (CNPJ) — 14 digits with or without punctuation (e.g. "33000167000101" or "33.000.167/0001-01"). Returns full Receita Federal company registry data. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |