# Brazilian Sanctions Screening by CPF and CNPJ

**Use case:** 

Screen a Brazilian CPF or CNPJ in CEIS, CNEP, CEPIM, CEAF and Leniency Agreements. One Dataset row per sanction found ($0.01). No hit is not billed. Copied from run Yzq3tVVHTErmMJCn7.

## Input

```json
{
  "documents": [
    "02.342.260/0001-70",
    "52998224725"
  ]
}
```

## Output

```json
{
  "document": {
    "label": "Document",
    "format": "string"
  },
  "documentType": {
    "label": "Document type",
    "format": "string"
  },
  "registry": {
    "label": "Registry",
    "format": "string"
  },
  "registryName": {
    "label": "Registry name",
    "format": "string"
  },
  "recordId": {
    "label": "Record ID",
    "format": "integer"
  },
  "sanctionedName": {
    "label": "Sanctioned name",
    "format": "string"
  },
  "legalName": {
    "label": "Legal name",
    "format": "string"
  },
  "tradeName": {
    "label": "Trade name",
    "format": "string"
  },
  "sanctionType": {
    "label": "Sanction or penalty type",
    "format": "string"
  },
  "sanctionDescription": {
    "label": "Sanction description",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "endDate": {
    "label": "End date",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "referenceDate": {
    "label": "Reference date",
    "format": "string"
  },
  "finalJudgmentDate": {
    "label": "Final judgment date",
    "format": "string"
  },
  "informationOriginDate": {
    "label": "Information origin date",
    "format": "string"
  },
  "processNumber": {
    "label": "Case number",
    "format": "string"
  },
  "fineAmount": {
    "label": "Fine amount",
    "format": "string"
  },
  "reason": {
    "label": "Reason",
    "format": "string"
  },
  "agency": {
    "label": "Responsible agency",
    "format": "string"
  },
  "agencyState": {
    "label": "Agency state",
    "format": "string"
  },
  "agencyBranch": {
    "label": "Agency branch",
    "format": "string"
  },
  "agencyLevel": {
    "label": "Agency level",
    "format": "string"
  },
  "parentAgencyCode": {
    "label": "Parent agency code",
    "format": "string"
  },
  "parentAgencyAcronym": {
    "label": "Parent agency acronym",
    "format": "string"
  },
  "sourceName": {
    "label": "Sanction source",
    "format": "string"
  },
  "sourcePhone": {
    "label": "Source phone",
    "format": "string"
  },
  "sourceAddress": {
    "label": "Source address",
    "format": "string"
  },
  "legalBases": {
    "label": "Legal bases",
    "format": "array"
  },
  "publicationText": {
    "label": "Publication text",
    "format": "string"
  },
  "publicationLink": {
    "label": "Publication link",
    "format": "string"
  },
  "publicationDetails": {
    "label": "Publication details",
    "format": "string"
  },
  "judicialDecisionScope": {
    "label": "Judicial decision scope",
    "format": "string"
  },
  "additionalInformation": {
    "label": "Additional information",
    "format": "string"
  },
  "agreementCode": {
    "label": "Agreement code",
    "format": "string"
  },
  "agreementNumber": {
    "label": "Agreement number",
    "format": "string"
  },
  "agreementPurpose": {
    "label": "Agreement purpose",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "string"
  },
  "appointedPositionCode": {
    "label": "Appointed position code",
    "format": "string"
  },
  "appointedPosition": {
    "label": "Appointed position",
    "format": "string"
  },
  "ordinance": {
    "label": "Ordinance",
    "format": "string"
  },
  "officialGazettePage": {
    "label": "Official gazette page",
    "format": "string"
  },
  "officialGazetteSection": {
    "label": "Official gazette section",
    "format": "string"
  },
  "dutyState": {
    "label": "Duty state",
    "format": "string"
  },
  "companiesInAgreementCount": {
    "label": "Companies in agreement",
    "format": "integer"
  },
  "companiesInAgreement": {
    "label": "Companies in the agreement",
    "format": "array"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Brazil Sanctions Check - CPF & CNPJ Screening](https://apify.com/brasildados/sanctions-check.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/brasildados/sanctions-check.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/brasildados/sanctions-check.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
