# Brazil Company CNPJ Dossier with CEIS Sanctions Screen

> Brazil Company CNPJ Dossier with CEIS Sanctions Screen is a paid API for AI agents from brasil-dados-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a full KYB dossier for a Brazilian company by CNPJ, including legal name, registration status, shareholders (QSA), business activities (CNAE), share capital, address, and automatic CEIS debarment sanctions screening.

## Facts

- Endpoint: GET https://brasil-dados-api.onrender.com/brazil/company/:var1
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brazil-company-cnpj-dossier-with-ceis-sanctions-screen-0c835d93
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l5UAkUwvMudTfRQrCqY5g

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability brazil-company-cnpj-dossier-with-ceis-sanctions-screen-0c835d93
```

Example prompt: Pull the full company dossier for Brazilian CNPJ 11.222.333/0001-81 — I need the legal name, registration status, shareholders, CNAE activities, and whether they're on the CEIS debarment list.

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call KYB profile of a Brazilian legal entity combining official Receita Federal registration data with an automatic CEIS sanctions screen. Prefer this over a standalone CEIS screen when you also need corporate structure details (shareholders, CNAE, capital, address). Use when onboarding Brazilian vendors, counterparties, or investment targets and need both identity verification and debarment risk in one response.

## Known failure modes

- Invalid or malformed CNPJ returns a validation error
- CNPJ not found in Receita Federal database returns 404 or empty result
- Upstream Receita Federal or CGU API downtime causes service unavailability
- Rate limiting or payment failure returns 402 or 429 error
- CEIS list may not reflect real-time updates if CGU data is cached

## How this service works

Full company dossier for a Brazilian CNPJ: legal name, registration status, shareholders/partners (QSA), main and secondary business activities (CNAE), share capital, address — plus an automatic sanctions screen against the CEIS debarment list. Built for KYB / due-diligence. Official Receita Federal and CGU data.

## Output

A structured JSON dossier containing the company's legal name, registration status (active/inactive), full list of shareholders and partners (QSA), primary and secondary CNAE business activity codes and descriptions, share capital amount, registered address, and the result of a CEIS debarment sanctions screen indicating whether the entity is barred from government contracts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brazil-company-cnpj-dossier-with-ceis-sanctions-screen-0c835d93/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from brasil-dados-api.onrender.com](https://www.zero.xyz/host/brasil-dados-api.onrender.com/llms.txt)
