Brazil CNPJ Scraper — Company Data from Receita Federal avatar

Brazil CNPJ Scraper — Company Data from Receita Federal

Pricing

Pay per event

Go to Apify Store
Brazil CNPJ Scraper — Company Data from Receita Federal

Brazil CNPJ Scraper — Company Data from Receita Federal

Look up Brazilian companies by CNPJ and get the full official record: legal name, address, industry (CNAE), partners/shareholders (QSA), tax regime, and status. Fast, reliable, and cheap.

Pricing

Pay per event

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Look up any Brazilian company by CNPJ and get its full official record from Receita Federal's open registry: legal name, trade name, address, industry codes (CNAE), partners/shareholders (QSA), tax regime, share capital, and registration status. Clean structured output, fast, and priced fairly.

Features

  • 🏢 Full company record — legal name, trade name, HQ/branch, status & status date, opening date, company size
  • 🗺️ Complete address — street, number, district, city (+ IBGE code), state, ZIP
  • 🏭 Industry (CNAE) — primary and secondary activities with codes and descriptions
  • 👥 Partners & shareholders (QSA) — names, roles, entry dates
  • 💰 Financials & tax — share capital, Simples Nacional / MEI status, tax regime
  • 📞 Contact — phone and email where available
  • Batch & reliable — look up thousands of CNPJs per run, with automatic retries and a backup data source
  • 🧹 Clean output — normalized, English-labelled fields with ISO dates (optionally include the full raw record)

Input

{
"cnpjs": ["00.000.000/0001-91", "33000167000101"],
"includeRaw": false
}
FieldDescription
cnpjsList of CNPJs — any format (with or without punctuation)
includeRawAlso include the full raw Receita Federal record

Output

Each company is one dataset item:

{
"type": "company",
"cnpj": "00000000000191",
"cnpjFormatted": "00.000.000/0001-91",
"companyName": "BANCO DO BRASIL SA",
"tradeName": "DIRECAO GERAL",
"status": "ATIVA",
"openingDate": "1966-08-01",
"companySize": "DEMAIS",
"shareCapital": 120000000000,
"mainActivity": { "code": "6422100", "description": "Bancos múltiplos, com carteira comercial" },
"address": { "city": "BRASILIA", "state": "DF", "zip": "70073901" },
"partners": [ { "name": "…", "role": "Diretor", "since": "…" } ],
"partnerCount": 42
}

Common use cases

  • KYC / KYB & compliance — verify companies and their shareholders
  • Lead generation & enrichment — enrich CRM records with official company data
  • Market & competitor research — analyze companies by industry (CNAE), region, or size
  • Due diligence — check registration status and ownership structure

Notes

Data comes from Receita Federal's public open registry (via the free minhareceita.org mirror, refreshed monthly from the official bulk data). Only public data is returned. Invalid CNPJs are reported with found: false.