Brazil CNPJ Scraper — Company Data from Receita Federal
Pricing
from $0.001 / company scraped
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
from $0.001 / company scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
4 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}
| Field | Description |
|---|---|
cnpjs | List of CNPJs — any format (with or without punctuation) |
includeRaw | Also 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
FAQ
Do I need an API key or account? No. The Actor reads Brazil's open company registry from Receita Federal via the free minhareceita.org mirror — no login and no key required.
How many CNPJs can I look up per run? Thousands. Pass a list of CNPJs in any format (with or without punctuation) and the Actor batches them, with automatic retries and a backup data source for reliability.
How fresh is the data? The registry is refreshed monthly from Receita Federal's official bulk open data, so records reflect the most recent monthly snapshot rather than same-day changes.
Is the data official? Yes — it originates from Receita Federal's public open registry (the official Brazilian tax authority). Only public data is returned; this is an independent tool and is not affiliated with or endorsed by Receita Federal.
What's the output format?
Clean, structured JSON — one item per company with normalized, English-labelled fields and ISO dates. Invalid CNPJs are returned with found: false, and you can optionally include the full raw record. Export as JSON, CSV or Excel.
Related Actors
More government and regulatory data scrapers from the same publisher:
- USASpending.gov Scraper — US federal contracts, grants, loans and awards.
- SEC EDGAR Filings Scraper — 10-K, 10-Q and 8-K filings by ticker or CIK.
- openFDA Scraper — FDA drug, device and food recalls, labels and adverse events.
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.