Fake Data Generator

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

● runs in your browser
[
  {
    "id": 1,
    "full_name": "Aarav Berg",
    "email": "aarav.berg@example.com",
    "city": "Toronto",
    "age": 40
  },
  {
    "id": 2,
    "full_name": "Tara Silva",
    "email": "tara.silva@demo.net",
    "city": "Vijayawada",
    "age": 64
  },
  {
    "id": 3,
    "full_name": "Dev Mehta",
    "email": "dev.mehta@test.io",
    "city": "Nairobi",
    "age": 58
  },
  {
    "id": 4,
    "full_name": "Maya Khan",
    "email": "maya.khan@example.com",
    "city": "Austin",
    "age": 18
  },
  {
    "id": 5,
    "full_name": "Yusuf Sharma",
    "email": "yusuf.sharma@mail.com",
    "city": "Osaka",
    "age": 19
  },
  {
    "id": 6,
    "full_name": "Tara Haddad",
    "email": "tara.haddad@acme.co",
    "city": "Austin",
    "age": 39
  },
  {
    "id": 7,
    "full_name": "Noah Nguyen",
    "email": "noah.nguyen@test.io",
    "city": "Osaka",
    "age": 74
  },
  {
    "id": 8,
    "full_name": "Rohan Smith",
    "email": "rohan.smith@example.com",
    "city": "Vijayawada",
    "age": 69
  },
  {
    "id": 9,
    "full_name": "Anya Berg",
    "email": "anya.berg@mail.com",
    "city": "Oslo",
    "age": 54
  },
  {
    "id": 10,
    "full_name": "Nina Park",
    "email": "nina.park@demo.net",
    "city": "Lisbon",
    "age": 38
  }
]

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.