Mock Data Generator

Generate realistic fake users and records as JSON, CSV, or SQL INSERT statements.

Fields
5 selected
Output
5 rows
[
  {
    "id": 1,
    "firstName": "Ada",
    "lastName": "Lovelace",
    "email": "ada.lovelace@example.com",
    "city": "Berlin"
  },
  {
    "id": 2,
    "firstName": "Grace",
    "lastName": "Curie",
    "email": "grace.curie@example.com",
    "city": "Austin"
  },
  {
    "id": 3,
    "firstName": "Linus",
    "lastName": "Liskov",
    "email": "linus.liskov@example.com",
    "city": "Lisbon"
  },
  {
    "id": 4,
    "firstName": "Marie",
    "lastName": "Berners-Lee",
    "email": "marie.bernerslee@example.com",
    "city": "Nairobi"
  },
  {
    "id": 5,
    "firstName": "Alan",
    "lastName": "Torvalds",
    "email": "alan.torvalds@example.com",
    "city": "Warsaw"
  }
]

Related tools

All →