Fake data generator
The seed makes it reproducible: the same seed always gives the same rows, so 'row 37 breaks my parser' means the same row 37 tomorrow. Emails use example.com — the domain reserved so that fake data can never mail a real stranger.
10 rows as JSON
[
{
"id": "77a34000-40d4-4c98-9532-5e0f4019a218",
"first_name": "Hugo",
"last_name": "Adler",
"email": "[email protected]",
"phone": "+1-555-449-4288",
"company": "Granite Labs",
"street": "1949 Birch St",
"city": "Burlington",
"created_at": "2025-01-07T00:02:57.984Z",
"amount": 476.63
},
{
"id": "5819d347-5e36-4e40-bf8c-7c47e109d09a",
"first_name": "Carla",
"last_name": "Jensen",
"email": "[email protected]",
"phone": "+1-555-513-8334",
"company": "Granite Studio",
"street": "8952 Oak St",
"city": "Clinton",
"created_at": "2025-12-30T14:47:27.024Z",
"amount": 159.79
},
{
"id": "639242bd-abf6-4651-8641-f7591105f234",
"first_name": "Mara",
"last_name": "Jensen",
"email": "[email protected]",
"phone": "+1-555-579-3982",
"company": "Iron Digital",
"street": "9040 Birch St",
"city": "Georgetown",
"created_at": "2025-09-23T18:07:15.457Z",
"amount": 329.71
},
{
"id": "6091c5ce-8c6c-452f-b99c-32ccdbb25938",
"first_name": "Ada",
"last_name": "Kovacs",
"email": "[email protected]",
"phone": "+1-555-626-1486",
"company": "Fable Systems",
"street": "6413 Juniper St",
"city": "Madison",
"created_at": "2025-12-09T02:00:43.776Z",
"amount": 336.06
},
{
"id": "03758f2f-0b13-4f39-8c26-9c1462c2e2e6",
"first_name": "Elio",
"last_name": "Kovacs",
"email": "[email protected]",
"phone": "+1-555-323-4011",
"company": "Bright Systems",
"street": "7103 Spruce St",
"city": "Ashland",
"created_at": "2025-10-18T15:12:09.216Z",
"amount": 677.42
},
{
"id": "6469f404-0713-4168-9cb5-06d3a4a3557f",
"first_name": "Viktor",
"last_name": "Tanaka",
"email": "[email protected]",
"phone": "+1-555-619-7432",
"company": "Granite Analytics",
"street": "1609 Juniper St",
"city": "Lakewood",
"created_at": "2025-03-15T18:02:44.160Z",
"amount": 767.45
},
{
"id": "844fae61-58e1-4b16-8a65-c202c09f9a92",
"first_name": "Chen",
"last_name": "Petrov",
"email": "[email protected]",
"phone": "+1-555-118-9929",
"company": "Cedar Digital",
"street": "7376 Birch St",
"city": "Georgetown",
"created_at": "2025-12-31T16:52:41.232Z",
"amount": 538.95
},
{
"id": "28382f2d-2117-4d48-b75e-a62b8871b04e",
"first_name": "Carla",
"last_name": "Silva",
"email": "[email protected]",
"phone": "+1-555-150-1407",
"company": "Iron Studio",
"street": "3050 Chestnut St",
"city": "Lakewood",
"created_at": "2025-01-10T05:31:22.368Z",
"amount": 620.43
},
{
"id": "0805aaa6-0219-447b-a6ea-84d859fac6d9",
"first_name": "Leo",
"last_name": "Haile",
"email": "[email protected]",
"phone": "+1-555-132-8729",
"company": "Fable Software",
"street": "4301 Alder St",
"city": "Ashland",
"created_at": "2025-10-30T05:10:29.568Z",
"amount": 87.69
},
{
"id": "287c4f71-6b20-4cd6-a9ef-7b3b03c0ea75",
"first_name": "Rosa",
"last_name": "Adler",
"email": "[email protected]",
"phone": "+1-555-164-5088",
"company": "Cedar Industries",
"street": "4796 Willow St",
"city": "Fairview",
"created_at": "2025-05-20T06:46:51.456Z",
"amount": 748.38
}
]