Fake Data Generator

Generate realistic mock data (names, emails, addresses…) as JSON, CSV or SQL.

● runs in your browser
[
  {
    "id": 1,
    "full_name": "Lucas Berg",
    "email": "lucas.berg@acme.co",
    "city": "Manila",
    "age": 67
  },
  {
    "id": 2,
    "full_name": "Nina Bose",
    "email": "nina.bose@mail.com",
    "city": "Lisbon",
    "age": 50
  },
  {
    "id": 3,
    "full_name": "Ava Tanaka",
    "email": "ava.tanaka@test.io",
    "city": "Osaka",
    "age": 41
  },
  {
    "id": 4,
    "full_name": "Isla Müller",
    "email": "isla.mller@example.com",
    "city": "Nairobi",
    "age": 47
  },
  {
    "id": 5,
    "full_name": "Yusuf Kim",
    "email": "yusuf.kim@test.io",
    "city": "Berlin",
    "age": 26
  },
  {
    "id": 6,
    "full_name": "Mia Yilmaz",
    "email": "mia.yilmaz@acme.co",
    "city": "Austin",
    "age": 63
  },
  {
    "id": 7,
    "full_name": "Hugo Jones",
    "email": "hugo.jones@example.com",
    "city": "Oslo",
    "age": 71
  },
  {
    "id": 8,
    "full_name": "Ethan Dubois",
    "email": "ethan.dubois@test.io",
    "city": "Pune",
    "age": 69
  },
  {
    "id": 9,
    "full_name": "Ivy Lopez",
    "email": "ivy.lopez@test.io",
    "city": "Osaka",
    "age": 43
  },
  {
    "id": 10,
    "full_name": "Omar Reddy",
    "email": "omar.reddy@demo.net",
    "city": "Pune",
    "age": 47
  }
]

Generates realistic mock data for seeding databases and mocking APIs. Up to 1000 rows. Press Generate to reroll. Everything runs in your browser — no data leaves your machine.