-
Notifications
You must be signed in to change notification settings - Fork 1
/
items.json
46 lines (45 loc) · 1.38 KB
/
items.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
{
"coles_url_prefix": "https://shop.coles.com.au/search/resources/store/20601/productview/bySeoUrlKeyword/",
"woolworths_url_prefix": "https://www.woolworths.com.au/apis/ui/product/detail/",
"items": [
{
"name": "Green & Blacks 85% Chocolate",
"coles_url": "green-blacks-organic-85%25-dark-chocolate",
"woolworths_url": "260803"
},
{
"name": "Supercoat: Active with Real Kangaroo Dry Dog Food (7.5kg)",
"coles_url": "purina-dog-food-supercoat-adult-petcare-active",
"woolworths_url": "516942"
},
{
"name": "Supercoat: Adult Lifecycle Chicken Dry Dog Food (7.5kg)",
"coles_url": "supercoat-adult--dog-food-with-real-chicken",
"woolworths_url": "517306"
},
{
"name": "Supercoat: Real Beef Dry Dog Food (7.5kg)",
"coles_url": "supercoat-adult-dog-food-with-real-beef",
"woolworths_url": "516945"
},
{
"name": "Supercoat: Large Breed with Real Chicken Dog Food (7.5kg)",
"coles_url": "supercoat-dog-food-large-breed"
},
{
"name": "Omo Sensitive 2L",
"coles_url": "omo-sensitive-front-top-loader-laundry-liquid",
"woolworths_url": "468552"
},
{
"name": "Omo Sensitive 4L",
"coles_url": "omo-sensitive-front-top-loader-laundry-liquid-2731186p",
"woolworths_url": "430625"
},
{
"name": "Cobram Estate Extra Virgin Olive Oil 3L",
"coles_url": "cobram-estate-olive-oil-fresh-fruit",
"woolworths_url": "260867"
}
]
}