PT-BR · EN
Brazilian Person Generator
Generate complete Brazilian person profiles for software testing, KYC sandbox environments and customer onboarding QA. Each profile includes a typical Brazilian name, a valid CPF (Brazilian tax ID), an email derived from the name, a phone number with a real DDD area code, and a coherent address. All fields are correlated so the data passes any cross-validation logic.
Clique em Gerar para começar
What is included in each profile
Each generated person includes:
- Full name: typical Brazilian first name and surname pair from a curated list of 125+ Brazilian names
- CPF: 11-digit Brazilian tax ID with valid mod-11 check digits
- Email: derived from the name (first.last@gmail.com format), accents stripped, lowercase, with a Brazilian email domain
- Phone: Brazilian mobile or landline with a real DDD area code matching one of the 67 valid Brazilian DDDs
- Address: street, neighborhood, city, state and CEP (postal code), all coherent with each other
When to use Brazilian person test data
International fintech, identity verification, KYC and customer onboarding teams need test data that behaves like real Brazilian customer records in validation pipelines. FakeForge generates persons that pass CPF mod-11 validation, DDD area code checks, CEP format validation and basic name pattern checks, but the data does not belong to real people. Use cases: Stripe Connect onboarding for Brazilian customers, Plaid-style identity verification sandbox, sanctions screening test fixtures, customer support tooling demos, and any QA scenario that exercises Brazilian customer record logic.
Why correlation matters
Random fake data often fails cross-validation. If your form generates a CPF in São Paulo, an email with a random domain, a DDD from Rio, and a CEP from Bahia, real validators will flag the inconsistency. FakeForge guarantees: email matches the name (without accents), DDD matches the state, CEP prefix matches the state, and the address (street/neighborhood/city) is coherent. This matters when you test against address validation APIs, fraud detection rules or cross-field form validation logic.
REST API for KYC sandbox seeding
# Generate 100 complete person profiles
curl "https://fakeforge.com.br/api/generate?type=person&quantity=100"
# Use the "customer" preset for fully correlated profiles
curl -X POST "https://fakeforge.com.br/api/generate" \
-H "Content-Type: application/json" \
-d '{"preset":"customer","quantity":500,"format":"sql"}'
# Bulk export to JSON for KYC sandbox seed
curl -X POST "https://fakeforge.com.br/api/generate" \
-H "Content-Type: application/json" \
-d '{"type":"person","quantity":1000,"format":"json"}'Free tier: 100 requests per day, up to 10,000 profiles per call.
Compliance and safety
Using real Brazilian customer data in development or staging violates the LGPD (Brazilian data protection law) and exposes companies to fines up to BRL 50 million per incident. FakeForge profiles are generated on demand and not stored, so there is no risk of leaking real personal data through test fixtures, screenshots, log files or analytics events. Safe for CI/CD pipelines, shared staging databases, customer demo environments and offshore QA teams.