Dummy Data Generator
Generate test dummy data. Create various data types like users, products, companies, blog posts in JSON or CSV format.
Available Data Types
👤 Users
Generate user profiles with names, emails, addresses, and more
- ID, Name, Email
- Phone, Birth Date
- Address, Company
🛍️ Products
Generate product data for e-commerce testing
- Name, Description
- Price, Category, SKU
- Stock, Rating
🏢 Companies
Generate company information with addresses and details
- Name, Industry
- Contact Info
- Address, Employee Count
📝 Blog Posts
Generate blog posts with titles, content, and metadata
- Title, Content
- Author, Date
- Tags, Views, Likes
Use Cases
- Testing database schemas and queries
- Prototyping UI components with realistic data
- Populating development databases
- Demo presentations and screenshots
Key Features
🎲 Various Data Types
- Users: Name, email, address, phone number, etc.
- Products: Product name, price, description, SKU, etc.
- Companies: Company name, industry, contact info, etc.
- Blog Posts: Title, content, author, tags, etc.
📊 Output Formats
- JSON: Suitable for programming, API testing
- CSV: Suitable for Excel, database imports
🔢 Quantity Control
- Freely select from 1 to 100 entries
- Generate bulk test data
💾 Export
- Copy function
- File download (.json or .csv)
Data Type Details
👤 Users
Generated fields:
- ID (UUID)
- Name (firstName, lastName)
- Username
- Phone number
- Birth date
- Address (street, city, state, zip code, country)
- Company name
- Job title
Use Cases: Member management systems, social networks, CRM testing
🛍️ Products
Generated fields:
- ID (UUID)
- Product name
- Description
- Price
- Category
- SKU
- In stock status
- Rating
- Image URL
Use Cases: E-commerce sites, inventory management systems, shopping mall testing
🏢 Companies
Generated fields:
- ID (UUID)
- Company name
- Slogan
- Industry
- Phone number
- Website
- Address
- Number of employees
Use Cases: B2B platforms, business directories, CRM systems
📝 Blog Posts
Generated fields:
- ID (UUID)
- Title
- Content (multiple paragraphs)
- Author
- Publication date
- Tags array
- View count
- Like count
Use Cases: Blog platforms, CMS, news sites
How to Use
Step 1: Select Data Type
Choose the data type you want to generate from the dropdown.
Step 2: Set Quantity
Enter the number of data entries between 1-100.
Step 3: Choose Format
Select JSON or CSV format.
Step 4: Generate
Click the "Generate Data" button!
Step 5: Utilize
- Copy to clipboard with copy button
- Save file with download button
JSON Example
[
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"username": "johndoe123",
"phone": "+1-555-123-4567",
"birthDate": "1990-05-15",
"address": {
"street": "123 Main St",
"city": "New York",
"state": "NY",
"zipCode": "10001",
"country": "United States"
},
"company": "Tech Corp",
"jobTitle": "Software Engineer"
}
]
CSV Example
id,firstName,lastName,email,username,phone,birthDate,address_street,address_city,...
a1b2c3d4-e5f6-7890-abcd-ef1234567890,John,Doe,john.doe@example.com,johndoe123,...
Use Cases
1. Database Testing
Test DB schema and queries with realistic data
2. UI/UX Prototyping
Create design prototypes with realistic data
3. API Development
Design and test backend API response structures
4. Performance Testing
Measure application performance with large volumes of data
5. Demos and Presentations
Demonstrate products with realistic data
🔗 Try These Next
- JSON Formatter - Format JSON data
- CSV ⇄ JSON - Format conversion
- UUID Generator - Generate UUIDs
- Password Generator - Generate test passwords
💬 Was this tool helpful?
Feel free to send us your feedback or suggestions anytime!
Privacy
This tool operates entirely on the client side. Generated data is never sent to a server and is processed only in your browser.