-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
64 lines (62 loc) · 2.99 KB
/
products.json
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
[
{
"id": 1,
"category": "sunscreen",
"name":"FAB Mineral Tint SPF 30",
"price": "28.00",
"type": "tint",
"keywords": ["sunscreen", "tint", "FAB"],
"link": "https://www.ulta.com/p/ultra-repair-tinted-moisturizer-spf-30-xlsImpprod18811021?sku=2531891&CMPID=CSGGLE&CAWELAID=330000200001483031",
"images": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyQtWPrCCqquPbkwd_7x4eh3abxAcsZKu6tbrhNelwYU1xqpvhhO4c7Ts-JQCK3YnsnsBspoQR&usqp=CAc"
},
{
"id": 2,
"category": "sunscreen",
"name":"Mineral Tinted Sunscreen Face Lotion SPF 30",
"price": "17.99",
"type": "tint",
"keywords": ["sunscreen", "tint", "sun bum"],
"link": "https://www.ulta.com/p/mineral-sunscreen-face-tint-spf-30-xlsImpprod18321079?sku=2527355&CMPID=CSGGLE&CAWELAID=330000200001407265",
"images": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQNjB9eySUyqxBj-RFRVlQt4kEx0cTSAO0snY8tQimz4IvzkW29&usqp=CAc"
},
{
"id": 3,
"category": "sunscreen",
"name":"Dr Jart SPF 50 Sunscreen",
"price": "39.00",
"type": "tint",
"keywords": ["sunscreen", "tint", "Dr.Jart"],
"link": "https://us.drjart.com/products/every-sun-day-mineral-sunscreen-spf-50?variant=31875967254602¤cy=USD&utm_medium=product_sync&utm_source=google&utm_content=sag_organic&utm_campaign=sag_organic",
"images": "https://www.sephora.com/productimages/sku/s2344547-main-zoom.jpg?imwidth=600"
},
{
"id": 4,
"category": "sunscreen",
"name":"CeraVe Tint SPF 30",
"price": "16.99",
"type": "tint",
"keywords": ["sunscreen", "tint", "cerve"],
"link": "https://www.ulta.com/p/hydrating-sunscreen-face-sheer-tint-spf-30-pimprod2013299?sku=2559459&CMPID=CSGGLE&CAWELAID=330000200001981844",
"images":"https://images.ulta.com/is/image/Ulta/2559459?op_sharpen=1&resMode=bilin&qlt=85&wid=800&hei=800&fmt=jpg"
},
{
"id": 5,
"category": "sunscreen",
"name":"Love Kinship Probiotic Sunscreen SPF 30",
"price": "25.00",
"type": "no tint",
"keywords": ["sunscreen", "moisturizing sunscreen", "kinship"],
"link": "https://www.ulta.com/p/self-reflect-probiotic-moisturizing-sunscreen-zinc-oxide-spf-32-pimprod2017785",
"images":"https://images.ulta.com/is/image/Ulta/2578021_prod_altimg_1?op_sharpen=1&resMode=bilin&qlt=85&wid=800&hei=800&fmt=jpg"
},
{
"id": 6,
"category": "sunscreen",
"name":"MD Solar Sciences SPF 50",
"price": "30.00",
"type": "no tint",
"keywords": ["sunscreen", "MDSolarSciences"],
"link": "https://www.dermstore.com/mdsolarsciences-mineral-creme-spf-50-broad-spectrum-uva-uvb-1.7-oz./12900983.html",
"images":"https://cdn.shopify.com/s/files/1/0834/0065/products/MCSPF50-2sizes_720x.jpg?v=1620654563"
}
]