@odynn/awayz-hotels 0.2.13 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/Checkbox.css +1 -0
- package/dist/assets/HotelResults.css +1 -1
- package/dist/assets/Legend.css +1 -0
- package/dist/assets/Ratings.css +1 -1
- package/dist/assets/UnavailableDate.css +1 -1
- package/dist/assets/_styles.css +1 -1
- package/dist/components/Banners/Ratings/Ratings.js +4 -4
- package/dist/components/Banners/UnavailableDate/UnavailableDate.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +16 -0
- package/dist/components/HotelResult/HotelResult.js +12 -12
- package/dist/components/Legend/Legend.js +70 -0
- package/dist/components/Legend/Legend.stories.js +69 -0
- package/dist/components/index.js +4 -2
- package/dist/definitions/HotelChains.js +1 -1
- package/dist/hooks/useHotelDetails/useHotelDetails.api.js +23 -22
- package/dist/hooks/useHotelDetails/useHotelDetails.js +65 -63
- package/dist/{index-DrZrZX6p.js → index-gse40uZM.js} +30 -26
- package/dist/lib/components/Checkbox/Checkbox.d.ts +8 -0
- package/dist/lib/components/Legend/Legend.d.ts +21 -0
- package/dist/lib/components/Legend/Legend.stories.d.ts +7 -0
- package/dist/lib/components/index.d.ts +1 -0
- package/dist/lib/definitions/HotelChains.d.ts +1 -1
- package/dist/lib/hooks/useHotelDetails/useHotelDetails.api.d.ts +1 -1
- package/dist/lib/services/hotel/HotelService.d.ts +2 -2
- package/dist/lib/storybook/exampleData.d.ts +625 -0
- package/dist/main.js +15 -13
- package/dist/services/hotel/HotelService.js +1 -1
- package/dist/storybook/exampleData.js +2268 -0
- package/package.json +2 -2
|
@@ -0,0 +1,2268 @@
|
|
|
1
|
+
const e = [
|
|
2
|
+
{
|
|
3
|
+
hotelId: "CPTTCLX",
|
|
4
|
+
address: "93 Brommersvlei Road Constantia, Cape Town, 07806, South Africa",
|
|
5
|
+
amenities: [
|
|
6
|
+
"Free WiFi",
|
|
7
|
+
"Non-smoking rooms",
|
|
8
|
+
"Concierge",
|
|
9
|
+
"Spa",
|
|
10
|
+
"Tennis",
|
|
11
|
+
"On-site restaurant",
|
|
12
|
+
"Outdoor pool",
|
|
13
|
+
"Fitness center",
|
|
14
|
+
"Pet-friendly rooms",
|
|
15
|
+
"Room service"
|
|
16
|
+
],
|
|
17
|
+
bookingLink: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTTCLX&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
18
|
+
bookingLinkCash: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTTCLX&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
19
|
+
bookingLinkPoints: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTTCLX&arrivalDate=2025-05-06&departureDate=2025-05-07&redeemPts=true&room1NumAdults=2&displayCurrency=LOCAL",
|
|
20
|
+
cashValue: {
|
|
21
|
+
currency: "USD",
|
|
22
|
+
amount: 0
|
|
23
|
+
},
|
|
24
|
+
city: "Cape Town",
|
|
25
|
+
cityCode: "",
|
|
26
|
+
coordinates: {
|
|
27
|
+
latitude: "-34.002207",
|
|
28
|
+
longitude: "18.43435"
|
|
29
|
+
},
|
|
30
|
+
country: "South Africa",
|
|
31
|
+
countryCode: "ZA",
|
|
32
|
+
createdAt: "2024-12-18T03:07:55.862000",
|
|
33
|
+
description: "The Cellars-Hohenort, a Member of Small Luxury Hotels of the World, is a fusion of historic charm and modern comfort, nestled within nine acres of lush gardens. The hotel boasts a fine wine collection and The Conservatory Bar and Lounge that transforms during the day, offering an all-day menu with al fresco dining and garden views. Enjoy a range of amenities, from the restaurant serving garden-fresh meals to a spa for relaxation.",
|
|
34
|
+
hotelGroup: "buffalo",
|
|
35
|
+
hotelStatus: "",
|
|
36
|
+
images: [
|
|
37
|
+
"https://www.hilton.com/im/en/CPTTMLX/21437139/126304083-pavilion-restaurant-5556x3704.jpg?impolicy=resize&rh=383&rw=680"
|
|
38
|
+
],
|
|
39
|
+
legacyCoordinates: [18.43435, -34.002207],
|
|
40
|
+
name: "The Cellars-Hohenort, an SLH Hotel",
|
|
41
|
+
points: -1,
|
|
42
|
+
reviewCount: "5",
|
|
43
|
+
reviewRating: "4.5",
|
|
44
|
+
state: null,
|
|
45
|
+
stateCode: null,
|
|
46
|
+
subdivision: "",
|
|
47
|
+
telephone: "+27 21 794 2137",
|
|
48
|
+
slugCity: "cape-town",
|
|
49
|
+
chainRating: 3,
|
|
50
|
+
status: "archive_soon",
|
|
51
|
+
writeAt: "2024-12-17T18:42:02.287000",
|
|
52
|
+
hasCalendarCash: !0,
|
|
53
|
+
cashAvailable: !0,
|
|
54
|
+
awardPoints: -1,
|
|
55
|
+
rooms: [],
|
|
56
|
+
hasCalendarPoints: !1,
|
|
57
|
+
pointsType: "unavailable",
|
|
58
|
+
premiumPointsAvailable: !1,
|
|
59
|
+
standardPointsAvailable: !1,
|
|
60
|
+
partners: [
|
|
61
|
+
{
|
|
62
|
+
program: "AMEX Membership Rewards Points",
|
|
63
|
+
ratio: 0.5,
|
|
64
|
+
bonus: 0,
|
|
65
|
+
transferMinutes: 0,
|
|
66
|
+
minimumTransfer: 500,
|
|
67
|
+
transferDenominator: 500,
|
|
68
|
+
stepBonus: {
|
|
69
|
+
bonus: 0,
|
|
70
|
+
stepThreshold: 0
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
program: "Virgin Atlantic",
|
|
75
|
+
ratio: 0.6666666666666666,
|
|
76
|
+
bonus: 0,
|
|
77
|
+
transferMinutes: -1,
|
|
78
|
+
minimumTransfer: 1e3,
|
|
79
|
+
transferDenominator: 1e3,
|
|
80
|
+
stepBonus: {
|
|
81
|
+
bonus: 0,
|
|
82
|
+
stepThreshold: 0
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
program: "Hawaiian Miles",
|
|
87
|
+
ratio: 0.6666666666666666,
|
|
88
|
+
bonus: 0,
|
|
89
|
+
transferMinutes: -1,
|
|
90
|
+
minimumTransfer: 1e3,
|
|
91
|
+
transferDenominator: 1e3,
|
|
92
|
+
stepBonus: {
|
|
93
|
+
bonus: 0,
|
|
94
|
+
stepThreshold: 0
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
program: "Bilt Rewards",
|
|
99
|
+
ratio: 1,
|
|
100
|
+
bonus: 0,
|
|
101
|
+
transferMinutes: 5,
|
|
102
|
+
minimumTransfer: 1e3,
|
|
103
|
+
transferDenominator: 1e3,
|
|
104
|
+
stepBonus: {
|
|
105
|
+
bonus: 0,
|
|
106
|
+
stepThreshold: 0
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
hotelProgram: {
|
|
111
|
+
program: "Hilton Honors Points",
|
|
112
|
+
ratio: 1,
|
|
113
|
+
bonus: 0,
|
|
114
|
+
transferMinutes: 0,
|
|
115
|
+
minimumTransfer: 0,
|
|
116
|
+
transferDenominator: 0,
|
|
117
|
+
stepBonus: {
|
|
118
|
+
bonus: 0,
|
|
119
|
+
stepThreshold: 0
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
bestValue: "cash",
|
|
123
|
+
liveScrapingCheckNeeded: !0
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
hotelId: "CPTTCLX",
|
|
127
|
+
address: "93 Brommersvlei Road Constantia, Cape Town, 07806, South Africa",
|
|
128
|
+
amenities: [
|
|
129
|
+
"Free WiFi",
|
|
130
|
+
"Non-smoking rooms",
|
|
131
|
+
"Concierge",
|
|
132
|
+
"Spa",
|
|
133
|
+
"Tennis",
|
|
134
|
+
"On-site restaurant",
|
|
135
|
+
"Outdoor pool",
|
|
136
|
+
"Fitness center",
|
|
137
|
+
"Pet-friendly rooms",
|
|
138
|
+
"Room service"
|
|
139
|
+
],
|
|
140
|
+
bookingLink: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTTCLX&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
141
|
+
bookingLinkCash: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTTCLX&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
142
|
+
bookingLinkPoints: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTTCLX&arrivalDate=2025-05-06&departureDate=2025-05-07&redeemPts=true&room1NumAdults=2&displayCurrency=LOCAL",
|
|
143
|
+
cashValue: {
|
|
144
|
+
currency: "USD",
|
|
145
|
+
amount: 0
|
|
146
|
+
},
|
|
147
|
+
city: "Cape Town",
|
|
148
|
+
cityCode: "",
|
|
149
|
+
coordinates: {
|
|
150
|
+
latitude: "-34.002207",
|
|
151
|
+
longitude: "18.43435"
|
|
152
|
+
},
|
|
153
|
+
country: "South Africa",
|
|
154
|
+
countryCode: "ZA",
|
|
155
|
+
createdAt: "2024-12-18T03:07:55.862000",
|
|
156
|
+
description: "The Cellars-Hohenort, a Member of Small Luxury Hotels of the World, is a fusion of historic charm and modern comfort, nestled within nine acres of lush gardens. The hotel boasts a fine wine collection and The Conservatory Bar and Lounge that transforms during the day, offering an all-day menu with al fresco dining and garden views. Enjoy a range of amenities, from the restaurant serving garden-fresh meals to a spa for relaxation.",
|
|
157
|
+
hotelGroup: "hilton",
|
|
158
|
+
hotelStatus: "",
|
|
159
|
+
images: [
|
|
160
|
+
"https://www.hilton.com/im/en/CPTTMLX/21437139/126304083-pavilion-restaurant-5556x3704.jpg?impolicy=resize&rh=383&rw=680"
|
|
161
|
+
],
|
|
162
|
+
legacyCoordinates: [18.43435, -34.002207],
|
|
163
|
+
name: "The Cellars-Hohenort, an SLH Hotel",
|
|
164
|
+
points: -1,
|
|
165
|
+
reviewCount: "5",
|
|
166
|
+
reviewRating: "4.5",
|
|
167
|
+
state: null,
|
|
168
|
+
stateCode: null,
|
|
169
|
+
subdivision: "",
|
|
170
|
+
telephone: "+27 21 794 2137",
|
|
171
|
+
slugCity: "cape-town",
|
|
172
|
+
chainRating: 3,
|
|
173
|
+
status: "archive_soon",
|
|
174
|
+
writeAt: "2024-12-17T18:42:02.287000",
|
|
175
|
+
hasCalendarCash: !0,
|
|
176
|
+
cashAvailable: !0,
|
|
177
|
+
awardPoints: -1,
|
|
178
|
+
rooms: [],
|
|
179
|
+
hasCalendarPoints: !1,
|
|
180
|
+
pointsType: "unavailable",
|
|
181
|
+
premiumPointsAvailable: !1,
|
|
182
|
+
standardPointsAvailable: !1,
|
|
183
|
+
partners: [
|
|
184
|
+
{
|
|
185
|
+
program: "AMEX Membership Rewards Points",
|
|
186
|
+
ratio: 0.5,
|
|
187
|
+
bonus: 0,
|
|
188
|
+
transferMinutes: 0,
|
|
189
|
+
minimumTransfer: 500,
|
|
190
|
+
transferDenominator: 500,
|
|
191
|
+
stepBonus: {
|
|
192
|
+
bonus: 0,
|
|
193
|
+
stepThreshold: 0
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
program: "Virgin Atlantic",
|
|
198
|
+
ratio: 0.6666666666666666,
|
|
199
|
+
bonus: 0,
|
|
200
|
+
transferMinutes: -1,
|
|
201
|
+
minimumTransfer: 1e3,
|
|
202
|
+
transferDenominator: 1e3,
|
|
203
|
+
stepBonus: {
|
|
204
|
+
bonus: 0,
|
|
205
|
+
stepThreshold: 0
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
program: "Hawaiian Miles",
|
|
210
|
+
ratio: 0.6666666666666666,
|
|
211
|
+
bonus: 0,
|
|
212
|
+
transferMinutes: -1,
|
|
213
|
+
minimumTransfer: 1e3,
|
|
214
|
+
transferDenominator: 1e3,
|
|
215
|
+
stepBonus: {
|
|
216
|
+
bonus: 0,
|
|
217
|
+
stepThreshold: 0
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
program: "Bilt Rewards",
|
|
222
|
+
ratio: 1,
|
|
223
|
+
bonus: 0,
|
|
224
|
+
transferMinutes: 5,
|
|
225
|
+
minimumTransfer: 1e3,
|
|
226
|
+
transferDenominator: 1e3,
|
|
227
|
+
stepBonus: {
|
|
228
|
+
bonus: 0,
|
|
229
|
+
stepThreshold: 0
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
hotelProgram: {
|
|
234
|
+
program: "Hilton Honors Points",
|
|
235
|
+
ratio: 1,
|
|
236
|
+
bonus: 0,
|
|
237
|
+
transferMinutes: 0,
|
|
238
|
+
minimumTransfer: 0,
|
|
239
|
+
transferDenominator: 0,
|
|
240
|
+
stepBonus: {
|
|
241
|
+
bonus: 0,
|
|
242
|
+
stepThreshold: 0
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
bestValue: "cash",
|
|
246
|
+
liveScrapingCheckNeeded: !0
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
hotelId: "CPTLOPY",
|
|
250
|
+
address: "Park Road, Gardens Cape Town, 8000 South Africa",
|
|
251
|
+
amenities: [
|
|
252
|
+
"Free WiFi",
|
|
253
|
+
"Non-smoking rooms",
|
|
254
|
+
"Concierge",
|
|
255
|
+
"Boutique",
|
|
256
|
+
"On-site restaurant",
|
|
257
|
+
"Fitness center",
|
|
258
|
+
"Room service",
|
|
259
|
+
"Pets not allowed"
|
|
260
|
+
],
|
|
261
|
+
bookingLink: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTLOPY&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
262
|
+
bookingLinkCash: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTLOPY&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
263
|
+
bookingLinkPoints: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTLOPY&arrivalDate=2025-05-06&departureDate=2025-05-07&redeemPts=true&room1NumAdults=2&displayCurrency=LOCAL",
|
|
264
|
+
cashValue: {
|
|
265
|
+
currency: "USD",
|
|
266
|
+
amount: 81
|
|
267
|
+
},
|
|
268
|
+
city: "Cape Town",
|
|
269
|
+
cityCode: "",
|
|
270
|
+
coordinates: {
|
|
271
|
+
latitude: "-33.928114",
|
|
272
|
+
longitude: "18.410538"
|
|
273
|
+
},
|
|
274
|
+
country: "South Africa",
|
|
275
|
+
countryCode: "ZA",
|
|
276
|
+
createdAt: "2024-12-18T03:07:55.862000",
|
|
277
|
+
description: "In the vibrant City Bowl area, we’re within five kilometers of scenic Table Mountain and Signal Hill. Reach V&A Waterfront and the Cape Town International Convention Centre in less than 10 minutes. Cape Town International Airport (CPT) is a 20-minute drive. Our restaurant, currently sans alcohol but coming soon, offers mocktails with our menu.",
|
|
278
|
+
hotelGroup: "hilton",
|
|
279
|
+
hotelStatus: "",
|
|
280
|
+
images: [
|
|
281
|
+
"https://www.hilton.com/im/en/CPTLOPY/21694744/welcome-area-240823.jpg?impolicy=resize&rh=383&rw=680"
|
|
282
|
+
],
|
|
283
|
+
legacyCoordinates: [18.43435, -34.002207],
|
|
284
|
+
name: "Canopy by Hilton Cape Town Longkloof",
|
|
285
|
+
points: 25400,
|
|
286
|
+
reviewCount: "5",
|
|
287
|
+
reviewRating: "4.5",
|
|
288
|
+
state: null,
|
|
289
|
+
stateCode: null,
|
|
290
|
+
subdivision: "",
|
|
291
|
+
telephone: "+27 21 569 8880",
|
|
292
|
+
slugCity: "cape-town",
|
|
293
|
+
chainRating: 3,
|
|
294
|
+
status: "active",
|
|
295
|
+
writeAt: "2024-12-18T16:28:51.486000",
|
|
296
|
+
hasCalendarCash: !0,
|
|
297
|
+
cashAvailable: !0,
|
|
298
|
+
awardPoints: 25400,
|
|
299
|
+
rooms: [],
|
|
300
|
+
hasCalendarPoints: !0,
|
|
301
|
+
pointsType: "standard",
|
|
302
|
+
premiumPointsAvailable: !1,
|
|
303
|
+
standardPointsAvailable: !0,
|
|
304
|
+
partners: [
|
|
305
|
+
{
|
|
306
|
+
program: "AMEX Membership Rewards Points",
|
|
307
|
+
ratio: 0.5,
|
|
308
|
+
bonus: 0,
|
|
309
|
+
transferMinutes: 0,
|
|
310
|
+
minimumTransfer: 500,
|
|
311
|
+
transferDenominator: 500,
|
|
312
|
+
stepBonus: {
|
|
313
|
+
bonus: 0,
|
|
314
|
+
stepThreshold: 0
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
program: "Virgin Atlantic",
|
|
319
|
+
ratio: 0.6666666666666666,
|
|
320
|
+
bonus: 0,
|
|
321
|
+
transferMinutes: -1,
|
|
322
|
+
minimumTransfer: 1e3,
|
|
323
|
+
transferDenominator: 1e3,
|
|
324
|
+
stepBonus: {
|
|
325
|
+
bonus: 0,
|
|
326
|
+
stepThreshold: 0
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
program: "Hawaiian Miles",
|
|
331
|
+
ratio: 0.6666666666666666,
|
|
332
|
+
bonus: 0,
|
|
333
|
+
transferMinutes: -1,
|
|
334
|
+
minimumTransfer: 1e3,
|
|
335
|
+
transferDenominator: 1e3,
|
|
336
|
+
stepBonus: {
|
|
337
|
+
bonus: 0,
|
|
338
|
+
stepThreshold: 0
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
program: "Bilt Rewards",
|
|
343
|
+
ratio: 1,
|
|
344
|
+
bonus: 0,
|
|
345
|
+
transferMinutes: 5,
|
|
346
|
+
minimumTransfer: 1e3,
|
|
347
|
+
transferDenominator: 1e3,
|
|
348
|
+
stepBonus: {
|
|
349
|
+
bonus: 0,
|
|
350
|
+
stepThreshold: 0
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
hotelProgram: {
|
|
355
|
+
program: "Hilton Honors Points",
|
|
356
|
+
ratio: 1,
|
|
357
|
+
bonus: 0,
|
|
358
|
+
transferMinutes: 0,
|
|
359
|
+
minimumTransfer: 0,
|
|
360
|
+
transferDenominator: 0,
|
|
361
|
+
stepBonus: {
|
|
362
|
+
bonus: 0,
|
|
363
|
+
stepThreshold: 0
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
bestValue: "cash",
|
|
367
|
+
liveScrapingCheckNeeded: !0
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
hotelId: "CPTUEDI",
|
|
371
|
+
address: "31 Brickfield Road,, Cape Town, South Africa, 7935",
|
|
372
|
+
amenities: [
|
|
373
|
+
"Connecting Rooms",
|
|
374
|
+
"Free WiFi",
|
|
375
|
+
"Non-smoking rooms",
|
|
376
|
+
"Concierge",
|
|
377
|
+
"On-site restaurant",
|
|
378
|
+
"Fitness center",
|
|
379
|
+
"Pet-friendly rooms",
|
|
380
|
+
"Room service",
|
|
381
|
+
"Meeting rooms"
|
|
382
|
+
],
|
|
383
|
+
bookingLink: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTUEDI&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
384
|
+
bookingLinkCash: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTUEDI&arrivalDate=2025-05-06&departureDate=2025-05-07&room1NumAdults=2&displayCurrency=LOCAL",
|
|
385
|
+
bookingLinkPoints: "https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=CPTUEDI&arrivalDate=2025-05-06&departureDate=2025-05-07&redeemPts=true&room1NumAdults=2&displayCurrency=LOCAL",
|
|
386
|
+
cashValue: {
|
|
387
|
+
currency: "USD",
|
|
388
|
+
amount: 62
|
|
389
|
+
},
|
|
390
|
+
city: "Cape Town",
|
|
391
|
+
cityCode: "",
|
|
392
|
+
coordinates: {
|
|
393
|
+
latitude: "-33.9352",
|
|
394
|
+
longitude: "18.456933"
|
|
395
|
+
},
|
|
396
|
+
country: "South Africa",
|
|
397
|
+
countryCode: "ZA",
|
|
398
|
+
createdAt: "2024-03-11T03:07:55.862000",
|
|
399
|
+
description: "We're near the bay at the base of Table Mountain with views of Devil's Peak, and a 15-minute walk from The Old Biscuit Mill. We offer a free shuttle to the V&A waterfront with advanced booking. Cape Town Airport is 15 km away and a paid transfer service is available if booked in advance. Enjoy a 24-hour fitness center and cocktails at estreet bar.",
|
|
400
|
+
hotelGroup: "hilton",
|
|
401
|
+
hotelStatus: "",
|
|
402
|
+
images: [
|
|
403
|
+
"https://awayz.s3.amazonaws.com/hotel_images/hilton/CPTUEDI/CPTUEDI0.jpg"
|
|
404
|
+
],
|
|
405
|
+
legacyCoordinates: [18.456933, -33.9352],
|
|
406
|
+
name: "DoubleTree by Hilton Cape Town - Upper Eastside",
|
|
407
|
+
points: 11500,
|
|
408
|
+
reviewCount: "1751",
|
|
409
|
+
reviewRating: "4.5",
|
|
410
|
+
state: null,
|
|
411
|
+
stateCode: null,
|
|
412
|
+
subdivision: "",
|
|
413
|
+
telephone: "+27 21 404 0570",
|
|
414
|
+
slugCity: "cape-town",
|
|
415
|
+
chainRating: 3,
|
|
416
|
+
imagesS3: [
|
|
417
|
+
"https://awayz.s3.amazonaws.com/hotel_images/hilton/CPTUEDI/CPTUEDI0.jpg"
|
|
418
|
+
],
|
|
419
|
+
status: "active",
|
|
420
|
+
writeAt: "2024-03-11T07:32:43.860000",
|
|
421
|
+
autoAddedAt: "2024-03-11T07:32:43.860000",
|
|
422
|
+
hasCalendarCash: !0,
|
|
423
|
+
cashAvailable: !0,
|
|
424
|
+
awardPoints: 11500,
|
|
425
|
+
rooms: [],
|
|
426
|
+
hasCalendarPoints: !0,
|
|
427
|
+
pointsType: "standard",
|
|
428
|
+
premiumPointsAvailable: !1,
|
|
429
|
+
standardPointsAvailable: !0,
|
|
430
|
+
partners: [
|
|
431
|
+
{
|
|
432
|
+
program: "AMEX Membership Rewards Points",
|
|
433
|
+
ratio: 0.5,
|
|
434
|
+
bonus: 0,
|
|
435
|
+
transferMinutes: 0,
|
|
436
|
+
minimumTransfer: 500,
|
|
437
|
+
transferDenominator: 500,
|
|
438
|
+
stepBonus: {
|
|
439
|
+
bonus: 0,
|
|
440
|
+
stepThreshold: 0
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
program: "Virgin Atlantic",
|
|
445
|
+
ratio: 0.6666666666666666,
|
|
446
|
+
bonus: 0,
|
|
447
|
+
transferMinutes: -1,
|
|
448
|
+
minimumTransfer: 1e3,
|
|
449
|
+
transferDenominator: 1e3,
|
|
450
|
+
stepBonus: {
|
|
451
|
+
bonus: 0,
|
|
452
|
+
stepThreshold: 0
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
program: "Hawaiian Miles",
|
|
457
|
+
ratio: 0.6666666666666666,
|
|
458
|
+
bonus: 0,
|
|
459
|
+
transferMinutes: -1,
|
|
460
|
+
minimumTransfer: 1e3,
|
|
461
|
+
transferDenominator: 1e3,
|
|
462
|
+
stepBonus: {
|
|
463
|
+
bonus: 0,
|
|
464
|
+
stepThreshold: 0
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
program: "Bilt Rewards",
|
|
469
|
+
ratio: 1,
|
|
470
|
+
bonus: 0,
|
|
471
|
+
transferMinutes: 5,
|
|
472
|
+
minimumTransfer: 1e3,
|
|
473
|
+
transferDenominator: 1e3,
|
|
474
|
+
stepBonus: {
|
|
475
|
+
bonus: 0,
|
|
476
|
+
stepThreshold: 0
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
],
|
|
480
|
+
hotelProgram: {
|
|
481
|
+
program: "Hilton Honors Points",
|
|
482
|
+
ratio: 1,
|
|
483
|
+
bonus: 0,
|
|
484
|
+
transferMinutes: 0,
|
|
485
|
+
minimumTransfer: 0,
|
|
486
|
+
transferDenominator: 0,
|
|
487
|
+
stepBonus: {
|
|
488
|
+
bonus: 0,
|
|
489
|
+
stepThreshold: 0
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
bestValue: "points",
|
|
493
|
+
liveScrapingCheckNeeded: !0
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
hotelId: "C014",
|
|
497
|
+
address: "West Quay Road, V&A Waterfront, Cape Town, South Africa, 8001",
|
|
498
|
+
amenities: [
|
|
499
|
+
"Free in Room Mineral Water",
|
|
500
|
+
"Kettle",
|
|
501
|
+
"Expresso machine",
|
|
502
|
+
"Fridge",
|
|
503
|
+
"Bottled water",
|
|
504
|
+
"Bathroom doors 32 inches wide",
|
|
505
|
+
"Accessible bathroom",
|
|
506
|
+
"Make-up/magnifying mirror",
|
|
507
|
+
"Telephone in bathroom",
|
|
508
|
+
"Wireless internet in your room",
|
|
509
|
+
"Dedicated Sports Channel beIN Sports",
|
|
510
|
+
"Radio",
|
|
511
|
+
"Emergency info in rooms",
|
|
512
|
+
"Smoke alarm in room",
|
|
513
|
+
"Alarm clock",
|
|
514
|
+
"Dead bolt in rooms",
|
|
515
|
+
"Business Desk",
|
|
516
|
+
"Iron",
|
|
517
|
+
"Opening windows",
|
|
518
|
+
"Turn Down Services",
|
|
519
|
+
"220/240 V AC",
|
|
520
|
+
"110/120 V AC",
|
|
521
|
+
"Air Conditioning",
|
|
522
|
+
"Air cooling system",
|
|
523
|
+
"Operator wake up call"
|
|
524
|
+
],
|
|
525
|
+
bookingLink: "https://all.accor.com/ssr/app/accor/rates/C014/index.en.shtml?dateIn=2025-05-06&nights=1&compositions=2&stayplus=false&snu=false&accessibleRooms=false",
|
|
526
|
+
bookingLinkCash: "https://all.accor.com/ssr/app/accor/rates/C014/index.en.shtml?dateIn=2025-05-06&nights=1&compositions=2&stayplus=false&snu=false&accessibleRooms=false",
|
|
527
|
+
bookingLinkPoints: "https://all.accor.com/ssr/app/accor/rates/C014/index.en.shtml?dateIn=2025-05-06&nights=1&compositions=2&stayplus=false&snu=false&accessibleRooms=false",
|
|
528
|
+
cashValue: {
|
|
529
|
+
currency: "USD",
|
|
530
|
+
amount: 973
|
|
531
|
+
},
|
|
532
|
+
city: "Cape Town",
|
|
533
|
+
cityCode: "",
|
|
534
|
+
coordinates: {
|
|
535
|
+
latitude: -33.9087552,
|
|
536
|
+
longitude: 18.4206061
|
|
537
|
+
},
|
|
538
|
+
country: "South Africa",
|
|
539
|
+
countryCode: "ZA",
|
|
540
|
+
createdAt: "2023-06-19T16:35:59.923000",
|
|
541
|
+
description: "Situated on a private quay between Cape Town's bustling V&A Waterfront and the tranquil yacht marina, there is no better position from where to soak in the natural beauty of our Mother City and the very essence of Cape Town living at its best. Our elegant and warm atmosphere begins at the welcoming reception lounge and extends to our spacious harbour and mountain-facing rooms. We invite you to share in tailor-made experiences, all thoughtfully created to enhance your journey in the Cape and with us.",
|
|
542
|
+
hotelGroup: "accor",
|
|
543
|
+
hotelStatus: "",
|
|
544
|
+
images: [
|
|
545
|
+
"https://awayz.s3.amazonaws.com/hotel_images/accor/C014/C0140.jpg"
|
|
546
|
+
],
|
|
547
|
+
legacyCoordinates: [18.4206061, -33.9087552],
|
|
548
|
+
name: "Cape Grace, A Fairmont Managed Hotel",
|
|
549
|
+
points: 40773,
|
|
550
|
+
reviewCount: null,
|
|
551
|
+
reviewRating: null,
|
|
552
|
+
state: null,
|
|
553
|
+
stateCode: null,
|
|
554
|
+
subdivision: "",
|
|
555
|
+
telephone: "+27214107100",
|
|
556
|
+
slugCity: "cape-town",
|
|
557
|
+
chainRating: 5,
|
|
558
|
+
imagesS3: [
|
|
559
|
+
"https://awayz.s3.amazonaws.com/hotel_images/accor/C014/C0140.jpg"
|
|
560
|
+
],
|
|
561
|
+
status: "active",
|
|
562
|
+
writeAt: "2023-11-07T18:38:52.607000",
|
|
563
|
+
hasCalendarCash: !0,
|
|
564
|
+
cashAvailable: !0,
|
|
565
|
+
awardPoints: 40773,
|
|
566
|
+
rooms: [],
|
|
567
|
+
hasCalendarPoints: !1,
|
|
568
|
+
pointsType: "unavailable",
|
|
569
|
+
premiumPointsAvailable: !1,
|
|
570
|
+
standardPointsAvailable: !1,
|
|
571
|
+
partners: [
|
|
572
|
+
{
|
|
573
|
+
program: "Capital One Miles",
|
|
574
|
+
ratio: 2,
|
|
575
|
+
bonus: 0,
|
|
576
|
+
transferMinutes: -1,
|
|
577
|
+
minimumTransfer: 1e3,
|
|
578
|
+
transferDenominator: 1e3,
|
|
579
|
+
stepBonus: {
|
|
580
|
+
bonus: 0,
|
|
581
|
+
stepThreshold: 0
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
program: "Bilt Rewards",
|
|
586
|
+
ratio: 1.5,
|
|
587
|
+
bonus: 0,
|
|
588
|
+
transferMinutes: -1,
|
|
589
|
+
minimumTransfer: 3e3,
|
|
590
|
+
transferDenominator: 1e3,
|
|
591
|
+
stepBonus: {
|
|
592
|
+
bonus: 0,
|
|
593
|
+
stepThreshold: 0
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
hotelProgram: {
|
|
598
|
+
program: "Accor Live Limitless",
|
|
599
|
+
ratio: 1,
|
|
600
|
+
bonus: 0,
|
|
601
|
+
transferMinutes: 0,
|
|
602
|
+
minimumTransfer: 0,
|
|
603
|
+
transferDenominator: 0,
|
|
604
|
+
stepBonus: {
|
|
605
|
+
bonus: 0,
|
|
606
|
+
stepThreshold: 0
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
bestValue: "points",
|
|
610
|
+
liveScrapingCheckNeeded: !1
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
hotelId: "C0H1",
|
|
614
|
+
address: "22 Riebeek Street, Cape Town, South Africa, 8000",
|
|
615
|
+
amenities: [
|
|
616
|
+
"Free in Room Mineral Water",
|
|
617
|
+
"Coffee/tea making facilities",
|
|
618
|
+
"Bathroom doors 32 inches wide",
|
|
619
|
+
"Accessible bathroom",
|
|
620
|
+
"Hair dryer in bathroom",
|
|
621
|
+
"Make-up/magnifying mirror",
|
|
622
|
+
"Wireless internet in your room",
|
|
623
|
+
"Data port in room",
|
|
624
|
+
"RJ 11 Outlet",
|
|
625
|
+
"Satellite/cable colour TV",
|
|
626
|
+
"Direct dial telephone",
|
|
627
|
+
"Keycard-operated door locks",
|
|
628
|
+
"Security Peephole",
|
|
629
|
+
"Safe deposit box in room",
|
|
630
|
+
"Sprinkler in room",
|
|
631
|
+
"Audible smoke alarms in rooms",
|
|
632
|
+
"Dead bolt in rooms",
|
|
633
|
+
"Emergency info in rooms",
|
|
634
|
+
"Smoke alarm in room",
|
|
635
|
+
"Iron",
|
|
636
|
+
"Turn Down Services",
|
|
637
|
+
"110/120 V AC",
|
|
638
|
+
"220/240 V AC",
|
|
639
|
+
"Operator wake up call",
|
|
640
|
+
"Air Conditioning",
|
|
641
|
+
"Air cooling system",
|
|
642
|
+
"Pulse Air"
|
|
643
|
+
],
|
|
644
|
+
autoAddedAt: "2023-10-18T16:26:49.960000",
|
|
645
|
+
bookingLink: "https://all.accor.com/ssr/app/accor/rates/C0H1/index.en.shtml?dateIn=2025-05-06&nights=1&compositions=2&stayplus=false&snu=false&accessibleRooms=false",
|
|
646
|
+
bookingLinkCash: "https://all.accor.com/ssr/app/accor/rates/C0H1/index.en.shtml?dateIn=2025-05-06&nights=1&compositions=2&stayplus=false&snu=false&accessibleRooms=false",
|
|
647
|
+
bookingLinkPoints: "https://all.accor.com/ssr/app/accor/rates/C0H1/index.en.shtml?dateIn=2025-05-06&nights=1&compositions=2&stayplus=false&snu=false&accessibleRooms=false",
|
|
648
|
+
cashValue: {
|
|
649
|
+
currency: "USD",
|
|
650
|
+
amount: 123
|
|
651
|
+
},
|
|
652
|
+
city: "Cape Town",
|
|
653
|
+
cityCode: "",
|
|
654
|
+
coordinates: {
|
|
655
|
+
latitude: "-33.9190374",
|
|
656
|
+
longitude: "18.422357"
|
|
657
|
+
},
|
|
658
|
+
country: "South Africa",
|
|
659
|
+
countryCode: "ZA",
|
|
660
|
+
createdAt: "2023-10-11T14:27:42.450000",
|
|
661
|
+
description: "Pullman Cape Town, City Centre occupies an architecturally award nominated building in the city's central business district. The hotel is within walking distance of some of South Africa's top restaurants in Bree and Long Streets. Enjoy proximity to major tourist attractions such as Table Mountain, Castle of Good Hope, Kirstenbosch Botanical Gardens and Camps Bay Beach, as well as the renowned Victoria and Alfred Waterfront. Pullman Cape Town, City Centre is a stylish urban oasis in downtown Cape Town.",
|
|
662
|
+
hotelGroup: "accor",
|
|
663
|
+
hotelStatus: "",
|
|
664
|
+
images: [
|
|
665
|
+
"http://a.mktgcdn.com/p/VCl8RxrEL_hR4kEzpCokIdiKn6Ep6NIlvnF8ODfmXOc/1024x768.jpg"
|
|
666
|
+
],
|
|
667
|
+
legacyCoordinates: [18.422357, -33.9190374],
|
|
668
|
+
name: "Pullman Cape Town City Centre",
|
|
669
|
+
points: 5154,
|
|
670
|
+
reviewCount: "None",
|
|
671
|
+
reviewRating: "None",
|
|
672
|
+
slugCity: "cape-town",
|
|
673
|
+
state: null,
|
|
674
|
+
stateCode: null,
|
|
675
|
+
status: "active",
|
|
676
|
+
subdivision: "",
|
|
677
|
+
telephone: "+27214674000",
|
|
678
|
+
writeAt: "2023-10-18T16:26:49.960000",
|
|
679
|
+
hasCalendarCash: !0,
|
|
680
|
+
cashAvailable: !0,
|
|
681
|
+
awardPoints: 5154,
|
|
682
|
+
rooms: [],
|
|
683
|
+
hasCalendarPoints: !1,
|
|
684
|
+
pointsType: "unavailable",
|
|
685
|
+
premiumPointsAvailable: !1,
|
|
686
|
+
standardPointsAvailable: !1,
|
|
687
|
+
partners: [
|
|
688
|
+
{
|
|
689
|
+
program: "Capital One Miles",
|
|
690
|
+
ratio: 2,
|
|
691
|
+
bonus: 0,
|
|
692
|
+
transferMinutes: -1,
|
|
693
|
+
minimumTransfer: 1e3,
|
|
694
|
+
transferDenominator: 1e3,
|
|
695
|
+
stepBonus: {
|
|
696
|
+
bonus: 0,
|
|
697
|
+
stepThreshold: 0
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
program: "Bilt Rewards",
|
|
702
|
+
ratio: 1.5,
|
|
703
|
+
bonus: 0,
|
|
704
|
+
transferMinutes: -1,
|
|
705
|
+
minimumTransfer: 3e3,
|
|
706
|
+
transferDenominator: 1e3,
|
|
707
|
+
stepBonus: {
|
|
708
|
+
bonus: 0,
|
|
709
|
+
stepThreshold: 0
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
hotelProgram: {
|
|
714
|
+
program: "Accor Live Limitless",
|
|
715
|
+
ratio: 1,
|
|
716
|
+
bonus: 0,
|
|
717
|
+
transferMinutes: 0,
|
|
718
|
+
minimumTransfer: 0,
|
|
719
|
+
transferDenominator: 0,
|
|
720
|
+
stepBonus: {
|
|
721
|
+
bonus: 0,
|
|
722
|
+
stepThreshold: 0
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
bestValue: "points",
|
|
726
|
+
liveScrapingCheckNeeded: !1
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
hotelId: "CPTCM",
|
|
730
|
+
address: "Corner of Century Boulevard and Rialto Road, Century City, Cape Town, South Africa, 7441",
|
|
731
|
+
amenities: [
|
|
732
|
+
"Airport shuttle",
|
|
733
|
+
"Business center",
|
|
734
|
+
"Car rental desk",
|
|
735
|
+
"Fitness center",
|
|
736
|
+
"Free high-speed internet",
|
|
737
|
+
"Full service spa",
|
|
738
|
+
"High-speed internet at a price",
|
|
739
|
+
"Meeting Services App",
|
|
740
|
+
"Meeting event space",
|
|
741
|
+
"Parking",
|
|
742
|
+
"Pool",
|
|
743
|
+
"Restaurant on-site",
|
|
744
|
+
"Room service"
|
|
745
|
+
],
|
|
746
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTCM&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
747
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTCM&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
748
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTCM&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
749
|
+
cashValue: {
|
|
750
|
+
currency: "USD",
|
|
751
|
+
amount: 0
|
|
752
|
+
},
|
|
753
|
+
city: "Cape Town",
|
|
754
|
+
cityCode: "",
|
|
755
|
+
coordinates: {
|
|
756
|
+
latitude: -33.894508,
|
|
757
|
+
longitude: 18.506825
|
|
758
|
+
},
|
|
759
|
+
country: "South Africa",
|
|
760
|
+
countryCode: "ZA",
|
|
761
|
+
createdAt: "2023-06-19T18:01:42.970000",
|
|
762
|
+
description: "Ideally located in the vibrant Century City, Cape Town Marriott Hotel Crystal Towers is perfect for both business and leisure. Canal Walk is within walking distance and Cape Town's top attractions, such as Table Mountain are a short drive from the hotel.",
|
|
763
|
+
hotelGroup: "marriott",
|
|
764
|
+
hotelStatus: "",
|
|
765
|
+
images: [
|
|
766
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTCM/CPTCM0.jpg"
|
|
767
|
+
],
|
|
768
|
+
legacyCoordinates: [18.506825, -33.894508],
|
|
769
|
+
name: "Cape Town Marriott Hotel Crystal Towers",
|
|
770
|
+
points: -1,
|
|
771
|
+
reviewCount: "417",
|
|
772
|
+
reviewRating: "4.3",
|
|
773
|
+
state: "",
|
|
774
|
+
stateCode: "",
|
|
775
|
+
subdivision: "",
|
|
776
|
+
telephone: "+27 21 525 3888",
|
|
777
|
+
slugCity: "cape-town",
|
|
778
|
+
chainRating: 4,
|
|
779
|
+
imagesS3: [
|
|
780
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTCM/CPTCM0.jpg"
|
|
781
|
+
],
|
|
782
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
783
|
+
status: "archive_soon",
|
|
784
|
+
hasCalendarCash: !0,
|
|
785
|
+
cashAvailable: !0,
|
|
786
|
+
awardPoints: -1,
|
|
787
|
+
rooms: [],
|
|
788
|
+
hasCalendarPoints: !1,
|
|
789
|
+
pointsType: "unavailable",
|
|
790
|
+
premiumPointsAvailable: !1,
|
|
791
|
+
standardPointsAvailable: !1,
|
|
792
|
+
partners: [
|
|
793
|
+
{
|
|
794
|
+
program: "Bilt Rewards",
|
|
795
|
+
ratio: 1,
|
|
796
|
+
bonus: 0,
|
|
797
|
+
transferMinutes: 5,
|
|
798
|
+
minimumTransfer: 1e3,
|
|
799
|
+
transferDenominator: 1e3,
|
|
800
|
+
stepBonus: {
|
|
801
|
+
bonus: 5e3,
|
|
802
|
+
stepThreshold: 2e4
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
program: "Chase Ultimate Rewards Points",
|
|
807
|
+
ratio: 1,
|
|
808
|
+
bonus: 0.5,
|
|
809
|
+
transferMinutes: 0,
|
|
810
|
+
minimumTransfer: 1e3,
|
|
811
|
+
transferDenominator: 1e3,
|
|
812
|
+
stepBonus: {
|
|
813
|
+
bonus: 0,
|
|
814
|
+
stepThreshold: 0
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
program: "AMEX Membership Rewards Points",
|
|
819
|
+
ratio: 1,
|
|
820
|
+
bonus: 0,
|
|
821
|
+
transferMinutes: 0,
|
|
822
|
+
minimumTransfer: 1e3,
|
|
823
|
+
transferDenominator: 1e3,
|
|
824
|
+
stepBonus: {
|
|
825
|
+
bonus: 0,
|
|
826
|
+
stepThreshold: 0
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
program: "United MileagePlus",
|
|
831
|
+
ratio: 1,
|
|
832
|
+
bonus: 0,
|
|
833
|
+
transferMinutes: -1,
|
|
834
|
+
minimumTransfer: 1e3,
|
|
835
|
+
transferDenominator: 1e3,
|
|
836
|
+
stepBonus: {
|
|
837
|
+
bonus: 0,
|
|
838
|
+
stepThreshold: 0
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
program: "Marriott Vacation Club",
|
|
843
|
+
ratio: 0.025,
|
|
844
|
+
bonus: 0,
|
|
845
|
+
transferMinutes: -1,
|
|
846
|
+
minimumTransfer: 100,
|
|
847
|
+
transferDenominator: 100,
|
|
848
|
+
stepBonus: {
|
|
849
|
+
bonus: 0,
|
|
850
|
+
stepThreshold: 0
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
hotelProgram: {
|
|
855
|
+
program: "Marriott Rewards",
|
|
856
|
+
ratio: 1,
|
|
857
|
+
bonus: 0,
|
|
858
|
+
transferMinutes: 0,
|
|
859
|
+
minimumTransfer: 0,
|
|
860
|
+
transferDenominator: 0,
|
|
861
|
+
stepBonus: {
|
|
862
|
+
bonus: 0,
|
|
863
|
+
stepThreshold: 0
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
bestValue: "cash",
|
|
867
|
+
liveScrapingCheckNeeded: !1
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
hotelId: "CPTMW",
|
|
871
|
+
address: "Liesbeek Avenue off Liesbeek Parkway, Cape Town, South Africa, 7925",
|
|
872
|
+
amenities: [
|
|
873
|
+
"Airport shuttle",
|
|
874
|
+
"Free high-speed internet",
|
|
875
|
+
"High-speed internet at a price",
|
|
876
|
+
"Kitchenette",
|
|
877
|
+
"Meeting event space",
|
|
878
|
+
"Parking",
|
|
879
|
+
"Pool",
|
|
880
|
+
"Restaurant on-site",
|
|
881
|
+
"Room service"
|
|
882
|
+
],
|
|
883
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTMW&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
884
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTMW&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
885
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTMW&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
886
|
+
cashValue: {
|
|
887
|
+
currency: "USD",
|
|
888
|
+
amount: 0
|
|
889
|
+
},
|
|
890
|
+
city: "Cape Town",
|
|
891
|
+
cityCode: "",
|
|
892
|
+
coordinates: {
|
|
893
|
+
latitude: -33.93797,
|
|
894
|
+
longitude: 18.479156
|
|
895
|
+
},
|
|
896
|
+
country: "South Africa",
|
|
897
|
+
countryCode: "ZA",
|
|
898
|
+
createdAt: "2023-06-19T18:01:42.970000",
|
|
899
|
+
description: "This historical Cape Dutch Manor house is centrally located adjacent to the N2 highway and only 15 minutes from Cape Town International Airport.",
|
|
900
|
+
hotelGroup: "marriott",
|
|
901
|
+
hotelStatus: "",
|
|
902
|
+
images: [
|
|
903
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTMW/CPTMW0.jpg"
|
|
904
|
+
],
|
|
905
|
+
legacyCoordinates: [18.479156, -33.93797],
|
|
906
|
+
name: "Protea Hotel Cape Town Mowbray",
|
|
907
|
+
points: -1,
|
|
908
|
+
reviewCount: "206",
|
|
909
|
+
reviewRating: "4.5",
|
|
910
|
+
state: "",
|
|
911
|
+
stateCode: "",
|
|
912
|
+
subdivision: "",
|
|
913
|
+
telephone: "+27 21 442 5300",
|
|
914
|
+
slugCity: "cape-town",
|
|
915
|
+
chainRating: 3,
|
|
916
|
+
imagesS3: [
|
|
917
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTMW/CPTMW0.jpg"
|
|
918
|
+
],
|
|
919
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
920
|
+
status: "archive_soon",
|
|
921
|
+
hasCalendarCash: !0,
|
|
922
|
+
cashAvailable: !0,
|
|
923
|
+
awardPoints: -1,
|
|
924
|
+
rooms: [],
|
|
925
|
+
hasCalendarPoints: !1,
|
|
926
|
+
pointsType: "unavailable",
|
|
927
|
+
premiumPointsAvailable: !1,
|
|
928
|
+
standardPointsAvailable: !1,
|
|
929
|
+
partners: [
|
|
930
|
+
{
|
|
931
|
+
program: "Bilt Rewards",
|
|
932
|
+
ratio: 1,
|
|
933
|
+
bonus: 0,
|
|
934
|
+
transferMinutes: 5,
|
|
935
|
+
minimumTransfer: 1e3,
|
|
936
|
+
transferDenominator: 1e3,
|
|
937
|
+
stepBonus: {
|
|
938
|
+
bonus: 5e3,
|
|
939
|
+
stepThreshold: 2e4
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
program: "Chase Ultimate Rewards Points",
|
|
944
|
+
ratio: 1,
|
|
945
|
+
bonus: 0.5,
|
|
946
|
+
transferMinutes: 0,
|
|
947
|
+
minimumTransfer: 1e3,
|
|
948
|
+
transferDenominator: 1e3,
|
|
949
|
+
stepBonus: {
|
|
950
|
+
bonus: 0,
|
|
951
|
+
stepThreshold: 0
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
program: "AMEX Membership Rewards Points",
|
|
956
|
+
ratio: 1,
|
|
957
|
+
bonus: 0,
|
|
958
|
+
transferMinutes: 0,
|
|
959
|
+
minimumTransfer: 1e3,
|
|
960
|
+
transferDenominator: 1e3,
|
|
961
|
+
stepBonus: {
|
|
962
|
+
bonus: 0,
|
|
963
|
+
stepThreshold: 0
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
program: "United MileagePlus",
|
|
968
|
+
ratio: 1,
|
|
969
|
+
bonus: 0,
|
|
970
|
+
transferMinutes: -1,
|
|
971
|
+
minimumTransfer: 1e3,
|
|
972
|
+
transferDenominator: 1e3,
|
|
973
|
+
stepBonus: {
|
|
974
|
+
bonus: 0,
|
|
975
|
+
stepThreshold: 0
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
program: "Marriott Vacation Club",
|
|
980
|
+
ratio: 0.025,
|
|
981
|
+
bonus: 0,
|
|
982
|
+
transferMinutes: -1,
|
|
983
|
+
minimumTransfer: 100,
|
|
984
|
+
transferDenominator: 100,
|
|
985
|
+
stepBonus: {
|
|
986
|
+
bonus: 0,
|
|
987
|
+
stepThreshold: 0
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
hotelProgram: {
|
|
992
|
+
program: "Marriott Rewards",
|
|
993
|
+
ratio: 1,
|
|
994
|
+
bonus: 0,
|
|
995
|
+
transferMinutes: 0,
|
|
996
|
+
minimumTransfer: 0,
|
|
997
|
+
transferDenominator: 0,
|
|
998
|
+
stepBonus: {
|
|
999
|
+
bonus: 0,
|
|
1000
|
+
stepThreshold: 0
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
bestValue: "cash",
|
|
1004
|
+
liveScrapingCheckNeeded: !1
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
hotelId: "CPTSP",
|
|
1008
|
+
address: "Arthur's Road, Sea Point, Cape Town, South Africa, 8005",
|
|
1009
|
+
amenities: [
|
|
1010
|
+
"Airport shuttle",
|
|
1011
|
+
"Fitness center",
|
|
1012
|
+
"Free high-speed internet",
|
|
1013
|
+
"High-speed internet at a price",
|
|
1014
|
+
"Meeting event space",
|
|
1015
|
+
"Parking",
|
|
1016
|
+
"Pool",
|
|
1017
|
+
"Restaurant on-site",
|
|
1018
|
+
"Room service"
|
|
1019
|
+
],
|
|
1020
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTSP&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1021
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTSP&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1022
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTSP&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
1023
|
+
cashValue: {
|
|
1024
|
+
currency: "USD",
|
|
1025
|
+
amount: 0
|
|
1026
|
+
},
|
|
1027
|
+
city: "Cape Town",
|
|
1028
|
+
cityCode: "",
|
|
1029
|
+
coordinates: {
|
|
1030
|
+
latitude: -33.917294,
|
|
1031
|
+
longitude: 18.388131
|
|
1032
|
+
},
|
|
1033
|
+
country: "South Africa",
|
|
1034
|
+
countryCode: "ZA",
|
|
1035
|
+
createdAt: "2023-06-19T18:01:42.971000",
|
|
1036
|
+
description: "Situated in the heart of a Sea Point and centrally located to the CBD, beaches and Table Mountain.",
|
|
1037
|
+
hotelGroup: "marriott",
|
|
1038
|
+
hotelStatus: "",
|
|
1039
|
+
images: [
|
|
1040
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTSP/CPTSP0.jpg"
|
|
1041
|
+
],
|
|
1042
|
+
legacyCoordinates: [18.388131, -33.917294],
|
|
1043
|
+
name: "Protea Hotel Cape Town Sea Point",
|
|
1044
|
+
points: -1,
|
|
1045
|
+
reviewCount: "286",
|
|
1046
|
+
reviewRating: "3.8",
|
|
1047
|
+
state: "",
|
|
1048
|
+
stateCode: "",
|
|
1049
|
+
subdivision: "",
|
|
1050
|
+
telephone: "+27 21 434 3344",
|
|
1051
|
+
slugCity: "cape-town",
|
|
1052
|
+
chainRating: 3,
|
|
1053
|
+
imagesS3: [
|
|
1054
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTSP/CPTSP0.jpg"
|
|
1055
|
+
],
|
|
1056
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
1057
|
+
status: "archive_soon",
|
|
1058
|
+
hasCalendarCash: !0,
|
|
1059
|
+
cashAvailable: !0,
|
|
1060
|
+
awardPoints: -1,
|
|
1061
|
+
rooms: [],
|
|
1062
|
+
hasCalendarPoints: !1,
|
|
1063
|
+
pointsType: "unavailable",
|
|
1064
|
+
premiumPointsAvailable: !1,
|
|
1065
|
+
standardPointsAvailable: !1,
|
|
1066
|
+
partners: [
|
|
1067
|
+
{
|
|
1068
|
+
program: "Bilt Rewards",
|
|
1069
|
+
ratio: 1,
|
|
1070
|
+
bonus: 0,
|
|
1071
|
+
transferMinutes: 5,
|
|
1072
|
+
minimumTransfer: 1e3,
|
|
1073
|
+
transferDenominator: 1e3,
|
|
1074
|
+
stepBonus: {
|
|
1075
|
+
bonus: 5e3,
|
|
1076
|
+
stepThreshold: 2e4
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
program: "Chase Ultimate Rewards Points",
|
|
1081
|
+
ratio: 1,
|
|
1082
|
+
bonus: 0.5,
|
|
1083
|
+
transferMinutes: 0,
|
|
1084
|
+
minimumTransfer: 1e3,
|
|
1085
|
+
transferDenominator: 1e3,
|
|
1086
|
+
stepBonus: {
|
|
1087
|
+
bonus: 0,
|
|
1088
|
+
stepThreshold: 0
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
program: "AMEX Membership Rewards Points",
|
|
1093
|
+
ratio: 1,
|
|
1094
|
+
bonus: 0,
|
|
1095
|
+
transferMinutes: 0,
|
|
1096
|
+
minimumTransfer: 1e3,
|
|
1097
|
+
transferDenominator: 1e3,
|
|
1098
|
+
stepBonus: {
|
|
1099
|
+
bonus: 0,
|
|
1100
|
+
stepThreshold: 0
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
program: "United MileagePlus",
|
|
1105
|
+
ratio: 1,
|
|
1106
|
+
bonus: 0,
|
|
1107
|
+
transferMinutes: -1,
|
|
1108
|
+
minimumTransfer: 1e3,
|
|
1109
|
+
transferDenominator: 1e3,
|
|
1110
|
+
stepBonus: {
|
|
1111
|
+
bonus: 0,
|
|
1112
|
+
stepThreshold: 0
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
program: "Marriott Vacation Club",
|
|
1117
|
+
ratio: 0.025,
|
|
1118
|
+
bonus: 0,
|
|
1119
|
+
transferMinutes: -1,
|
|
1120
|
+
minimumTransfer: 100,
|
|
1121
|
+
transferDenominator: 100,
|
|
1122
|
+
stepBonus: {
|
|
1123
|
+
bonus: 0,
|
|
1124
|
+
stepThreshold: 0
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
],
|
|
1128
|
+
hotelProgram: {
|
|
1129
|
+
program: "Marriott Rewards",
|
|
1130
|
+
ratio: 1,
|
|
1131
|
+
bonus: 0,
|
|
1132
|
+
transferMinutes: 0,
|
|
1133
|
+
minimumTransfer: 0,
|
|
1134
|
+
transferDenominator: 0,
|
|
1135
|
+
stepBonus: {
|
|
1136
|
+
bonus: 0,
|
|
1137
|
+
stepThreshold: 0
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
bestValue: "cash",
|
|
1141
|
+
liveScrapingCheckNeeded: !1
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
hotelId: "CPTBR",
|
|
1145
|
+
address: "Portswood Road, V & A Waterfront, Cape Town, South Africa, 8001",
|
|
1146
|
+
amenities: [
|
|
1147
|
+
"Business center",
|
|
1148
|
+
"Fitness center",
|
|
1149
|
+
"Free high-speed internet",
|
|
1150
|
+
"Full service spa",
|
|
1151
|
+
"High-speed internet at a price",
|
|
1152
|
+
"Meeting event space",
|
|
1153
|
+
"Parking",
|
|
1154
|
+
"Restaurant on-site",
|
|
1155
|
+
"Room service"
|
|
1156
|
+
],
|
|
1157
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTBR&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1158
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTBR&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1159
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTBR&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
1160
|
+
cashValue: {
|
|
1161
|
+
currency: "USD",
|
|
1162
|
+
amount: 0
|
|
1163
|
+
},
|
|
1164
|
+
city: "Cape Town",
|
|
1165
|
+
cityCode: "",
|
|
1166
|
+
coordinates: {
|
|
1167
|
+
latitude: -33.907227,
|
|
1168
|
+
longitude: 18.415411
|
|
1169
|
+
},
|
|
1170
|
+
country: "South Africa",
|
|
1171
|
+
countryCode: "ZA",
|
|
1172
|
+
createdAt: "2023-06-19T18:01:42.972000",
|
|
1173
|
+
description: "Protea Hotel Cape Town Waterfront Breakwater Lodge situates you on the V&A Waterfront, providing spectacular views of Table Mountain and the V&A Waterfront. We're conveniently located near Cape Town International Convention Centre.",
|
|
1174
|
+
hotelGroup: "marriott",
|
|
1175
|
+
hotelStatus: "",
|
|
1176
|
+
images: [
|
|
1177
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTBR/CPTBR0.jpg"
|
|
1178
|
+
],
|
|
1179
|
+
legacyCoordinates: [18.415411, -33.907227],
|
|
1180
|
+
name: "Protea Hotel Cape Town Waterfront Breakwater Lodge",
|
|
1181
|
+
points: -1,
|
|
1182
|
+
reviewCount: "453",
|
|
1183
|
+
reviewRating: "4.1",
|
|
1184
|
+
state: "",
|
|
1185
|
+
stateCode: "",
|
|
1186
|
+
subdivision: "",
|
|
1187
|
+
telephone: "+27 21 406 1911",
|
|
1188
|
+
slugCity: "cape-town",
|
|
1189
|
+
chainRating: 3,
|
|
1190
|
+
imagesS3: [
|
|
1191
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTBR/CPTBR0.jpg"
|
|
1192
|
+
],
|
|
1193
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
1194
|
+
status: "active",
|
|
1195
|
+
hasCalendarCash: !0,
|
|
1196
|
+
cashAvailable: !0,
|
|
1197
|
+
awardPoints: -1,
|
|
1198
|
+
rooms: [],
|
|
1199
|
+
hasCalendarPoints: !1,
|
|
1200
|
+
pointsType: "unavailable",
|
|
1201
|
+
premiumPointsAvailable: !1,
|
|
1202
|
+
standardPointsAvailable: !1,
|
|
1203
|
+
partners: [
|
|
1204
|
+
{
|
|
1205
|
+
program: "Bilt Rewards",
|
|
1206
|
+
ratio: 1,
|
|
1207
|
+
bonus: 0,
|
|
1208
|
+
transferMinutes: 5,
|
|
1209
|
+
minimumTransfer: 1e3,
|
|
1210
|
+
transferDenominator: 1e3,
|
|
1211
|
+
stepBonus: {
|
|
1212
|
+
bonus: 5e3,
|
|
1213
|
+
stepThreshold: 2e4
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
program: "Chase Ultimate Rewards Points",
|
|
1218
|
+
ratio: 1,
|
|
1219
|
+
bonus: 0.5,
|
|
1220
|
+
transferMinutes: 0,
|
|
1221
|
+
minimumTransfer: 1e3,
|
|
1222
|
+
transferDenominator: 1e3,
|
|
1223
|
+
stepBonus: {
|
|
1224
|
+
bonus: 0,
|
|
1225
|
+
stepThreshold: 0
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
program: "AMEX Membership Rewards Points",
|
|
1230
|
+
ratio: 1,
|
|
1231
|
+
bonus: 0,
|
|
1232
|
+
transferMinutes: 0,
|
|
1233
|
+
minimumTransfer: 1e3,
|
|
1234
|
+
transferDenominator: 1e3,
|
|
1235
|
+
stepBonus: {
|
|
1236
|
+
bonus: 0,
|
|
1237
|
+
stepThreshold: 0
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
program: "United MileagePlus",
|
|
1242
|
+
ratio: 1,
|
|
1243
|
+
bonus: 0,
|
|
1244
|
+
transferMinutes: -1,
|
|
1245
|
+
minimumTransfer: 1e3,
|
|
1246
|
+
transferDenominator: 1e3,
|
|
1247
|
+
stepBonus: {
|
|
1248
|
+
bonus: 0,
|
|
1249
|
+
stepThreshold: 0
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
program: "Marriott Vacation Club",
|
|
1254
|
+
ratio: 0.025,
|
|
1255
|
+
bonus: 0,
|
|
1256
|
+
transferMinutes: -1,
|
|
1257
|
+
minimumTransfer: 100,
|
|
1258
|
+
transferDenominator: 100,
|
|
1259
|
+
stepBonus: {
|
|
1260
|
+
bonus: 0,
|
|
1261
|
+
stepThreshold: 0
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
],
|
|
1265
|
+
hotelProgram: {
|
|
1266
|
+
program: "Marriott Rewards",
|
|
1267
|
+
ratio: 1,
|
|
1268
|
+
bonus: 0,
|
|
1269
|
+
transferMinutes: 0,
|
|
1270
|
+
minimumTransfer: 0,
|
|
1271
|
+
transferDenominator: 0,
|
|
1272
|
+
stepBonus: {
|
|
1273
|
+
bonus: 0,
|
|
1274
|
+
stepThreshold: 0
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
bestValue: "cash",
|
|
1278
|
+
liveScrapingCheckNeeded: !1
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
hotelId: "CPTAR",
|
|
1282
|
+
address: "Dockrail Road, Foreshore, Cape Town, South Africa, 8001",
|
|
1283
|
+
amenities: [
|
|
1284
|
+
"Business center",
|
|
1285
|
+
"Fitness center",
|
|
1286
|
+
"Free high-speed internet",
|
|
1287
|
+
"High-speed internet at a price",
|
|
1288
|
+
"Meeting event space",
|
|
1289
|
+
"Parking",
|
|
1290
|
+
"Pool",
|
|
1291
|
+
"Restaurant on-site"
|
|
1292
|
+
],
|
|
1293
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTAR&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1294
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTAR&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1295
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTAR&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
1296
|
+
cashValue: {
|
|
1297
|
+
currency: "USD",
|
|
1298
|
+
amount: 118
|
|
1299
|
+
},
|
|
1300
|
+
city: "Cape Town",
|
|
1301
|
+
cityCode: "",
|
|
1302
|
+
coordinates: {
|
|
1303
|
+
latitude: -33.913028,
|
|
1304
|
+
longitude: 18.425344
|
|
1305
|
+
},
|
|
1306
|
+
country: "South Africa",
|
|
1307
|
+
countryCode: "ZA",
|
|
1308
|
+
createdAt: "2023-06-19T18:01:42.969000",
|
|
1309
|
+
description: "Just a 25-minute drive from Cape Town International Airport, the hotel is located minutes away from the buzzing Victoria & Alfred Waterfront and the Cape Town International Convention Centre, making it an ideal location for leisure and business alike.",
|
|
1310
|
+
hotelGroup: "marriott",
|
|
1311
|
+
hotelStatus: "",
|
|
1312
|
+
images: [
|
|
1313
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTAR/CPTAR0.jpg"
|
|
1314
|
+
],
|
|
1315
|
+
legacyCoordinates: [18.425344, -33.913028],
|
|
1316
|
+
name: "AC Hotel Cape Town Waterfront",
|
|
1317
|
+
points: 12e3,
|
|
1318
|
+
reviewCount: "301",
|
|
1319
|
+
reviewRating: "4.5",
|
|
1320
|
+
state: "",
|
|
1321
|
+
stateCode: "",
|
|
1322
|
+
subdivision: "",
|
|
1323
|
+
telephone: "+27 21 137 1100",
|
|
1324
|
+
slugCity: "cape-town",
|
|
1325
|
+
chainRating: 3,
|
|
1326
|
+
imagesS3: [
|
|
1327
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTAR/CPTAR0.jpg"
|
|
1328
|
+
],
|
|
1329
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
1330
|
+
status: "archive_soon",
|
|
1331
|
+
hasCalendarCash: !0,
|
|
1332
|
+
cashAvailable: !0,
|
|
1333
|
+
awardPoints: 12e3,
|
|
1334
|
+
rooms: [],
|
|
1335
|
+
hasCalendarPoints: !0,
|
|
1336
|
+
pointsType: "standard",
|
|
1337
|
+
premiumPointsAvailable: !1,
|
|
1338
|
+
standardPointsAvailable: !0,
|
|
1339
|
+
partners: [
|
|
1340
|
+
{
|
|
1341
|
+
program: "Bilt Rewards",
|
|
1342
|
+
ratio: 1,
|
|
1343
|
+
bonus: 0,
|
|
1344
|
+
transferMinutes: 5,
|
|
1345
|
+
minimumTransfer: 1e3,
|
|
1346
|
+
transferDenominator: 1e3,
|
|
1347
|
+
stepBonus: {
|
|
1348
|
+
bonus: 5e3,
|
|
1349
|
+
stepThreshold: 2e4
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
program: "Chase Ultimate Rewards Points",
|
|
1354
|
+
ratio: 1,
|
|
1355
|
+
bonus: 0.5,
|
|
1356
|
+
transferMinutes: 0,
|
|
1357
|
+
minimumTransfer: 1e3,
|
|
1358
|
+
transferDenominator: 1e3,
|
|
1359
|
+
stepBonus: {
|
|
1360
|
+
bonus: 0,
|
|
1361
|
+
stepThreshold: 0
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
program: "AMEX Membership Rewards Points",
|
|
1366
|
+
ratio: 1,
|
|
1367
|
+
bonus: 0,
|
|
1368
|
+
transferMinutes: 0,
|
|
1369
|
+
minimumTransfer: 1e3,
|
|
1370
|
+
transferDenominator: 1e3,
|
|
1371
|
+
stepBonus: {
|
|
1372
|
+
bonus: 0,
|
|
1373
|
+
stepThreshold: 0
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
program: "United MileagePlus",
|
|
1378
|
+
ratio: 1,
|
|
1379
|
+
bonus: 0,
|
|
1380
|
+
transferMinutes: -1,
|
|
1381
|
+
minimumTransfer: 1e3,
|
|
1382
|
+
transferDenominator: 1e3,
|
|
1383
|
+
stepBonus: {
|
|
1384
|
+
bonus: 0,
|
|
1385
|
+
stepThreshold: 0
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
program: "Marriott Vacation Club",
|
|
1390
|
+
ratio: 0.025,
|
|
1391
|
+
bonus: 0,
|
|
1392
|
+
transferMinutes: -1,
|
|
1393
|
+
minimumTransfer: 100,
|
|
1394
|
+
transferDenominator: 100,
|
|
1395
|
+
stepBonus: {
|
|
1396
|
+
bonus: 0,
|
|
1397
|
+
stepThreshold: 0
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
hotelProgram: {
|
|
1402
|
+
program: "Marriott Rewards",
|
|
1403
|
+
ratio: 1,
|
|
1404
|
+
bonus: 0,
|
|
1405
|
+
transferMinutes: 0,
|
|
1406
|
+
minimumTransfer: 0,
|
|
1407
|
+
transferDenominator: 0,
|
|
1408
|
+
stepBonus: {
|
|
1409
|
+
bonus: 0,
|
|
1410
|
+
stepThreshold: 0
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
bestValue: "points",
|
|
1414
|
+
liveScrapingCheckNeeded: !1
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
hotelId: "CPTWI",
|
|
1418
|
+
address: "Convention Square, Lower Long Street, Cape Town, South Africa, 8000",
|
|
1419
|
+
amenities: [
|
|
1420
|
+
"Airport shuttle",
|
|
1421
|
+
"Certified meeting planner",
|
|
1422
|
+
"Fitness center",
|
|
1423
|
+
"Free breakfast",
|
|
1424
|
+
"Free high-speed internet",
|
|
1425
|
+
"Full service spa",
|
|
1426
|
+
"High-speed internet at a price",
|
|
1427
|
+
"Meeting event space",
|
|
1428
|
+
"Parking",
|
|
1429
|
+
"Pool",
|
|
1430
|
+
"Restaurant on-site",
|
|
1431
|
+
"Room service",
|
|
1432
|
+
"Whirlpool in Room",
|
|
1433
|
+
"Whirlpool on Site"
|
|
1434
|
+
],
|
|
1435
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTWI&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1436
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTWI&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1437
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTWI&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
1438
|
+
cashValue: {
|
|
1439
|
+
currency: "USD",
|
|
1440
|
+
amount: 314
|
|
1441
|
+
},
|
|
1442
|
+
city: "Cape Town",
|
|
1443
|
+
cityCode: "",
|
|
1444
|
+
coordinates: {
|
|
1445
|
+
latitude: -33.915336,
|
|
1446
|
+
longitude: 18.425725
|
|
1447
|
+
},
|
|
1448
|
+
country: "South Africa",
|
|
1449
|
+
countryCode: "ZA",
|
|
1450
|
+
createdAt: "2023-06-19T18:01:42.974000",
|
|
1451
|
+
description: "The Westin Cape Town is located 19 km from the CPT International Airport, 3 km from the V&A Waterfront and adjacent to the Cape Town International Convention Centre (CTICC).",
|
|
1452
|
+
hotelGroup: "marriott",
|
|
1453
|
+
hotelStatus: "",
|
|
1454
|
+
images: [
|
|
1455
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTWI/CPTWI0.jpg"
|
|
1456
|
+
],
|
|
1457
|
+
legacyCoordinates: [18.425725, -33.915336],
|
|
1458
|
+
name: "The Westin Cape Town",
|
|
1459
|
+
points: 25800,
|
|
1460
|
+
reviewCount: "",
|
|
1461
|
+
reviewRating: null,
|
|
1462
|
+
state: "",
|
|
1463
|
+
stateCode: "",
|
|
1464
|
+
subdivision: "",
|
|
1465
|
+
telephone: "+27 21 412 9999",
|
|
1466
|
+
slugCity: "cape-town",
|
|
1467
|
+
chainRating: 4,
|
|
1468
|
+
imagesS3: [
|
|
1469
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTWI/CPTWI0.jpg"
|
|
1470
|
+
],
|
|
1471
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
1472
|
+
status: "archive_soon",
|
|
1473
|
+
hasCalendarCash: !0,
|
|
1474
|
+
cashAvailable: !0,
|
|
1475
|
+
awardPoints: 25800,
|
|
1476
|
+
rooms: [],
|
|
1477
|
+
hasCalendarPoints: !0,
|
|
1478
|
+
pointsType: "standard",
|
|
1479
|
+
premiumPointsAvailable: !1,
|
|
1480
|
+
standardPointsAvailable: !0,
|
|
1481
|
+
partners: [
|
|
1482
|
+
{
|
|
1483
|
+
program: "Bilt Rewards",
|
|
1484
|
+
ratio: 1,
|
|
1485
|
+
bonus: 0,
|
|
1486
|
+
transferMinutes: 5,
|
|
1487
|
+
minimumTransfer: 1e3,
|
|
1488
|
+
transferDenominator: 1e3,
|
|
1489
|
+
stepBonus: {
|
|
1490
|
+
bonus: 5e3,
|
|
1491
|
+
stepThreshold: 2e4
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
program: "Chase Ultimate Rewards Points",
|
|
1496
|
+
ratio: 1,
|
|
1497
|
+
bonus: 0.5,
|
|
1498
|
+
transferMinutes: 0,
|
|
1499
|
+
minimumTransfer: 1e3,
|
|
1500
|
+
transferDenominator: 1e3,
|
|
1501
|
+
stepBonus: {
|
|
1502
|
+
bonus: 0,
|
|
1503
|
+
stepThreshold: 0
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
program: "AMEX Membership Rewards Points",
|
|
1508
|
+
ratio: 1,
|
|
1509
|
+
bonus: 0,
|
|
1510
|
+
transferMinutes: 0,
|
|
1511
|
+
minimumTransfer: 1e3,
|
|
1512
|
+
transferDenominator: 1e3,
|
|
1513
|
+
stepBonus: {
|
|
1514
|
+
bonus: 0,
|
|
1515
|
+
stepThreshold: 0
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
program: "United MileagePlus",
|
|
1520
|
+
ratio: 1,
|
|
1521
|
+
bonus: 0,
|
|
1522
|
+
transferMinutes: -1,
|
|
1523
|
+
minimumTransfer: 1e3,
|
|
1524
|
+
transferDenominator: 1e3,
|
|
1525
|
+
stepBonus: {
|
|
1526
|
+
bonus: 0,
|
|
1527
|
+
stepThreshold: 0
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
program: "Marriott Vacation Club",
|
|
1532
|
+
ratio: 0.025,
|
|
1533
|
+
bonus: 0,
|
|
1534
|
+
transferMinutes: -1,
|
|
1535
|
+
minimumTransfer: 100,
|
|
1536
|
+
transferDenominator: 100,
|
|
1537
|
+
stepBonus: {
|
|
1538
|
+
bonus: 0,
|
|
1539
|
+
stepThreshold: 0
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
hotelProgram: {
|
|
1544
|
+
program: "Marriott Rewards",
|
|
1545
|
+
ratio: 1,
|
|
1546
|
+
bonus: 0,
|
|
1547
|
+
transferMinutes: 0,
|
|
1548
|
+
minimumTransfer: 0,
|
|
1549
|
+
transferDenominator: 0,
|
|
1550
|
+
stepBonus: {
|
|
1551
|
+
bonus: 0,
|
|
1552
|
+
stepThreshold: 0
|
|
1553
|
+
}
|
|
1554
|
+
},
|
|
1555
|
+
bestValue: "points",
|
|
1556
|
+
liveScrapingCheckNeeded: !1
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
hotelId: "CPTCF",
|
|
1560
|
+
address: "64 New Church Street, Tamboerskloof, Cape Town, South Africa, 8018",
|
|
1561
|
+
amenities: [
|
|
1562
|
+
"Airport shuttle",
|
|
1563
|
+
"Certified meeting planner",
|
|
1564
|
+
"Fitness center",
|
|
1565
|
+
"Free high-speed internet",
|
|
1566
|
+
"Full service spa",
|
|
1567
|
+
"High-speed internet at a price",
|
|
1568
|
+
"Kitchenette",
|
|
1569
|
+
"Meeting event space",
|
|
1570
|
+
"Parking",
|
|
1571
|
+
"Pool",
|
|
1572
|
+
"Restaurant on-site"
|
|
1573
|
+
],
|
|
1574
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTCF&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1575
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTCF&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1576
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTCF&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
1577
|
+
cashValue: {
|
|
1578
|
+
currency: "USD",
|
|
1579
|
+
amount: 62
|
|
1580
|
+
},
|
|
1581
|
+
city: "Cape Town",
|
|
1582
|
+
cityCode: "",
|
|
1583
|
+
coordinates: {
|
|
1584
|
+
latitude: -33.926706,
|
|
1585
|
+
longitude: 18.411926
|
|
1586
|
+
},
|
|
1587
|
+
country: "South Africa",
|
|
1588
|
+
countryCode: "ZA",
|
|
1589
|
+
createdAt: "2023-06-19T18:01:42.973000",
|
|
1590
|
+
description: "Experience the sights and sounds of the city from Protea Hotel Fire & Ice! Cape Town. We're situated in vibrant Tamboerskloof, moments from notable landmarks in the city center, and near attractions like Table Mountain, the V&A Waterfront and Camps Bay.",
|
|
1591
|
+
hotelGroup: "marriott",
|
|
1592
|
+
hotelStatus: "",
|
|
1593
|
+
images: [
|
|
1594
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTCF/CPTCF0.jpg"
|
|
1595
|
+
],
|
|
1596
|
+
legacyCoordinates: [18.411926, -33.926706],
|
|
1597
|
+
name: "Protea Hotel Fire & Ice! Cape Town",
|
|
1598
|
+
points: -1,
|
|
1599
|
+
reviewCount: "333",
|
|
1600
|
+
reviewRating: "4.3",
|
|
1601
|
+
state: "",
|
|
1602
|
+
stateCode: "",
|
|
1603
|
+
subdivision: "",
|
|
1604
|
+
telephone: "+27 21 488 2555",
|
|
1605
|
+
slugCity: "cape-town",
|
|
1606
|
+
chainRating: 3,
|
|
1607
|
+
imagesS3: [
|
|
1608
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTCF/CPTCF0.jpg"
|
|
1609
|
+
],
|
|
1610
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
1611
|
+
status: "archive_soon",
|
|
1612
|
+
hasCalendarCash: !0,
|
|
1613
|
+
cashAvailable: !0,
|
|
1614
|
+
awardPoints: -1,
|
|
1615
|
+
rooms: [],
|
|
1616
|
+
hasCalendarPoints: !1,
|
|
1617
|
+
pointsType: "unavailable",
|
|
1618
|
+
premiumPointsAvailable: !1,
|
|
1619
|
+
standardPointsAvailable: !1,
|
|
1620
|
+
partners: [
|
|
1621
|
+
{
|
|
1622
|
+
program: "Bilt Rewards",
|
|
1623
|
+
ratio: 1,
|
|
1624
|
+
bonus: 0,
|
|
1625
|
+
transferMinutes: 5,
|
|
1626
|
+
minimumTransfer: 1e3,
|
|
1627
|
+
transferDenominator: 1e3,
|
|
1628
|
+
stepBonus: {
|
|
1629
|
+
bonus: 5e3,
|
|
1630
|
+
stepThreshold: 2e4
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
program: "Chase Ultimate Rewards Points",
|
|
1635
|
+
ratio: 1,
|
|
1636
|
+
bonus: 0.5,
|
|
1637
|
+
transferMinutes: 0,
|
|
1638
|
+
minimumTransfer: 1e3,
|
|
1639
|
+
transferDenominator: 1e3,
|
|
1640
|
+
stepBonus: {
|
|
1641
|
+
bonus: 0,
|
|
1642
|
+
stepThreshold: 0
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
program: "AMEX Membership Rewards Points",
|
|
1647
|
+
ratio: 1,
|
|
1648
|
+
bonus: 0,
|
|
1649
|
+
transferMinutes: 0,
|
|
1650
|
+
minimumTransfer: 1e3,
|
|
1651
|
+
transferDenominator: 1e3,
|
|
1652
|
+
stepBonus: {
|
|
1653
|
+
bonus: 0,
|
|
1654
|
+
stepThreshold: 0
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
program: "United MileagePlus",
|
|
1659
|
+
ratio: 1,
|
|
1660
|
+
bonus: 0,
|
|
1661
|
+
transferMinutes: -1,
|
|
1662
|
+
minimumTransfer: 1e3,
|
|
1663
|
+
transferDenominator: 1e3,
|
|
1664
|
+
stepBonus: {
|
|
1665
|
+
bonus: 0,
|
|
1666
|
+
stepThreshold: 0
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
program: "Marriott Vacation Club",
|
|
1671
|
+
ratio: 0.025,
|
|
1672
|
+
bonus: 0,
|
|
1673
|
+
transferMinutes: -1,
|
|
1674
|
+
minimumTransfer: 100,
|
|
1675
|
+
transferDenominator: 100,
|
|
1676
|
+
stepBonus: {
|
|
1677
|
+
bonus: 0,
|
|
1678
|
+
stepThreshold: 0
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
],
|
|
1682
|
+
hotelProgram: {
|
|
1683
|
+
program: "Marriott Rewards",
|
|
1684
|
+
ratio: 1,
|
|
1685
|
+
bonus: 0,
|
|
1686
|
+
transferMinutes: 0,
|
|
1687
|
+
minimumTransfer: 0,
|
|
1688
|
+
transferDenominator: 0,
|
|
1689
|
+
stepBonus: {
|
|
1690
|
+
bonus: 0,
|
|
1691
|
+
stepThreshold: 0
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
bestValue: "cash",
|
|
1695
|
+
liveScrapingCheckNeeded: !1
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
hotelId: "CPTNW",
|
|
1699
|
+
address: "1 Lower Bree Street, Foreshore, Cape Town, South Africa, 8002",
|
|
1700
|
+
amenities: [
|
|
1701
|
+
"Airport shuttle",
|
|
1702
|
+
"Business center",
|
|
1703
|
+
"Certified meeting planner",
|
|
1704
|
+
"Fitness center",
|
|
1705
|
+
"Free high-speed internet",
|
|
1706
|
+
"High-speed internet at a price",
|
|
1707
|
+
"Kitchen",
|
|
1708
|
+
"Meeting event space",
|
|
1709
|
+
"Parking",
|
|
1710
|
+
"Pool",
|
|
1711
|
+
"Restaurant on-site",
|
|
1712
|
+
"Room service"
|
|
1713
|
+
],
|
|
1714
|
+
bookingLink: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTNW&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1715
|
+
bookingLinkCash: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTNW&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025",
|
|
1716
|
+
bookingLinkPoints: "https://www.marriott.com/reservation/availabilitySearch.mi?propertyCode=CPTNW&fromDate=05%2F06%2F2025&toDate=05%2F07%2F2025&useRewardsPoints=true",
|
|
1717
|
+
cashValue: {
|
|
1718
|
+
currency: "USD",
|
|
1719
|
+
amount: 87
|
|
1720
|
+
},
|
|
1721
|
+
city: "Cape Town",
|
|
1722
|
+
cityCode: "",
|
|
1723
|
+
coordinates: {
|
|
1724
|
+
latitude: -33.916373,
|
|
1725
|
+
longitude: 18.424045
|
|
1726
|
+
},
|
|
1727
|
+
country: "South Africa",
|
|
1728
|
+
countryCode: "ZA",
|
|
1729
|
+
createdAt: "2023-06-19T18:01:42.971000",
|
|
1730
|
+
description: "Protea Hotel Cape Town North Wharf is conveniently located within the CBD of Cape Town, moments from the CTICC and very close proximity to V&A Waterfront and Table Mountain. The hotel has easy access to the major N1 and N2 highways.",
|
|
1731
|
+
hotelGroup: "marriott",
|
|
1732
|
+
hotelStatus: "",
|
|
1733
|
+
images: [
|
|
1734
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTNW/CPTNW0.jpg"
|
|
1735
|
+
],
|
|
1736
|
+
legacyCoordinates: [18.424045, -33.916373],
|
|
1737
|
+
name: "Protea Hotel Cape Town North Wharf",
|
|
1738
|
+
points: -1,
|
|
1739
|
+
reviewCount: "221",
|
|
1740
|
+
reviewRating: "4.6",
|
|
1741
|
+
state: "",
|
|
1742
|
+
stateCode: "",
|
|
1743
|
+
subdivision: "",
|
|
1744
|
+
telephone: "+27 21 443 4600",
|
|
1745
|
+
slugCity: "cape-town",
|
|
1746
|
+
chainRating: 3,
|
|
1747
|
+
imagesS3: [
|
|
1748
|
+
"https://awayz.s3.amazonaws.com/hotel_images/marriott/CPTNW/CPTNW0.jpg"
|
|
1749
|
+
],
|
|
1750
|
+
writeAt: "2023-10-18T16:25:31.817000",
|
|
1751
|
+
status: "archive_soon",
|
|
1752
|
+
hasCalendarCash: !0,
|
|
1753
|
+
cashAvailable: !0,
|
|
1754
|
+
awardPoints: -1,
|
|
1755
|
+
rooms: [],
|
|
1756
|
+
hasCalendarPoints: !1,
|
|
1757
|
+
pointsType: "unavailable",
|
|
1758
|
+
premiumPointsAvailable: !1,
|
|
1759
|
+
standardPointsAvailable: !1,
|
|
1760
|
+
partners: [
|
|
1761
|
+
{
|
|
1762
|
+
program: "Bilt Rewards",
|
|
1763
|
+
ratio: 1,
|
|
1764
|
+
bonus: 0,
|
|
1765
|
+
transferMinutes: 5,
|
|
1766
|
+
minimumTransfer: 1e3,
|
|
1767
|
+
transferDenominator: 1e3,
|
|
1768
|
+
stepBonus: {
|
|
1769
|
+
bonus: 5e3,
|
|
1770
|
+
stepThreshold: 2e4
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
program: "Chase Ultimate Rewards Points",
|
|
1775
|
+
ratio: 1,
|
|
1776
|
+
bonus: 0.5,
|
|
1777
|
+
transferMinutes: 0,
|
|
1778
|
+
minimumTransfer: 1e3,
|
|
1779
|
+
transferDenominator: 1e3,
|
|
1780
|
+
stepBonus: {
|
|
1781
|
+
bonus: 0,
|
|
1782
|
+
stepThreshold: 0
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
program: "AMEX Membership Rewards Points",
|
|
1787
|
+
ratio: 1,
|
|
1788
|
+
bonus: 0,
|
|
1789
|
+
transferMinutes: 0,
|
|
1790
|
+
minimumTransfer: 1e3,
|
|
1791
|
+
transferDenominator: 1e3,
|
|
1792
|
+
stepBonus: {
|
|
1793
|
+
bonus: 0,
|
|
1794
|
+
stepThreshold: 0
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
program: "United MileagePlus",
|
|
1799
|
+
ratio: 1,
|
|
1800
|
+
bonus: 0,
|
|
1801
|
+
transferMinutes: -1,
|
|
1802
|
+
minimumTransfer: 1e3,
|
|
1803
|
+
transferDenominator: 1e3,
|
|
1804
|
+
stepBonus: {
|
|
1805
|
+
bonus: 0,
|
|
1806
|
+
stepThreshold: 0
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
program: "Marriott Vacation Club",
|
|
1811
|
+
ratio: 0.025,
|
|
1812
|
+
bonus: 0,
|
|
1813
|
+
transferMinutes: -1,
|
|
1814
|
+
minimumTransfer: 100,
|
|
1815
|
+
transferDenominator: 100,
|
|
1816
|
+
stepBonus: {
|
|
1817
|
+
bonus: 0,
|
|
1818
|
+
stepThreshold: 0
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
hotelProgram: {
|
|
1823
|
+
program: "Marriott Rewards",
|
|
1824
|
+
ratio: 1,
|
|
1825
|
+
bonus: 0,
|
|
1826
|
+
transferMinutes: 0,
|
|
1827
|
+
minimumTransfer: 0,
|
|
1828
|
+
transferDenominator: 0,
|
|
1829
|
+
stepBonus: {
|
|
1830
|
+
bonus: 0,
|
|
1831
|
+
stepThreshold: 0
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
bestValue: "cash",
|
|
1835
|
+
liveScrapingCheckNeeded: !1
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
hotelId: "CPTST",
|
|
1839
|
+
address: "101 St. George's Mall, Cape Town, South Africa, 8001",
|
|
1840
|
+
amenities: [
|
|
1841
|
+
"Free Breakfast",
|
|
1842
|
+
"Wireless Internet",
|
|
1843
|
+
"Business Center",
|
|
1844
|
+
"Kids Eat Free",
|
|
1845
|
+
"No Pets Allowed",
|
|
1846
|
+
"Health/Fitness Center"
|
|
1847
|
+
],
|
|
1848
|
+
bookingLink: "https://www.ihg.com/hotels/us/en/find-hotels/select-roomrate?qDest=Cape+Town%2C+South+Africa%2C+8001&qPt=CASH&qCiD=6&qCoD=7&qCiMy=42025&qCoMy=42025&qAdlt=2&qChld=0&qRms=1&qSlH=CPTST&qRtP=6CBARC&qAAR=6CBARC",
|
|
1849
|
+
bookingLinkCash: "https://www.ihg.com/hotels/us/en/find-hotels/select-roomrate?qDest=Cape+Town%2C+South+Africa%2C+8001&qPt=CASH&qCiD=6&qCoD=7&qCiMy=42025&qCoMy=42025&qAdlt=2&qChld=0&qRms=1&qSlH=CPTST&qRtP=6CBARC&qAAR=6CBARC",
|
|
1850
|
+
bookingLinkPoints: "https://www.ihg.com/hotels/us/en/find-hotels/select-roomrate?qDest=Cape+Town%2C+South+Africa%2C+8001&qPt=POINTS&qCiD=6&qCoD=7&qCiMy=42025&qCoMy=42025&qAdlt=2&qChld=0&qRms=1&qSlH=CPTST&qRtP=IVANI&qAAR=6CBARC",
|
|
1851
|
+
cashValue: {
|
|
1852
|
+
currency: "USD",
|
|
1853
|
+
amount: 36
|
|
1854
|
+
},
|
|
1855
|
+
city: "Cape Town",
|
|
1856
|
+
cityCode: "",
|
|
1857
|
+
coordinates: {
|
|
1858
|
+
latitude: "-33.92369",
|
|
1859
|
+
longitude: "18.420191"
|
|
1860
|
+
},
|
|
1861
|
+
country: "South Africa",
|
|
1862
|
+
countryCode: "ZA",
|
|
1863
|
+
createdAt: "2024-03-11T17:54:56.241000",
|
|
1864
|
+
description: "Enjoy good value in a great location at the Holiday Inn Express Cape Town City Centre hotel. We're right in the centre of the CBD, and offer all guests complimentary high-speed wireless Internet and a daily complimentary Express Start breakfast. We pride ourselves on our sterling Guest Reviews and we strive to offer the best guest service one could desire.",
|
|
1865
|
+
hotelGroup: "ihg",
|
|
1866
|
+
hotelStatus: "",
|
|
1867
|
+
images: ["https://awayz.s3.amazonaws.com/hotel_images/ihg/CPTST/CPTST0"],
|
|
1868
|
+
legacyCoordinates: [18.420191, -33.92369],
|
|
1869
|
+
name: "Holiday Inn Express Cape Town City Centre",
|
|
1870
|
+
points: 7e3,
|
|
1871
|
+
reviewCount: "1051",
|
|
1872
|
+
reviewRating: "4.372978116079924",
|
|
1873
|
+
state: null,
|
|
1874
|
+
stateCode: null,
|
|
1875
|
+
subdivision: "",
|
|
1876
|
+
telephone: null,
|
|
1877
|
+
slugCity: "cape-town",
|
|
1878
|
+
chainRating: 2,
|
|
1879
|
+
imagesS3: ["https://awayz.s3.amazonaws.com/hotel_images/ihg/CPTST/CPTST0"],
|
|
1880
|
+
writeAt: "2024-03-11T22:29:06.214000",
|
|
1881
|
+
status: "archive_soon",
|
|
1882
|
+
autoAddedAt: "2024-03-11T22:29:06.214000",
|
|
1883
|
+
hasCalendarCash: !0,
|
|
1884
|
+
cashAvailable: !0,
|
|
1885
|
+
awardPoints: 7e3,
|
|
1886
|
+
rooms: [],
|
|
1887
|
+
hasCalendarPoints: !0,
|
|
1888
|
+
pointsType: "standard",
|
|
1889
|
+
premiumPointsAvailable: !1,
|
|
1890
|
+
standardPointsAvailable: !0,
|
|
1891
|
+
partners: [
|
|
1892
|
+
{
|
|
1893
|
+
program: "Bilt Rewards",
|
|
1894
|
+
ratio: 1,
|
|
1895
|
+
bonus: 0,
|
|
1896
|
+
transferMinutes: 1,
|
|
1897
|
+
minimumTransfer: 1e3,
|
|
1898
|
+
transferDenominator: 1e3,
|
|
1899
|
+
stepBonus: {
|
|
1900
|
+
bonus: 0,
|
|
1901
|
+
stepThreshold: 0
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
program: "Chase Ultimate Rewards Points",
|
|
1906
|
+
ratio: 1,
|
|
1907
|
+
bonus: 0,
|
|
1908
|
+
transferMinutes: 300,
|
|
1909
|
+
minimumTransfer: 1e3,
|
|
1910
|
+
transferDenominator: 1e3,
|
|
1911
|
+
stepBonus: {
|
|
1912
|
+
bonus: 0,
|
|
1913
|
+
stepThreshold: 0
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
program: "Virgin Atlantic",
|
|
1918
|
+
ratio: 1,
|
|
1919
|
+
bonus: 0,
|
|
1920
|
+
transferMinutes: -1,
|
|
1921
|
+
minimumTransfer: 1e3,
|
|
1922
|
+
transferDenominator: 1e3,
|
|
1923
|
+
stepBonus: {
|
|
1924
|
+
bonus: 0,
|
|
1925
|
+
stepThreshold: 0
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
],
|
|
1929
|
+
hotelProgram: {
|
|
1930
|
+
program: "IHG Rewards Club",
|
|
1931
|
+
ratio: 1,
|
|
1932
|
+
bonus: 0,
|
|
1933
|
+
transferMinutes: 0,
|
|
1934
|
+
minimumTransfer: 0,
|
|
1935
|
+
transferDenominator: 0,
|
|
1936
|
+
stepBonus: {
|
|
1937
|
+
bonus: 0,
|
|
1938
|
+
stepThreshold: 0
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
bestValue: "points",
|
|
1942
|
+
liveScrapingCheckNeeded: !0
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
hotelId: "cptrc",
|
|
1946
|
+
address: "126 Buitengracht St, Cape Town, South Africa, 8000",
|
|
1947
|
+
amenities: [
|
|
1948
|
+
"Business Services",
|
|
1949
|
+
"Concierge",
|
|
1950
|
+
"Fitness Center",
|
|
1951
|
+
"Free Internet Access",
|
|
1952
|
+
"Laundry",
|
|
1953
|
+
"Meeting Facilities",
|
|
1954
|
+
"Pool",
|
|
1955
|
+
"On-Site Restaurant",
|
|
1956
|
+
"Room Service"
|
|
1957
|
+
],
|
|
1958
|
+
bookingLink: "https://www.hyatt.com/shop/cptrc?rooms=1&adults=2&checkinDate=2025-05-06&checkoutDate=2025-05-07&kids=0&rate=Standard&rateFilter=standard",
|
|
1959
|
+
bookingLinkCash: "https://www.hyatt.com/shop/cptrc?rooms=1&adults=2&checkinDate=2025-05-06&checkoutDate=2025-05-07&kids=0&rate=Standard&rateFilter=standard",
|
|
1960
|
+
bookingLinkPoints: "https://www.hyatt.com/shop/cptrc?rooms=1&adults=2&checkinDate=2025-05-06&checkoutDate=2025-05-07&kids=0&rate=Standard&rateFilter=woh",
|
|
1961
|
+
cashValue: {
|
|
1962
|
+
currency: "USD",
|
|
1963
|
+
amount: 117
|
|
1964
|
+
},
|
|
1965
|
+
city: "Cape Town",
|
|
1966
|
+
cityCode: "",
|
|
1967
|
+
coordinates: {
|
|
1968
|
+
latitude: -33.92153,
|
|
1969
|
+
longitude: 18.41578
|
|
1970
|
+
},
|
|
1971
|
+
country: "South Africa",
|
|
1972
|
+
countryCode: "ZA",
|
|
1973
|
+
createdAt: "2023-06-13T19:06:28.710000",
|
|
1974
|
+
description: "Hyatt Regency Cape Town is centrally located in the trendy Bo-Kaap neighbourhood, walking distance to the Cape Quarter Village, close to the financial district and overlooking the beautiful Table Mountain.",
|
|
1975
|
+
hotelGroup: "hyatt",
|
|
1976
|
+
hotelStatus: "",
|
|
1977
|
+
images: [
|
|
1978
|
+
"https://awayz.s3.amazonaws.com/hotel_images/hyatt/cptrc/cptrc0.jpg"
|
|
1979
|
+
],
|
|
1980
|
+
legacyCoordinates: [18.41578, -33.92153],
|
|
1981
|
+
name: "Hyatt Regency Cape Town",
|
|
1982
|
+
points: 1800,
|
|
1983
|
+
reviewCount: null,
|
|
1984
|
+
reviewRating: null,
|
|
1985
|
+
state: "",
|
|
1986
|
+
stateCode: null,
|
|
1987
|
+
subdivision: "",
|
|
1988
|
+
telephone: "+27 21 214 1234",
|
|
1989
|
+
awardCategory: "2",
|
|
1990
|
+
slugCity: "cape-town",
|
|
1991
|
+
chainRating: 4,
|
|
1992
|
+
imagesS3: [
|
|
1993
|
+
"https://awayz.s3.amazonaws.com/hotel_images/hyatt/cptrc/cptrc0.jpg"
|
|
1994
|
+
],
|
|
1995
|
+
writeAt: "2023-10-18T14:57:50.791000",
|
|
1996
|
+
status: "active",
|
|
1997
|
+
priority: !1,
|
|
1998
|
+
hasCalendarCash: !0,
|
|
1999
|
+
cashAvailable: !0,
|
|
2000
|
+
awardPoints: 1800,
|
|
2001
|
+
rooms: [
|
|
2002
|
+
{
|
|
2003
|
+
roomId: "CLBK",
|
|
2004
|
+
roomTitle: "1 King Club",
|
|
2005
|
+
roomType: "Rooms",
|
|
2006
|
+
roomCategory: "PREMIUM",
|
|
2007
|
+
roomDescription: "Relax in this modern room of 38-41 square metres offering one king bed, hardwood floors, cosy reading chair, separate bath and shower, and Regency Club access.",
|
|
2008
|
+
roomImage: "https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2020/12/11/1111/Hyatt-Regency-Cape-Town-P042-King-Bed-with-Table-Mountain-View-Bathroom.jpg/Hyatt-Regency-Cape-Town-P042-King-Bed-with-Table-Mountain-View-Bathroom.16x9.jpg",
|
|
2009
|
+
lowestPointsRate: 5500,
|
|
2010
|
+
lowestAwardPointsRate: 5500,
|
|
2011
|
+
lowestCashRate: {
|
|
2012
|
+
cashAmount: 3993.6,
|
|
2013
|
+
currency: "ZAR"
|
|
2014
|
+
},
|
|
2015
|
+
roomRatePlans: [
|
|
2016
|
+
{
|
|
2017
|
+
ratePlanId: "LPCL",
|
|
2018
|
+
ratePlanName: "Regency Club Free Night",
|
|
2019
|
+
ratePlanType: "STANDARD",
|
|
2020
|
+
ratePlanCategory: "POINTS",
|
|
2021
|
+
ratePlanPoints: 5500,
|
|
2022
|
+
ratePlanCash: {
|
|
2023
|
+
cashAmount: -1,
|
|
2024
|
+
currency: ""
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
ratePlanId: "LPRC",
|
|
2029
|
+
ratePlanName: "Club Upgrade With Points",
|
|
2030
|
+
ratePlanType: "STANDARD",
|
|
2031
|
+
ratePlanCategory: "CASH_POINTS",
|
|
2032
|
+
ratePlanPoints: 3e3,
|
|
2033
|
+
ratePlanCash: {
|
|
2034
|
+
cashAmount: 3393,
|
|
2035
|
+
currency: "ZAR"
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
roomId: "CLBT",
|
|
2042
|
+
roomTitle: "2 Twin Club",
|
|
2043
|
+
roomType: "Rooms",
|
|
2044
|
+
roomCategory: "PREMIUM",
|
|
2045
|
+
roomDescription: "Unwind in this modern room of 38-41-square metres with two twin beds, hardwood floors, separate bath and shower, and Regency Club access.",
|
|
2046
|
+
roomImage: "https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2020/12/11/1111/Hyatt-Regency-Cape-Town-P044-Twin-Bed-with-Table-Mountain-View.jpg/Hyatt-Regency-Cape-Town-P044-Twin-Bed-with-Table-Mountain-View.16x9.jpg",
|
|
2047
|
+
lowestPointsRate: 5500,
|
|
2048
|
+
lowestAwardPointsRate: 5500,
|
|
2049
|
+
lowestCashRate: {
|
|
2050
|
+
cashAmount: 3993.6,
|
|
2051
|
+
currency: "ZAR"
|
|
2052
|
+
},
|
|
2053
|
+
roomRatePlans: [
|
|
2054
|
+
{
|
|
2055
|
+
ratePlanId: "LPCL",
|
|
2056
|
+
ratePlanName: "Regency Club Free Night",
|
|
2057
|
+
ratePlanType: "STANDARD",
|
|
2058
|
+
ratePlanCategory: "POINTS",
|
|
2059
|
+
ratePlanPoints: 5500,
|
|
2060
|
+
ratePlanCash: {
|
|
2061
|
+
cashAmount: -1,
|
|
2062
|
+
currency: ""
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
ratePlanId: "LPRC",
|
|
2067
|
+
ratePlanName: "Club Upgrade With Points",
|
|
2068
|
+
ratePlanType: "STANDARD",
|
|
2069
|
+
ratePlanCategory: "CASH_POINTS",
|
|
2070
|
+
ratePlanPoints: 3e3,
|
|
2071
|
+
ratePlanCash: {
|
|
2072
|
+
cashAmount: 3393,
|
|
2073
|
+
currency: "ZAR"
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
roomId: "KING",
|
|
2080
|
+
roomTitle: "1 King Bed",
|
|
2081
|
+
roomType: "Rooms",
|
|
2082
|
+
roomCategory: "STANDARD",
|
|
2083
|
+
roomDescription: "Enjoy this 38-square-metre modern room offering one king bed, cosy reading chair and separate bath and shower. This room has stunning views of Bo-Kaap and Signal Hill.",
|
|
2084
|
+
roomImage: "https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2020/12/11/1111/Hyatt-Regency-Cape-Town-P045-King-Bed-with-Table-Mountain-View.jpg/Hyatt-Regency-Cape-Town-P045-King-Bed-with-Table-Mountain-View.16x9.jpg",
|
|
2085
|
+
lowestPointsRate: 3500,
|
|
2086
|
+
lowestAwardPointsRate: 3500,
|
|
2087
|
+
lowestCashRate: {
|
|
2088
|
+
cashAmount: 2940.6,
|
|
2089
|
+
currency: "ZAR"
|
|
2090
|
+
},
|
|
2091
|
+
roomRatePlans: [
|
|
2092
|
+
{
|
|
2093
|
+
ratePlanId: "LPRM",
|
|
2094
|
+
ratePlanName: "Standard Room Free Night",
|
|
2095
|
+
ratePlanType: "STANDARD",
|
|
2096
|
+
ratePlanCategory: "POINTS",
|
|
2097
|
+
ratePlanPoints: 3500,
|
|
2098
|
+
ratePlanCash: {
|
|
2099
|
+
cashAmount: -1,
|
|
2100
|
+
currency: ""
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
ratePlanId: "LPPC1R",
|
|
2105
|
+
ratePlanName: "Points + Cash",
|
|
2106
|
+
ratePlanType: "STANDARD",
|
|
2107
|
+
ratePlanCategory: "POINTS_CASH",
|
|
2108
|
+
ratePlanPoints: 1750,
|
|
2109
|
+
ratePlanCash: {
|
|
2110
|
+
cashAmount: 1710,
|
|
2111
|
+
currency: "ZAR"
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
]
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
roomId: "TWIN",
|
|
2118
|
+
roomTitle: "2 Twin Beds",
|
|
2119
|
+
roomType: "Rooms",
|
|
2120
|
+
roomCategory: "STANDARD",
|
|
2121
|
+
roomDescription: "Enjoy this 38-square-metre room with two twin beds, hardwood floors, cosy reading chair, and separate bath and shower.",
|
|
2122
|
+
roomImage: "https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2020/12/11/1111/Hyatt-Regency-Cape-Town-P047-Twin-Bed-with-Table-Mountain-View.jpg/Hyatt-Regency-Cape-Town-P047-Twin-Bed-with-Table-Mountain-View.16x9.jpg",
|
|
2123
|
+
lowestPointsRate: 3500,
|
|
2124
|
+
lowestAwardPointsRate: 3500,
|
|
2125
|
+
lowestCashRate: {
|
|
2126
|
+
cashAmount: 2940.6,
|
|
2127
|
+
currency: "ZAR"
|
|
2128
|
+
},
|
|
2129
|
+
roomRatePlans: [
|
|
2130
|
+
{
|
|
2131
|
+
ratePlanId: "LPRM",
|
|
2132
|
+
ratePlanName: "Standard Room Free Night",
|
|
2133
|
+
ratePlanType: "STANDARD",
|
|
2134
|
+
ratePlanCategory: "POINTS",
|
|
2135
|
+
ratePlanPoints: 3500,
|
|
2136
|
+
ratePlanCash: {
|
|
2137
|
+
cashAmount: -1,
|
|
2138
|
+
currency: ""
|
|
2139
|
+
}
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
ratePlanId: "LPPC1R",
|
|
2143
|
+
ratePlanName: "Points + Cash",
|
|
2144
|
+
ratePlanType: "STANDARD",
|
|
2145
|
+
ratePlanCategory: "POINTS_CASH",
|
|
2146
|
+
ratePlanPoints: 1750,
|
|
2147
|
+
ratePlanCash: {
|
|
2148
|
+
cashAmount: 1710,
|
|
2149
|
+
currency: "ZAR"
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2152
|
+
]
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
roomId: "EXST",
|
|
2156
|
+
roomTitle: "Regency Executive Suite",
|
|
2157
|
+
roomType: "Suites",
|
|
2158
|
+
roomCategory: "PREMIUM",
|
|
2159
|
+
roomDescription: "Wake up in this 120-square-metre, two-bedroom Regency Executive suite with a separate bath and shower, and a private balcony. The room features breathtaking views of Bo-Kaap and Signal Hill. This is a premium suite. See World of Hyatt program terms for upgrade eligibility.",
|
|
2160
|
+
roomImage: "https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2023/08/10/0440/CPTRC-P0138-Regency-Executive-Suite.jpg/CPTRC-P0138-Regency-Executive-Suite.16x9.jpg",
|
|
2161
|
+
lowestPointsRate: -1,
|
|
2162
|
+
lowestAwardPointsRate: -1,
|
|
2163
|
+
lowestCashRate: {
|
|
2164
|
+
cashAmount: 16777.8,
|
|
2165
|
+
currency: "ZAR"
|
|
2166
|
+
},
|
|
2167
|
+
roomRatePlans: [
|
|
2168
|
+
{
|
|
2169
|
+
ratePlanId: "LPPC1P",
|
|
2170
|
+
ratePlanName: "Premium Suite Points Plus Cash",
|
|
2171
|
+
ratePlanType: "STANDARD",
|
|
2172
|
+
ratePlanCategory: "POINTS_CASH",
|
|
2173
|
+
ratePlanPoints: 3500,
|
|
2174
|
+
ratePlanCash: {
|
|
2175
|
+
cashAmount: 6755,
|
|
2176
|
+
currency: "ZAR"
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
]
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
roomId: "RGSK",
|
|
2183
|
+
roomTitle: "Regency Suite",
|
|
2184
|
+
roomType: "Suites",
|
|
2185
|
+
roomCategory: "PREMIUM",
|
|
2186
|
+
roomDescription: "Immerse yourself in this 70-square-metre suite, featuring a bedroom with a king bed, separate bath and shower, and with access to the Lounge. This is a standard suite. See World of Hyatt program terms for upgrade eligibility.",
|
|
2187
|
+
roomImage: "https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2023/08/10/0440/CPTRC-P0136-Regency-Suite-Bathroom.jpg/CPTRC-P0136-Regency-Suite-Bathroom.16x9.jpg",
|
|
2188
|
+
lowestPointsRate: -1,
|
|
2189
|
+
lowestAwardPointsRate: -1,
|
|
2190
|
+
lowestCashRate: {
|
|
2191
|
+
cashAmount: 15217.8,
|
|
2192
|
+
currency: "ZAR"
|
|
2193
|
+
},
|
|
2194
|
+
roomRatePlans: [
|
|
2195
|
+
{
|
|
2196
|
+
ratePlanId: "LPPC1S",
|
|
2197
|
+
ratePlanName: "Standard Suite Points Plus Cash",
|
|
2198
|
+
ratePlanType: "STANDARD",
|
|
2199
|
+
ratePlanCategory: "POINTS_CASH",
|
|
2200
|
+
ratePlanPoints: 3250,
|
|
2201
|
+
ratePlanCash: {
|
|
2202
|
+
cashAmount: 6755,
|
|
2203
|
+
currency: "ZAR"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
ratePlanId: "LPSU",
|
|
2208
|
+
ratePlanName: "Lp Suite Pts Upgr",
|
|
2209
|
+
ratePlanType: "STANDARD",
|
|
2210
|
+
ratePlanCategory: "CASH_POINTS",
|
|
2211
|
+
ratePlanPoints: 6e3,
|
|
2212
|
+
ratePlanCash: {
|
|
2213
|
+
cashAmount: 3393,
|
|
2214
|
+
currency: "ZAR"
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
]
|
|
2218
|
+
}
|
|
2219
|
+
],
|
|
2220
|
+
hasCalendarPoints: !0,
|
|
2221
|
+
pointsType: "STANDARD",
|
|
2222
|
+
premiumPointsAvailable: !1,
|
|
2223
|
+
standardPointsAvailable: !1,
|
|
2224
|
+
partners: [
|
|
2225
|
+
{
|
|
2226
|
+
program: "Bilt Rewards",
|
|
2227
|
+
ratio: 1,
|
|
2228
|
+
bonus: 0,
|
|
2229
|
+
transferMinutes: 1,
|
|
2230
|
+
minimumTransfer: 1e3,
|
|
2231
|
+
transferDenominator: 1e3,
|
|
2232
|
+
stepBonus: {
|
|
2233
|
+
bonus: 0,
|
|
2234
|
+
stepThreshold: 0
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
program: "Chase Ultimate Rewards Points",
|
|
2239
|
+
ratio: 1,
|
|
2240
|
+
bonus: 0,
|
|
2241
|
+
transferMinutes: 0,
|
|
2242
|
+
minimumTransfer: 1e3,
|
|
2243
|
+
transferDenominator: 1e3,
|
|
2244
|
+
stepBonus: {
|
|
2245
|
+
bonus: 0,
|
|
2246
|
+
stepThreshold: 0
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
],
|
|
2250
|
+
hotelProgram: {
|
|
2251
|
+
program: "Hyatt Rewards",
|
|
2252
|
+
ratio: 1,
|
|
2253
|
+
bonus: 0,
|
|
2254
|
+
transferMinutes: 0,
|
|
2255
|
+
minimumTransfer: 0,
|
|
2256
|
+
transferDenominator: 0,
|
|
2257
|
+
stepBonus: {
|
|
2258
|
+
bonus: 0,
|
|
2259
|
+
stepThreshold: 0
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
bestValue: "points",
|
|
2263
|
+
liveScrapingCheckNeeded: !0
|
|
2264
|
+
}
|
|
2265
|
+
];
|
|
2266
|
+
export {
|
|
2267
|
+
e as testHotels
|
|
2268
|
+
};
|