-
Notifications
You must be signed in to change notification settings - Fork 1
/
filteredData.json
148 lines (148 loc) · 3.05 KB
/
filteredData.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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[
{
"store": "hofer",
"id": 548526,
"name": "RED BULL Energy Drink 250ml",
"price": 1.45,
"priceHistory": [
{
"date": "2023-05-18",
"price": 1.45
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 250,
"bio": false,
"url": "sport-energy-drinks/RED-BULL-Energy-Drink-250-ml",
"category": "20"
},
{
"store": "hofer",
"id": 544579,
"name": "RED BULL Energy Drink 355ml",
"price": 1.75,
"priceHistory": [
{
"date": "2023-05-18",
"price": 1.75
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 355,
"bio": false,
"url": "sport-energy-drinks/RED-BULL-RED-BULL-355-ml-355-ml",
"category": "20"
},
{
"store": "hofer",
"id": 548590,
"name": "RED BULL Energy Drink 6x250ml",
"price": 8.69,
"priceHistory": [
{
"date": "2023-05-18",
"price": 8.69
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 1500,
"bio": false,
"url": "sport-energy-drinks/Red-Bull-6x250ml-Regular",
"category": "20"
},
{
"store": "hofer",
"id": 549184,
"name": "RED BULL Energy Drink Kokos-Blaubeere 250ml",
"price": 1.45,
"priceHistory": [
{
"date": "2023-06-14",
"price": 1.45
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 250,
"bio": false,
"url": "sport-energy-drinks/RED-BULL-Kokos-Blaubeere-250ml",
"category": "20",
"unavailable": true
},
{
"store": "hofer",
"id": 545062,
"name": "RED BULL Energy Drink Sugarfree 250ml",
"price": 1.45,
"priceHistory": [
{
"date": "2023-05-18",
"price": 1.45
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 250,
"bio": false,
"url": "sport-energy-drinks/RED-BULL-red-Bull-Sugarfree-250-ml",
"category": "20"
},
{
"store": "hofer",
"id": 548589,
"name": "RED BULL Energy Drink Sugarfree 6x250ml",
"price": 8.69,
"priceHistory": [
{
"date": "2023-05-18",
"price": 8.69
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 1500,
"bio": false,
"url": "sport-energy-drinks/Red-Bull-6x250ml-Sugarfree",
"category": "20"
},
{
"store": "hofer",
"id": 549151,
"name": "RED BULL Energy Drink Wassermelone 250ml",
"price": 1.45,
"priceHistory": [
{
"date": "2023-05-18",
"price": 1.45
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 250,
"bio": false,
"url": "sport-energy-drinks/RED-BULL-Wassermelone-250ml",
"category": "20",
"unavailable": true
},
{
"store": "hofer",
"id": 545111,
"name": "RED BULL Energy Drink White Kokos-Blaubeere 250ml",
"price": 1.45,
"priceHistory": [
{
"date": "2023-05-18",
"price": 1.45
}
],
"isWeighted": false,
"unit": "ml",
"quantity": 250,
"bio": false,
"url": "sport-energy-drinks/RED-BULL-Red-Bull-White-250-ml",
"category": "20"
}
]