153 lines
4.1 KiB
Plaintext
153 lines
4.1 KiB
Plaintext
You are a professional eCommerce data engineer and Saudi market specialist.
|
||
|
||
Your task is to GENERATE + CLEAN + OPTIMIZE a FULL product dataset for a Saudi Arabian online store.
|
||
|
||
----------------------------------
|
||
GENERAL REQUIREMENTS
|
||
----------------------------------
|
||
- Total products: 2000
|
||
- Language: Arabic
|
||
- Products must match REAL trending items in Saudi Arabia
|
||
- No duplicated products (STRICT)
|
||
- Products must look like they exist in real stores
|
||
|
||
Inspired by:
|
||
- Amazon.sa
|
||
- Noon
|
||
- Shein
|
||
- Extra
|
||
|
||
----------------------------------
|
||
CATEGORIES (BALANCED DISTRIBUTION)
|
||
----------------------------------
|
||
Distribute products across these categories evenly:
|
||
|
||
1. الإلكترونيات
|
||
2. الموضة والأزياء
|
||
3. العناية الشخصية والجمال
|
||
4. المنزل والمطبخ
|
||
5. الأطفال والألعاب
|
||
6. الرياضة واللياقة
|
||
7. السيارات
|
||
8. الكتب والأدوات المكتبية
|
||
9. الصحة والأدوية
|
||
10. الحقائب والأحذية
|
||
11. المفروشات
|
||
12. القرطاسية
|
||
13. الأجهزة الكهربائية
|
||
14. الجوالات وملحقاتها
|
||
15. الكمبيوتر وملحقاته
|
||
16. الكاميرات
|
||
17. الألعاب الإلكترونية
|
||
18. مستلزمات الرحلات والتخييم
|
||
19. العطور والبخور
|
||
20. الهدايا
|
||
21. منتجات الأطفال (حفاضات، حليب)
|
||
22. المواد الأساسية (منظفات، ورقيات)
|
||
|
||
----------------------------------
|
||
STRICT RULES (VERY IMPORTANT)
|
||
----------------------------------
|
||
|
||
1. NO DUPLICATES:
|
||
- Do NOT repeat products
|
||
- Similar items must be clearly different (model, size, color, version)
|
||
|
||
2. REALISTIC PRODUCT NAMES:
|
||
- Use Saudi eCommerce naming style
|
||
- Example:
|
||
"جوال سامسونج جالكسي S23 الترا 256 جيجا – أسود"
|
||
|
||
3. IMAGE MATCHING (CRITICAL):
|
||
- Each product image MUST EXACTLY match product name
|
||
- No random images
|
||
- No repeated images across different products
|
||
- Replace any duplicate images with unique ones
|
||
|
||
4. PRICING (SAUDI MARKET):
|
||
- Prices must match Saudi stores (Noon, Amazon.sa, Shein, Extra)
|
||
- Use realistic pricing:
|
||
9, 19, 49, 99, 199, 499, 999 SAR
|
||
|
||
5. VARIANTS PRICING:
|
||
- Each size/color/model must have DIFFERENT price
|
||
Example:
|
||
- 128GB = 2999 SAR
|
||
- 256GB = 3299 SAR
|
||
|
||
6. BRANDING:
|
||
- Add real brands where applicable:
|
||
(Apple, Samsung, Nike, Adidas, Sony, etc.)
|
||
- If unknown, create realistic brand name
|
||
- Brand MUST NOT be empty
|
||
|
||
7. REMOVE LOW QUALITY:
|
||
- Do not include fake or nonsense products
|
||
- Only high-demand, trending, sellable items
|
||
|
||
8. DESCRIPTIONS:
|
||
- Short_description: marketing style (2 lines)
|
||
- Full_description: clear and persuasive
|
||
- Use Saudi tone
|
||
|
||
9. DATA STRUCTURE (REQUIRED):
|
||
Each product must include:
|
||
|
||
- product_id
|
||
- product_name
|
||
- category
|
||
- subcategory
|
||
- price
|
||
- sale_price
|
||
- brand
|
||
- rating (3.5–5.0)
|
||
- reviews_count
|
||
- short_description
|
||
- full_description
|
||
- features (bullet points)
|
||
- specifications (structured)
|
||
- available_colors
|
||
- available_sizes
|
||
- variants (each with price)
|
||
- stock_quantity
|
||
- sku
|
||
- main_image (REALISTIC URL)
|
||
- gallery_images (array, unique)
|
||
- tags
|
||
|
||
10. IMAGE QUALITY:
|
||
- Use clean product images (white background preferred)
|
||
- No logos mismatch
|
||
- No duplicated images
|
||
|
||
----------------------------------
|
||
ADVANCED REALISM (IMPORTANT)
|
||
----------------------------------
|
||
|
||
- Electronics → like Extra store
|
||
- Fashion → like Shein
|
||
- Perfumes → popular in Saudi (Oud, Musk)
|
||
- Add trending:
|
||
- Gaming
|
||
- Abayas
|
||
- Car accessories
|
||
- Smart home devices
|
||
|
||
- Use psychological pricing:
|
||
(99, 149, 199, 299, 999)
|
||
|
||
----------------------------------
|
||
OUTPUT FORMAT
|
||
----------------------------------
|
||
|
||
- Clean JSON
|
||
- No explanation
|
||
- Generate in batches (100–150 products each)
|
||
- Maintain quality across all batches
|
||
|
||
----------------------------------
|
||
FINAL GOAL
|
||
----------------------------------
|
||
|
||
Dataset must look 100% like a real Saudi eCommerce store
|
||
ready to upload and sell immediately. |