Fake Data Generator

Seed data without the typing: generate fake users with names, emails, ages and cities — as JSON for APIs or CSV for spreadsheets.

Frequently asked questions

Are these real people?

No — names are combined at random from common first and last name lists, and every email uses example.com, a domain reserved for exactly this purpose (RFC 2606). Any resemblance to a real person is coincidental.

Why not just use real data for testing?

Copying production data into dev environments is how leaks happen — and under GDPR it's a processing activity you'd have to justify. Fake data gives you realistic shapes with zero privacy risk.

What's in each record?

id, first_name, last_name, email, age (18–79), and city from a list of world cities. Need a different shape? Generate JSON and rename keys in your editor.

Last updated: 2026-07-13