# Brasil Dados API – CEIS Sanctions Screening (CPF/CNPJ)

> Brasil Dados API – CEIS Sanctions Screening (CPF/CNPJ) is a paid API for AI agents from brasil-dados-api.onrender.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Checks whether a Brazilian CPF (individual) or CNPJ (company) appears on the CEIS sanctions/debarment list of entities barred from contracting with the Brazilian public sector.

## Facts

- Endpoint: GET https://brasil-dados-api.onrender.com/kyb/sanctions/:var1
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brasil-dados-api-ceis-sanctions-screening-cpf-cnpj-6654790e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O6Y-chut7MSDopXWcTXNH

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 brasil-dados-api-ceis-sanctions-screening-cpf-cnpj-6654790e
```

Example prompt: Can you check if the Brazilian company with CNPJ 12.345.678/0001-99 is on the CEIS sanctions list — I need to know if they're debarred from government contracts before we sign anything.

## When to prefer this

Use this endpoint when you need a fast, low-cost sanctions/debarment check specifically against Brazil's CEIS list for KYB or KYC compliance workflows. Prefer this over general web search when you need structured, official CGU data with a timestamped result suitable for audit trails. It is the right choice for onboarding Brazilian suppliers, vendors, or counterparties where public-sector contracting eligibility matters.

## Known failure modes

- Invalid or malformed CPF/CNPJ format returns validation error
- Entity not found in CEIS list returns empty or negative result (not necessarily an error)
- Upstream Portal da Transparência data unavailable causes service timeout or 503
- Rate limiting or payment failure (x402) blocks the request
- Ambiguous identifier type (CPF vs CNPJ not distinguishable) may require explicit type hint

## How this service works

Fast sanctions/debarment screen for a Brazilian CPF or CNPJ against the CEIS list (companies and individuals barred from contracting with the public sector). Official CGU/Portal da Transparência data.

## Output

Returns the CEIS screening result for the given CPF or CNPJ, indicating whether the entity is listed as debarred from contracting with the Brazilian public sector, along with any relevant debarment details drawn from official CGU/Portal da Transparência data.

## 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/brasil-dados-api-ceis-sanctions-screening-cpf-cnpj-6654790e/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)
