Gerador de Dados Fictícios
Gere dados falsos realistas — nomes, e-mails, endereços, UUIDs, datas e campos personalizados — e exporte como JSON, CSV ou instruções SQL INSERT
Fields (6)
Preview (first 5 rows)
| id | first_name | last_name | city | age | |
|---|---|---|---|---|---|
| 1 | Charles | Williams | michelle.jones33@example.com | Lancaster | 48 |
| 2 | Shirley | Harris | anna.king34@mock.dev | Fairview | 26 |
| 3 | Stephen | Davis | kevin.campbell77@test.io | Ashland | 56 |
| 4 | Daniel | Robinson | daniel.clark12@sample.org | Marion | 34 |
| 5 | Barbara | Robinson | mark.williams36@test.io | Franklin | 61 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Charles",
"last_name": "Williams",
"email": "michelle.jones33@example.com",
"city": "Lancaster",
"age": 48
},
{
"id": 2,
"first_name": "Shirley",
"last_name": "Harris",
"email": "anna.king34@mock.dev",
"city": "Fairview",
"age": 26
},
{
"id": 3,
"first_name": "Stephen",
"last_name": "Davis",
"email": "kevin.campbell77@test.io",
"city": "Ashland",
"age": 56
},
{
"id": 4,
"first_name": "Daniel",
"last_name": "Robinson",
"email": "daniel.clark12@sample.org",
"city": "Marion",
"age": 34
},
{
"id": 5,
"first_name": "Barbara",
"last_name": "Robinson",
"email": "mark.williams36@test.io",
"city": "Franklin",
"age": 61
},
{
"id": 6,
"first_name": "Angela",
"last_name": "Mitchell",
"email": "karen.young14@placeholder.co",
"city": "Springfield",
"age": 65
},
{
"id": 7,
"first_name": "Stephen",
"last_name": "Martin",
"email": "brenda.adams40@sample.org",
"city": "Centerville",
"age": 33
},
{
"id": 8,
"first_name": "Daniel",
"last_name": "Perez",
"email": "david.campbell46@fakeapi.com",
"city": "Clinton",
"age": 28
},
{
"id": 9,
"first_name": "Linda",
"last_name": "Perez",
"email": "gary.miller95@sample.org",
"city": "Marion",
"age": 68
},
{
"id": 10,
"first_name": "Christine",
"last_name": "Lopez",
"email": "eric.walker88@mock.dev",
"city": "Manchester",
"age": 71
},
{
"id": 11,
"first_name": "Jerry",
"last_name": "Wright",
"email": "deborah.moore56@demo.net",
"city": "Riverside",
"age": 26
},
{
"id": 12,
"first_name": "Linda",
"last_name": "Flores",
"email": "michael.thompson96@fakeapi.com",
"city": "Milton",
"age": 45
},
{
"id": 13,
"first_name": "Steven",
"last_name": "Lewis",
"email": "margaret.baker5@test.io",
"city": "Burlington",
"age": 74
},
{
"id": 14,
"first_name": "Ashley",
"last_name": "Hall",
"email": "helen.robinson85@sample.org",
"city": "Georgetown",
"age": 56
},
{
"id": 15,
"first_name": "Angela",
"last_name": "Anderson",
"email": "donald.flores55@fakeapi.com",
"city": "Ashland",
"age": 46
},
{
"id": 16,
"first_name": "Jason",
"last_name": "King",
"email": "andrew.garcia8@demo.net",
"city": "Greenville",
"age": 78
},
{
"id": 17,
"first_name": "Margaret",
"last_name": "White",
"email": "gary.carter95@placeholder.co",
"city": "Fairview",
"age": 71
},
{
"id": 18,
"first_name": "Jeffrey",
"last_name": "Scott",
"email": "carolyn.martin24@mock.dev",
"city": "Cleveland",
"age": 51
},
{
"id": 19,
"first_name": "Kimberly",
"last_name": "Ramirez",
"email": "jason.carter13@fakeapi.com",
"city": "Georgetown",
"age": 37
},
{
"id": 20,
"first_name": "Jennifer",
"last_name": "Martin",
"email": "donald.lewis18@example.com",
"city": "Richmond",
"age": 30
},
{
"id": 21,
"first_name": "Edward",
"last_name": "Hill",
"email": "raymond.smith19@example.com",
"city": "Cleveland",
"age": 28
},
{
"id": 22,
"first_name": "Ronald",
"last_name": "Sanchez",
"email": "robert.rodriguez20@example.com",
"city": "Portland",
"age": 74
},
{
"id": 23,
"first_name": "Andrew",
"last_name": "Thompson",
"email": "charles.campbell28@dummy.email",
"city": "Portland",
"age": 59
},
{
"id": 24,
"first_name": "Amy",
"last_name": "Lopez",
"email": "christopher.campbell19@mock.dev",
"city": "Portland",
"age": 20
},
{
"id": 25,
"first_name": "Michael",
"last_name": "Hernandez",
"email": "brenda.lopez8@fakeapi.com",
"city": "Lexington",
"age": 71
}
]Continue explorando
Outras ferramentas de Dados & Planilha que você pode gostar…
Visualizador e editor de CSV
Visualize, ordene, filtre e inspecione arquivos CSV como uma tabela interativa — tudo no navegador
Visualizador de tabela JSON
Renderize arrays JSON de objetos como uma tabela HTML classificável e pesquisável com filtragem de colunas
Conversor Excel para CSV
Converta arquivos Excel XLSX e XLS para o formato CSV — sem upload, funciona no navegador via SheetJS
Extrator de colunas CSV
Selecione colunas específicas de um arquivo CSV e baixe o resultado — ótimo para limpar grandes conjuntos de dados
SQL em CSV
Execute consultas SQL SELECT diretamente em arquivos CSV enviados — sem servidor necessário
Mesclador de CSV
Mescle vários arquivos CSV em um só — reordene, remova duplicatas e gerencie cabeçalhos automaticamente
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON para Excel
Converta arrays JSON de objetos para Excel (.xlsx) ou CSV — alimentado por SheetJS, funciona no navegador