Fake Data Generator
Generate realistic fake test data: names, emails, phone numbers, addresses, company names, and more. Export as JSON, CSV, or SQL INSERT statements.
5
5 records · 6 fields
[
{
"fullName": "Emma Clark",
"email": "penelope.wilson37@yahoo.com",
"phone": "(978) 561-5774",
"address": "2413 Maple Pl",
"city": "Baltimore",
"jobTitle": "Full Stack Engineer"
},
{
"fullName": "Charlotte Gonzalez",
"email": "james.taylor10@test.org",
"phone": "(580) 860-7633",
"address": "804 Hill Ave",
"city": "Las Vegas",
"jobTitle": "Full Stack Engineer"
},
{
"fullName": "Mason Thompson",
"email": "aiden.smith2@company.io",
"phone": "(923) 807-6137",
"address": "7023 Valley Dr",
"city": "Jacksonville",
"jobTitle": "Sales Representative"
},
{
"fullName": "Lucas Allen",
"email": "evelyn.williams52@yahoo.com",
"phone": "(508) 396-2735",
"address": "682 Spring Ln",
"city": "Chicago",
"jobTitle": "CTO"
},
{
"fullName": "Alexander Scott",
"email": "james.ramirez99@yahoo.com",
"phone": "(715) 459-4950",
"address": "6823 Cedar Pl",
"city": "Portland",
"jobTitle": "Product Manager"
}
]Frequently Asked Questions
Is this data safe to use?
Yes — all data is entirely synthetic and randomly generated. No real people's data is used. It's safe to use for development, testing, mockups, and demos. None of the emails, phone numbers, or addresses correspond to real people.
Can I use this for database seeding?
Absolutely. Export as JSON and paste into your seed scripts, or export as CSV for bulk import. The data includes common fields (names, emails, addresses, job titles) suitable for seeding user tables, contact lists, or demo data.