Free Mock Data Generator
Generate fake E-commerce Orders data
A synthetic online store: customers, a product catalog, and orders with status, payment method, and totals. Ideal sample sales data for dashboards, BI demos, and testing order pipelines. Fully fake — no real customers.
CSV exportJSON exportSQL exportSQLite exportdeterministicno signup
What's in this dataset
customers
table
| Field | Type |
|---|
customer_id | integer |
name | text |
email | text |
city | text |
signup_date | date |
products
table
| Field | Type |
|---|
product_id | integer |
product_name | text |
category | text |
price_usd | integer |
orders
child table
| Field | Type |
|---|
order_id | integer |
customer_id | integer |
customer_name | text |
order_date | date |
product_id | integer |
quantity | integer |
total_usd | integer |
payment_method | text |
status | text |
What you can do with it
- Seed a database or demo environment
- Build dashboards & BI prototypes
- Test imports, forms, and pipelines
- Teach SQL or data analysis
- Download as CSV, JSON, SQL, or SQLite
- Reproducible — same seed, same data
Need 100k+ rows, an API, or no limits?
Join the Pro waitlist — bulk generation, JSON/SQL/Excel export, and a developer API for generating data on demand.