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 | Jessica | Roberts | maria.lee59@test.io | Hudson | 43 |
| 2 | Anna | Jackson | john.robinson16@example.com | Dover | 49 |
| 3 | Matthew | Johnson | david.brown73@mock.dev | Georgetown | 53 |
| 4 | Kimberly | Lopez | kevin.martinez97@fakeapi.com | Lexington | 37 |
| 5 | Amanda | Johnson | brian.sanchez44@mock.dev | Burlington | 38 |
Output (JSON · 25 rows)
[
{
"id": 1,
"first_name": "Jessica",
"last_name": "Roberts",
"email": "maria.lee59@test.io",
"city": "Hudson",
"age": 43
},
{
"id": 2,
"first_name": "Anna",
"last_name": "Jackson",
"email": "john.robinson16@example.com",
"city": "Dover",
"age": 49
},
{
"id": 3,
"first_name": "Matthew",
"last_name": "Johnson",
"email": "david.brown73@mock.dev",
"city": "Georgetown",
"age": 53
},
{
"id": 4,
"first_name": "Kimberly",
"last_name": "Lopez",
"email": "kevin.martinez97@fakeapi.com",
"city": "Lexington",
"age": 37
},
{
"id": 5,
"first_name": "Amanda",
"last_name": "Johnson",
"email": "brian.sanchez44@mock.dev",
"city": "Burlington",
"age": 38
},
{
"id": 6,
"first_name": "Jessica",
"last_name": "Thompson",
"email": "michael.jones35@example.com",
"city": "Manchester",
"age": 28
},
{
"id": 7,
"first_name": "Kimberly",
"last_name": "Robinson",
"email": "timothy.perez93@example.com",
"city": "Richmond",
"age": 53
},
{
"id": 8,
"first_name": "Laura",
"last_name": "Garcia",
"email": "maria.walker10@dummy.email",
"city": "Dover",
"age": 18
},
{
"id": 9,
"first_name": "Linda",
"last_name": "Mitchell",
"email": "melissa.anderson75@sample.org",
"city": "Clinton",
"age": 62
},
{
"id": 10,
"first_name": "Christine",
"last_name": "Campbell",
"email": "kevin.smith18@fakeapi.com",
"city": "Springfield",
"age": 56
},
{
"id": 11,
"first_name": "Joshua",
"last_name": "Ramirez",
"email": "barbara.taylor59@placeholder.co",
"city": "Bristol",
"age": 40
},
{
"id": 12,
"first_name": "Daniel",
"last_name": "Jackson",
"email": "timothy.martin15@placeholder.co",
"city": "Fairview",
"age": 58
},
{
"id": 13,
"first_name": "Sarah",
"last_name": "Gonzalez",
"email": "michelle.wilson86@placeholder.co",
"city": "Burlington",
"age": 43
},
{
"id": 14,
"first_name": "Raymond",
"last_name": "Rodriguez",
"email": "melissa.thomas85@placeholder.co",
"city": "Salem",
"age": 48
},
{
"id": 15,
"first_name": "Matthew",
"last_name": "Young",
"email": "kenneth.johnson14@fakeapi.com",
"city": "Kingston",
"age": 63
},
{
"id": 16,
"first_name": "Susan",
"last_name": "Nguyen",
"email": "laura.hernandez23@sample.org",
"city": "Lexington",
"age": 55
},
{
"id": 17,
"first_name": "Nancy",
"last_name": "Campbell",
"email": "amanda.smith18@test.io",
"city": "Kingston",
"age": 63
},
{
"id": 18,
"first_name": "Linda",
"last_name": "Young",
"email": "benjamin.martin52@dummy.email",
"city": "Fairview",
"age": 18
},
{
"id": 19,
"first_name": "Donna",
"last_name": "Davis",
"email": "carol.adams83@demo.net",
"city": "Marion",
"age": 68
},
{
"id": 20,
"first_name": "Dorothy",
"last_name": "Thomas",
"email": "carolyn.hall53@demo.net",
"city": "Marion",
"age": 53
},
{
"id": 21,
"first_name": "Benjamin",
"last_name": "Robinson",
"email": "nicholas.lopez94@mock.dev",
"city": "Milton",
"age": 28
},
{
"id": 22,
"first_name": "Brian",
"last_name": "Wright",
"email": "helen.wilson52@placeholder.co",
"city": "Kingston",
"age": 75
},
{
"id": 23,
"first_name": "Amy",
"last_name": "Taylor",
"email": "jennifer.roberts46@sample.org",
"city": "Bristol",
"age": 20
},
{
"id": 24,
"first_name": "Timothy",
"last_name": "Thompson",
"email": "linda.anderson31@example.com",
"city": "Lexington",
"age": 55
},
{
"id": 25,
"first_name": "Elizabeth",
"last_name": "Brown",
"email": "emily.flores10@fakeapi.com",
"city": "Newport",
"age": 51
}
]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