Brazilian Company Generator
LiveFake Brazilian companies with CNPJ and address.
All generated data is fictional and intended for development, testing, QA, prototyping, and automation only. Do not use it for fraud, impersonation, or illegal activity.
Configure the options and press Generate to produce output.
About this tool
Ideal for B2B apps, invoicing flows, and CRM seeds that need plausible Brazilian company records. Pick the state (UF) — which drives the address, DDD-consistent phone/mobile, and the state-specific Inscrição Estadual — and the company age. CNPJ uses the official mod-11 algorithm; the Inscrição Estadual uses each state's own check-digit rule.
Example output
[
{
"legalName": "Sigma Indústria EIRELI",
"tradeName": "Sigma Indústria",
"cnpj": "83.760.642/0001-16",
"stateRegistration": "195302150",
"stateRegistrationUf": "PI",
"email": "[email protected]",
"phone": "(89) 2907-5906",
"mobile": "(89) 94159-9772",
"website": "https://www.sigma-industria.com.br",
"foundationDate": "2021-03-05",
"address": {
"street": "Praça do Comércio",
"number": "844",
"complement": "Apto 367",
"neighborhood": "Centro",
"city": "Picos",
"state": "PI",
"stateName": "Piauí",
"zipCode": "64600-707"
}
},
{
"legalName": "Atlas Digital ME",
"tradeName": "Atlas Digital",
"cnpj": "55.416.712/0001-88",
"stateRegistration": "462.69391-50",
"stateRegistrationUf": "PR",
"email": "[email protected]",
"phone": "(41) 5208-1602",
"mobile": "(41) 92629-6801",
"website": "https://www.atlas-digital.com.br",
"foundationDate": "2014-01-23",
"address": {
"street": "Rodovia das Flores",
"number": "68",
"complement": "Apto 1095",
"neighborhood": "Centro Cívico",
"city": "Curitiba",
"state": "PR",
"stateName": "Paraná",
"zipCode": "80010-656"
}
}
]API endpoint
curl "https://codetoolshub.dev/api/v1/br/company?count=3"