Mock Data Generator
Generate random JSON or CSV data for testing purposes with custom schema.
Configuration
Fields
Data Preview
Loading...
Generate data to see preview...
Use these tools directly in Chrome
Install the DailyDevTools extension — access all tools from your browser toolbar
What is Mock Data Generator?
Building and testing applications requires realistic fake data — names, email addresses, phone numbers, addresses, dates, and more. Hardcoding test data leads to brittle tests, and real user data cannot be used for development due to privacy regulations. DailyDevTools' Mock Data Generator creates configurable sets of fake but realistic-looking data in JSON, CSV, or SQL format, ready for database seeding and API testing.
How to use Mock Data Generator
- 1Select the fields you need: name, email, phone, address, date, UUID, lorem ipsum, numbers, etc.
- 2Set the number of records to generate (1–1000)
- 3Choose the output format: JSON array, CSV, or SQL INSERT statements
- 4Click Generate and then Download or Copy the mock dataset
