# Brazil Due Diligence — CNPJ Registry + Reclame Aqui (`paulovitor18/brazil-company-due-diligence`) Actor

Vet a Brazilian company by CNPJ: official registry (name, status, owners, contacts, activity, capital, risk) plus its Reclame Aqui reputation (score, complaints, % solved) in one record. Deterministic CNPJ match — never the wrong company. Honest abstain when none exists. Pay per result.

- **URL**: https://apify.com/paulovitor18/brazil-company-due-diligence.md
- **Developed by:** [Paulo Vitor Silva da Costa](https://apify.com/paulovitor18) (community)
- **Categories:** Business, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$8.00 / 1,000 company due-diligence record delivereds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

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).


# README

## Brazil Company Due Diligence — CNPJ Registry + Reclame Aqui Reputation

Vet any Brazilian company from a single input: its **CNPJ**. This Actor merges the
**official government registry** (Receita Federal, via BrasilAPI) with the company's
**Reclame Aqui consumer reputation** — the two data points every due-diligence,
KYB, onboarding or B2B-sales decision in Brazil actually needs — into one clean
record per company.

### Why this Actor

Registry data tells you a company is **real and active**. Reputation data tells you
whether its customers are **treated well**. Alone, each is half the picture. The hard
part is *linking* them: a company's consumer brand ("Nubank") is rarely its legal name
("NU PAGAMENTOS S.A."). Naive name matching attaches the **wrong** company's reputation —
worse than no data at all.

This Actor solves that **deterministically**. Reclame Aqui stores each company's CNPJ
in its own records, so the match is made **by CNPJ, never by a fuzzy name guess**:

- ✅ **Never a wrong company.** A reputation is attached only when the exact CNPJ
  (or its 8-digit corporate root) is found on the Reclame Aqui record.
- ✅ **Honest abstain.** If no Reclame Aqui page exists under that CNPJ, the Actor says
  so explicitly (`reclame_aqui: null` + a note) instead of guessing.
- ✅ **Pay per result.** Companies not found, invalid CNPJs and failed lookups are
  **not** returned and **not** charged.

### Input

| Field | Type | Description |
|---|---|---|
| `cnpjs` | array | One CNPJ per line. Formatted (`47.960.950/0001-21`) or digits-only both work. |
| `maxItems` | integer | Stop after N companies (cost control). Default 1000. |
| `includeReputation` | boolean | Look up Reclame Aqui reputation. Default `true`. Turn off for faster, registry-only runs. |
| `includeRaw` | boolean | Attach the full raw registry payload. Default `false`. |

```json
{
  "cnpjs": ["47960950000121", "18236120000158", "06164253000187"],
  "includeReputation": true
}
````

### Output (one item per company)

```json
{
  "tax_id": "47.960.950/0001-21",
  "registry": {
    "legal_name": "MAGAZINE LUIZA S/A",
    "trade_name": "MAGAZINE LUIZA",
    "status": "ATIVA",
    "founded": "1966-10-24",
    "age_years": 59.7,
    "main_activity": { "code": 4713004, "description": "Lojas de departamentos ou magazines" },
    "share_capital": 14202162000,
    "email": null,
    "phone": "1637112002",
    "address": { "city": "FRANCA", "state": "SP", "zip": "14400490" },
    "partners": [ { "name": "FREDERICO TRAJANO INACIO RODRIGUES", "role": "Presidente" } ]
  },
  "reclame_aqui": {
    "name": "Magazine Luiza - Loja Online",
    "reclame_aqui_url": "https://www.reclameaqui.com.br/empresa/magazine-luiza-loja-online/",
    "reputation_label": "RA1000",
    "reclame_aqui_score": "8.2",
    "total_complaints": 68288,
    "solved_percent": "91.6",
    "segment": "Varejo",
    "match_type": "exact_cnpj"
  },
  "reclame_aqui_note": null,
  "registry_risk": { "level": "low", "reasons": [] },
  "overall_risk": { "level": "low", "note": "active registry, acceptable reputation" }
}
```

When Reclame Aqui has no page for the CNPJ (e.g. a holding company whose reputation
lives under an operating subsidiary):

```json
{
  "tax_id": "06.164.253/0001-87",
  "registry": { "legal_name": "GOL LINHAS AEREAS INTELIGENTES S.A.", "status": "ATIVA" },
  "reclame_aqui": null,
  "reclame_aqui_note": "no Reclame Aqui page registered under this CNPJ (a parent/subsidiary CNPJ of the same group may have one)",
  "overall_risk": { "level": "low", "note": "active registry; no Reclame Aqui record found" }
}
```

#### Reputation fields

- `reputation_label` — Reclame Aqui's badge: `RA1000` (best) · `GREAT` · `GOOD` · `REGULAR` · `BAD` · `NOT_RECOMMENDED`.
- `reclame_aqui_score` — the 0–10 reputation score, when published.
- `total_complaints`, `solved_percent` — complaint volume and resolution rate.
- `match_type` — `exact_cnpj` (full CNPJ match) or `cnpj_root` (same company, different establishment).
- `other_brands_same_cnpj` — other Reclame Aqui brands operating under the same CNPJ, if any.

### Use cases

- **KYB / due diligence** — confirm a supplier, partner or acquisition target is active and well-regarded.
- **B2B sales & lead qualification** — enrich a list of CNPJs with contacts, activity and reputation before you call.
- **Compliance & onboarding** — screen new customers against official status and public reputation.
- **Market & competitor research** — pull registry + reputation across a whole segment.

### Pricing

Pay **per delivered company record** (US$ 8.00 per 1,000 companies). Companies not found, invalid CNPJs and failed lookups are **not** returned and **not** charged.

### Notes

- Registry source: Receita Federal via BrasilAPI. Reputation source: Reclame Aqui public data.
- Reputation lookups run through a real browser session, so they are slightly slower than
  registry-only runs; keep batches reasonable.

### Related Actors

- [Brazil Company Data — Bulk CNPJ Lookup & Enrichment](https://apify.com/paulovitor18/brazil-company-data-enrichment) — registry data only, when you don't need reputation
- [Google News Scraper — Real Article URLs](https://apify.com/paulovitor18/google-news-scraper-real-urls) — real publisher URLs for news monitoring and LLM pipelines

***

#### 🇧🇷 Nota em português

Due diligence de empresas brasileiras a partir do **CNPJ**: junta o **registro oficial**
(Receita Federal via BrasilAPI) com a **reputação no Reclame Aqui** num único registro por
empresa. O casamento CNPJ↔empresa é **determinístico** (feito pelo CNPJ presente no próprio
cadastro do Reclame Aqui), então **nunca cola a reputação da empresa errada** — e quando não
há página no RA sob aquele CNPJ, diz isso na cara (`reclame_aqui: null`) em vez de chutar.
CNPJ não encontrado, inválido ou com falha **não** é retornado nem cobrado.

# Actor input Schema

## `cnpjs` (type: `array`):

One CNPJ per line. Formatted (33.000.167/0001-01) or digits-only (33000167000101) both work.

## `maxItems` (type: `integer`):

Stop after this many companies (cost control).

## `includeReputation` (type: `boolean`):

Look up each company's Reclame Aqui reputation (score, complaints, % solved). Turn off for registry-only, faster runs.

## `includeRaw` (type: `boolean`):

Attach the full raw official registry response to each item (larger output).

## Actor input object example

```json
{
  "cnpjs": [
    "47960950000121",
    "18236120000158",
    "06164253000187"
  ],
  "maxItems": 1000,
  "includeReputation": true,
  "includeRaw": false
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "cnpjs": [
        "47960950000121",
        "18236120000158",
        "06164253000187"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("paulovitor18/brazil-company-due-diligence").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "cnpjs": [
        "47960950000121",
        "18236120000158",
        "06164253000187",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("paulovitor18/brazil-company-due-diligence").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "cnpjs": [
    "47960950000121",
    "18236120000158",
    "06164253000187"
  ]
}' |
apify call paulovitor18/brazil-company-due-diligence --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=paulovitor18/brazil-company-due-diligence",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Brazil Due Diligence — CNPJ Registry + Reclame Aqui",
        "description": "Vet a Brazilian company by CNPJ: official registry (name, status, owners, contacts, activity, capital, risk) plus its Reclame Aqui reputation (score, complaints, % solved) in one record. Deterministic CNPJ match — never the wrong company. Honest abstain when none exists. Pay per result.",
        "version": "1.0",
        "x-build-id": "JAhRXRggHcORreN7z"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/paulovitor18~brazil-company-due-diligence/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-paulovitor18-brazil-company-due-diligence",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/paulovitor18~brazil-company-due-diligence/runs": {
            "post": {
                "operationId": "runs-sync-paulovitor18-brazil-company-due-diligence",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/paulovitor18~brazil-company-due-diligence/run-sync": {
            "post": {
                "operationId": "run-sync-paulovitor18-brazil-company-due-diligence",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "cnpjs": {
                        "title": "CNPJ numbers",
                        "type": "array",
                        "description": "One CNPJ per line. Formatted (33.000.167/0001-01) or digits-only (33000167000101) both work.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Max companies",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Stop after this many companies (cost control).",
                        "default": 1000
                    },
                    "includeReputation": {
                        "title": "Include Reclame Aqui reputation",
                        "type": "boolean",
                        "description": "Look up each company's Reclame Aqui reputation (score, complaints, % solved). Turn off for registry-only, faster runs.",
                        "default": true
                    },
                    "includeRaw": {
                        "title": "Include raw registry payload",
                        "type": "boolean",
                        "description": "Attach the full raw official registry response to each item (larger output).",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
