Mock Data Generator
Generate realistic fake data — names, emails, addresses, UUIDs, dates, and custom fields — and export as JSON, CSV, or SQL INSERT statements
Fields (6)
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Mark | Torres | kenneth.carter90@fakeapi.com | Dover | 24 |
| 2 | Lisa | Baker | jacob.flores12@placeholder.co | Salem | 70 |
| 3 | Jonathan | Rivera | benjamin.walker65@test.io | Marion | 53 |
| 4 | Brandon | Hall | jessica.torres25@demo.net | Arlington | 80 |
| 5 | Andrew | Lewis | michelle.williams95@placeholder.co | Marion | 51 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Mark",
"last_name": "Torres",
"email": "kenneth.carter90@fakeapi.com",
"city": "Dover",
"age": 24
},
{
"id": 2,
"first_name": "Lisa",
"last_name": "Baker",
"email": "jacob.flores12@placeholder.co",
"city": "Salem",
"age": 70
},
{
"id": 3,
"first_name": "Jonathan",
"last_name": "Rivera",
"email": "benjamin.walker65@test.io",
"city": "Marion",
"age": 53
},
{
"id": 4,
"first_name": "Brandon",
"last_name": "Hall",
"email": "jessica.torres25@demo.net",
"city": "Arlington",
"age": 80
},
{
"id": 5,
"first_name": "Andrew",
"last_name": "Lewis",
"email": "michelle.williams95@placeholder.co",
"city": "Marion",
"age": 51
},
{
"id": 6,
"first_name": "David",
"last_name": "Rodriguez",
"email": "joseph.king33@example.com",
"city": "Greenville",
"age": 20
},
{
"id": 7,
"first_name": "Edward",
"last_name": "Anderson",
"email": "daniel.baker44@test.io",
"city": "Oxford",
"age": 78
},
{
"id": 8,
"first_name": "Katherine",
"last_name": "Rodriguez",
"email": "sarah.lewis78@dummy.email",
"city": "Burlington",
"age": 51
},
{
"id": 9,
"first_name": "Jeffrey",
"last_name": "Johnson",
"email": "helen.nguyen42@fakeapi.com",
"city": "Manchester",
"age": 80
},
{
"id": 10,
"first_name": "Christopher",
"last_name": "Martin",
"email": "deborah.hall61@demo.net",
"city": "Newport",
"age": 23
},
{
"id": 11,
"first_name": "Charles",
"last_name": "Taylor",
"email": "jason.torres22@dummy.email",
"city": "Milton",
"age": 25
},
{
"id": 12,
"first_name": "Andrew",
"last_name": "Rodriguez",
"email": "lisa.harris71@fakeapi.com",
"city": "Troy",
"age": 45
},
{
"id": 13,
"first_name": "Laura",
"last_name": "Rivera",
"email": "david.allen70@placeholder.co",
"city": "Milford",
"age": 60
},
{
"id": 14,
"first_name": "George",
"last_name": "Lopez",
"email": "virginia.wright83@example.com",
"city": "Georgetown",
"age": 26
},
{
"id": 15,
"first_name": "Elizabeth",
"last_name": "Anderson",
"email": "susan.martinez70@example.com",
"city": "Hudson",
"age": 18
},
{
"id": 16,
"first_name": "Catherine",
"last_name": "Perez",
"email": "lisa.lee90@mock.dev",
"city": "Milford",
"age": 46
},
{
"id": 17,
"first_name": "Janet",
"last_name": "Taylor",
"email": "ashley.white84@example.com",
"city": "Cleveland",
"age": 45
},
{
"id": 18,
"first_name": "Nicole",
"last_name": "Johnson",
"email": "mark.martin74@fakeapi.com",
"city": "Fairview",
"age": 34
},
{
"id": 19,
"first_name": "George",
"last_name": "Anderson",
"email": "anthony.wright80@placeholder.co",
"city": "Milford",
"age": 56
},
{
"id": 20,
"first_name": "Patrick",
"last_name": "Sanchez",
"email": "timothy.miller41@demo.net",
"city": "Madison",
"age": 70
},
{
"id": 21,
"first_name": "Rachel",
"last_name": "Baker",
"email": "scott.thomas23@placeholder.co",
"city": "Centerville",
"age": 57
},
{
"id": 22,
"first_name": "Timothy",
"last_name": "Hernandez",
"email": "dorothy.rodriguez9@sample.org",
"city": "Salem",
"age": 56
},
{
"id": 23,
"first_name": "Mark",
"last_name": "Lopez",
"email": "nancy.roberts76@demo.net",
"city": "Franklin",
"age": 39
},
{
"id": 24,
"first_name": "Michelle",
"last_name": "Baker",
"email": "timothy.campbell61@example.com",
"city": "Portland",
"age": 48
},
{
"id": 25,
"first_name": "Patrick",
"last_name": "Baker",
"email": "jerry.jones10@demo.net",
"city": "Bristol",
"age": 25
}
]Continue Exploring
Other Data & Spreadsheet you might like...
CSV Viewer & Editor
View, sort, filter, and inspect CSV files as an interactive table — all in your browser
JSON Table Viewer
Render JSON arrays of objects as a sortable, searchable HTML table with column filtering
Excel to CSV Converter
Convert XLSX and XLS Excel files to CSV format — no upload, runs in your browser via SheetJS
CSV Column Extractor
Pick specific columns from a CSV file and download the result — great for cleaning large datasets
SQL on CSV
Run SQL SELECT queries directly on uploaded CSV files — no server needed
CSV Merger
Merge multiple CSV files into one — reorder, deduplicate rows, and handle headers automatically
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON to Excel
Convert JSON arrays of objects to Excel (.xlsx) or CSV — powered by SheetJS, runs in your browser