Ad
Choose fields to generate
Output
Common use cases
- Seed a development database
- Generate test fixtures for unit tests
- Demo data for prototypes and presentations
- Create CSV files for ETL pipeline testing
Frequently asked questions
Is the data really random?
It's realistic-looking pseudo-random data from the faker.js library. Names, emails, addresses are constructed from real-looking pools but are not real people.
How many rows can I generate?
Up to 1,000 per request. For larger datasets, generate multiple batches.
Can I generate real-looking data for a specific country?
Currently English/US-style data only. Region-specific generation could be added if there's demand.