Below is a structured example of fake product data for an e-commerce platform. This data is entirely fictional and designed for testing, development, or demonstration purposes. Each product includes key attributes like ID, name, category, price, stock, and description.
| Product ID | Product Name | Category | Price (USD) | Stock Quantity | Description |
|---|---|---|---|---|---|
| P001 | SmartPhone X Pro | Electronics | 99 | 45 | High-performance smartphone with 5G, 128GB storage, and 48MP camera. |
| P002 | Eco Yoga Mat | Sports | 99 | 120 | Non-slip, biodegradable yoga mat for all fitness levels. |
| P003 | Wireless Earbuds Pro | Electronics | 99 | 78 | Noise-canceling earbuds with 24-hour battery life and waterproof design. |
| P004 | Organic Coffee Beans | Food & Beverage | 99 | 200 | Single-origin arabica beans, medium roast, fair-trade certified. |
| P005 | LED Desk Lamp | Home & Kitchen | 99 | 60 | Adjustable LED lamp with touch controls and USB charging port. |
| P006 | Vintage Denim Jacket | Clothing | 99 | 35 | distressed blue denim jacket with classic button-front design. |
| P007 | Fitness Tracker Watch | Electronics | 99 | 90 | Heart rate monitor, GPS tracking, and 7-day battery life. |
| P008 | Ceramic Plant Pot Set | Home & Kitchen | 99 | 150 | Set of 3 handcrafted pots with drainage holes and matching saucers. |
| P009 | Protein Powder (Vanilla) | Health & Beauty | 99 | 85 | Whey-based protein powder, 25g per serving, low-carb formula. |
| P010 | Mechanical Keyboard | Electronics | 99 | 55 | RGB backlit keyboard with cherry MX switches and programmable keys. |
Key Features of the Data:
-
Realistic Attributes:
- Price Range: $24.99 (affordable) to $899.99 (premium).
- Stock Levels: Varied quantities (0–200) to simulate inventory scenarios.
- Categories: Electronics, Sports, Home & Kitchen, etc., reflecting common e-commerce sectors.
-
Descriptions:
- Include product features (e.g., "noise-canceling," "handcrafted").
- Highlight benefits (e.g., "biodegradable," "fair-trade certified").
-
Product IDs:
- Alphanumeric identifiers (e.g.,
P001) for easy tracking.
- Alphanumeric identifiers (e.g.,
-
Categories:
Broad categories (e.g., "Electronics") with subtypes implied (e.g., "SmartPhone X Pro").
Use Cases:
- Testing E-commerce Systems: Validate checkout, search, and filtering logic.
- Data Analysis: Practice SQL queries, data visualization, or machine learning.
- UI/UX Mockups: Populate prototype interfaces with realistic data.
- API Development: Test RESTful APIs for CRUD operations.
Tools to Generate More Data:
- Python Libraries: Use
FakerorMimesisto generate thousands of entries programmatically. - Online Generators: Tools like Mockaroo or DataFaker offer customizable templates.
- Spreadsheet Templates: Create Excel/CSV templates with formulas for randomized data.
Let me know if you need a specific format (JSON, CSV, SQL insert statements) or additional fields!
Request an On-site Audit / Inquiry