Liveformattingshipped v1.0.0
Data Faker / Mock Generator
Generate realistic mock data for testing and development. Define your data shape using a simple schema (or paste a TypeScript interface) and get arrays of fake records with names, emails, dates, addresses, UUIDs, and more. Export as JSON, CSV, or SQL INSERT statements.
mockfakerdatatestinggenerator
Schema
10 records
[
{
"id": 1,
"name": "Sam Park",
"email": "bob.miller@demo.io",
"age": 40,
"city": "Pontianak",
"active": false
},
{
"id": 2,
"name": "Tina Lopez",
"email": "alice.harris@demo.io",
"age": 46,
"city": "Singapore",
"active": true
},
{
"id": 3,
"name": "Quinn Brown",
"email": "sam.park@sample.net",
"age": 37,
"city": "Tokyo",
"active": false
},
{
"id": 4,
"name": "Eko Brown",
"email": "uma.davis@example.com",
"age": 26,
"city": "Seoul",
"active": true
},
{
"id": 5,
"name": "Yara Smith",
"email": "tina.thomas@ekofyi.com",
"age": 40,
"city": "Pontianak",
"active": true
},
{
"id": 6,
"name": "Oliver White",
"email": "grace.park@ekofyi.com",
"age": 65,
"city": "New York",
"active": false
},
{
"id": 7,
"name": "Kate Taylor",
"email": "henry.martin@ekofyi.com",
"age": 30,
"city": "Bangkok",
"active": false
},
{
"id": 8,
"name": "Jack Thompson",
"email": "alice.wilson@demo.io",
"age": 65,
"city": "San Francisco",
"active": true
},
{
"id": 9,
"name": "Maya Thompson",
"email": "nora.wilson@sample.net",
"age": 55,
"city": "London",
"active": false
},
{
"id": 10,
"name": "Grace Smith",
"email": "nora.davis@test.org",
"age": 24,
"city": "Berlin",
"active": false
}
]🔒 Generated locally. Up to 1000 records per run.