-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct_catalog.json
More file actions
90 lines (90 loc) · 5.31 KB
/
Copy pathproduct_catalog.json
File metadata and controls
90 lines (90 loc) · 5.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
{
"id": "P001",
"name": "Nike Air Max 270 White Sneakers",
"category": "Footwear",
"brand": "Nike",
"price": 150,
"specs": "Lightweight mesh upper, Air Max heel unit, rubber outsole, sizes 6-13",
"description": "White athletic running sneakers with large air cushion heel. Ideal for daily wear and light running.",
"url": "https://nike.com/p001",
"search_text": "Product: Nike Air Max 270 White Sneakers. Category: Footwear. Brand: Nike. Price: $150. Description: White athletic running sneakers with large air cushion heel. Ideal for daily wear and light running. Specs: Lightweight mesh upper, Air Max heel unit, rubber outsole, sizes 6-13"
},
{
"id": "P002",
"name": "Adidas Ultraboost 22 Running Shoes",
"category": "Footwear",
"brand": "Adidas",
"price": 180,
"specs": "Primeknit upper, Boost midsole, Continental rubber outsole, OrthoLite insole",
"description": "Black and white performance running shoes with energy-return Boost foam. Best for marathon training.",
"url": "https://adidas.com/p002",
"search_text": "Product: Adidas Ultraboost 22 Running Shoes. Category: Footwear. Brand: Adidas. Price: $180. Description: Black and white performance running shoes with energy-return Boost foam. Best for marathon training. Specs: Primeknit upper, Boost midsole, Continental rubber outsole, OrthoLite insole"
},
{
"id": "P003",
"name": "Apple MacBook Pro 14-inch M3",
"category": "Laptop",
"brand": "Apple",
"price": 1999,
"specs": "Apple M3 chip, 16GB RAM, 512GB SSD, 14.2-inch Liquid Retina XDR display, 18hr battery",
"description": "Space gray professional laptop with aluminum unibody. Ideal for developers and creative professionals.",
"url": "https://apple.com/p003",
"search_text": "Product: Apple MacBook Pro 14-inch M3. Category: Laptop. Brand: Apple. Price: $1999. Description: Space gray professional laptop with aluminum unibody. Ideal for developers and creative professionals. Specs: Apple M3 chip, 16GB RAM, 512GB SSD, 14.2-inch Liquid Retina XDR display, 18hr battery"
},
{
"id": "P004",
"name": "Dell XPS 15 Laptop",
"category": "Laptop",
"brand": "Dell",
"price": 1799,
"specs": "Intel Core i7-13700H, 16GB DDR5, 512GB NVMe SSD, 15.6-inch OLED 3.5K display, NVIDIA RTX 4060",
"description": "Silver premium laptop with slim bezels, ideal for creative professionals and power users.",
"url": "https://dell.com/p004",
"search_text": "Product: Dell XPS 15 Laptop. Category: Laptop. Brand: Dell. Price: $1799. Description: Silver premium laptop with slim bezels, ideal for creative professionals and power users. Specs: Intel Core i7-13700H, 16GB DDR5, 512GB NVMe SSD, 15.6-inch OLED 3.5K display, NVIDIA RTX 4060"
},
{
"id": "P005",
"name": "Sony WH-1000XM5 Headphones",
"category": "Audio",
"brand": "Sony",
"price": 349,
"specs": "Industry-leading ANC, 30hr battery, LDAC, multipoint connection, speak-to-chat",
"description": "Black over-ear wireless noise-canceling headphones, best for travel and focus work.",
"url": "https://sony.com/p005",
"search_text": "Product: Sony WH-1000XM5 Headphones. Category: Audio. Brand: Sony. Price: $349. Description: Black over-ear wireless noise-canceling headphones, best for travel and focus work. Specs: Industry-leading ANC, 30hr battery, LDAC, multipoint connection, speak-to-chat"
},
{
"id": "P006",
"name": "Samsung Galaxy S24 Ultra",
"category": "Smartphone",
"brand": "Samsung",
"price": 1299,
"specs": "Snapdragon 8 Gen 3, 200MP camera, 12GB RAM, 256GB, S-Pen, 5000mAh battery",
"description": "Titanium black flagship Android phone with built-in S-Pen stylus and advanced AI photo features.",
"url": "https://samsung.com/p006",
"search_text": "Product: Samsung Galaxy S24 Ultra. Category: Smartphone. Brand: Samsung. Price: $1299. Description: Titanium black flagship Android phone with built-in S-Pen stylus and advanced AI photo features. Specs: Snapdragon 8 Gen 3, 200MP camera, 12GB RAM, 256GB, S-Pen, 5000mAh battery"
},
{
"id": "P007",
"name": "iPhone 15 Pro Max",
"category": "Smartphone",
"brand": "Apple",
"price": 1199,
"specs": "A17 Pro chip, 48MP ProRAW camera, titanium frame, 6.7-inch Super Retina XDR, USB-C",
"description": "Natural titanium premium Apple smartphone with ProRAW photography and action button.",
"url": "https://apple.com/p007",
"search_text": "Product: iPhone 15 Pro Max. Category: Smartphone. Brand: Apple. Price: $1199. Description: Natural titanium premium Apple smartphone with ProRAW photography and action button. Specs: A17 Pro chip, 48MP ProRAW camera, titanium frame, 6.7-inch Super Retina XDR, USB-C"
},
{
"id": "P008",
"name": "Levi's 511 Slim Fit Jeans",
"category": "Clothing",
"brand": "Levi's",
"price": 70,
"specs": "99% cotton 1% elastane, slim fit, mid-rise, available in dark indigo and black",
"description": "Classic slim-fit dark blue denim jeans for casual and semi-formal wear.",
"url": "https://levis.com/p008",
"search_text": "Product: Levi's 511 Slim Fit Jeans. Category: Clothing. Brand: Levi's. Price: $70. Description: Classic slim-fit dark blue denim jeans for casual and semi-formal wear. Specs: 99% cotton 1% elastane, slim fit, mid-rise, available in dark indigo and black"
}
]