Booking Explorer 2.0 🐾 avatar
Booking Explorer 2.0 🐾
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
Booking Explorer 2.0 🐾

Booking Explorer 2.0 🐾

jupri/booking-hotels
Try for free

7 days trial then $30.00/month - No credit card required now

Scrape Booking.com Hotels

Welcome to Booking.com Explorer

📘 About Booking.com

Booking.com is a Dutch online travel agency for lodging reservations & other travel products, and a subsidiary of Booking Holdings. It is headquartered in Amsterdam.[1] The website has over 28 million listings.[2] The site is available in 43 languages.[2]

📘 Tutorials

📖 Basic Usage

Searching 100 hotels in paris.

1{
2	"location"	: "paris",
3	"limit"		: 100		# default = 1
4}

📖 Pricing Informations

To find out pricing information, provide check_in, check_out, number of rooms and number of visitors: adults and children ages.

1{
2	"location"	: "paris",
3	"limit"		: 100,
4	"check_in"	: "2024-03-14", 	# Year-Month-Date
5	"check_out"	: "2024-03-20",		# Year-Month-Date
6	"rooms"		: 2,
7	"adults"	: 3,
8	"children"	: [0,5,5,7] 
9				# total children 4
10				# 1 infant (0 year), 2 children age 5, and 1 children age 7
11				
12}

📖 Additional Info

Additional informations requires more time and network consumptions.

ParametersTypeDescriptionAdditional Attributes
includes.descriptionbooleanlong descriptionsdescription
includes.fineprintsbooleanhotel fineprintsfineprints
includes.facilitiesbooleangrouped facilities, restaurants and meals informationfacilities, highlights, restaurants, meals
includes.policiesbooleanhotel rules/policies, payment methodspolicies
includes.questionsintegerquestions and answers (numbers)questions
includes.surroundingsbooleansurrondings area (point of interests)surrondings
includes.gallerybooleanimages gallerygallery
includes.hostbooleanhost profileshost
includes.roomsbooleanroom listrooms

📘 Output Samples

📖 Basic Info

1{
2    "id": 23049,
3    "location": {
4        "distance": "3.7 km from center",
5        "name": "Beyoglu, Istanbul",
6        "transport": "Taksim Metro station is within 400 meters"
7    },
8    "name": "Taxim Suites Residences Istanbul",    
9    "date": {
10        "checkin": "2024-03-19",
11        "checkout": "2024-03-20"
12    },
13    "address": {
14        "city": "Istanbul",
15        "country": "tr",
16        "latitude": 41.0405019621544,
17        "longitude": 28.9859864115715,
18        "street": "Cumhuriyet Cad. No:31 Beyoğlu"
19    },
20    "blocks": [
21        {
22            "final": {
23                "amount": 132.27831226244,
24                "currency": "USD"
25            },
26            "occupancy": 3,
27            "original": {
28                "amount": 121.49,
29                "currency": "EUR"
30            },
31            "roomId": "2304901"
32        }
33    ],
34    "configuration": {
35        "common": {
36            "allBeds": 2,
37            "area": {
38                "area": "44",
39                "unit": "m²"
40            },
41            "bathrooms": 1,
42            "bedConfigurations": [
43                {
44                    "allBeds": 2,
45                    "beds": [
46                        { "count": 1, "type": 2 },
47                        { "count": 1, "type": 5 }
48                    ]
49                }
50            ],
51            "bedrooms": 1,
52            "livingrooms": 1,
53            "maxAdults": 3,
54            "maxChildren": 1,
55            "unitTypeNames": [
56                {
57                    "translation": "Private suite"
58                }
59            ],
60            "units": 1
61        },
62        "units": [
63            {
64                "allBeds": 2,
65                "apartmentRooms": [
66                    {
67                        "config": {
68                            "bedCount": 1,
69                            "bedTypeId": 2,
70                            "roomId": 71392642,
71                            "roomType": "Bedroom"
72                        }
73                    },
74                    {
75                        "config": {
76                            "bedCount": 1,
77                            "bedTypeId": 5,
78                            "roomId": 71392643,
79                            "roomType": "Living Room"
80                        }
81                    }
82                ],
83                "area": {
84                    "area": "44",
85                    "unit": "m²"
86                },
87                "bathrooms": 1,
88                "bedConfigurations": [
89                    {
90                        "allBeds": 2,
91                        "beds": [
92                            { "count": 1, "type": 2 },
93                            { "count": 1, "type": 5 }
94                        ]
95                    }
96                ],
97                "bedrooms": 1,
98                "livingrooms": 1,
99                "maxAdults": 3,
100                "maxChildren": 1,
101                "name": "Park Suite with Taksim Park View",
102                "unitId": 2304901,
103                "unitTypeNames": [
104                    {
105                        "translation": "Private suite"
106                    }
107                ],
108                "units": 1
109            }
110        ]
111    },
112    "photos": {
113        "hi": "https://t-cf.bstatic.com/xdata/images/hotel/square600/415863524.jpg?k=454e233b1370009e95e85b081583c132bd7c1f4a1da59a8e2804db6ce1edf9a6&o=",
114        "lo": "https://t-cf.bstatic.com/xdata/images/hotel/square200/415863524.jpg?k=454e233b1370009e95e85b081583c132bd7c1f4a1da59a8e2804db6ce1edf9a6&o="
115    },
116    "plus": true,
117    "preferred": true,
118    "price": {
119        "charges": "Includes taxes and fees",
120        "discounts": [
121            {
122                "amount": 215.66,
123                "currency": "USD",
124                "text": "Last-minute Deal",
125                "type": "rate"
126            },
127            {
128                "amount": 11.5,
129                "currency": "USD",
130                "text": "Booking.com pays",
131                "type": "total"
132            }
133        ],
134        "original": {
135            "amount": 359.43,
136            "currency": "USD",
137            "text": "US$359.43 × 1 night"
138        },
139        "summary": {
140            "amount": 132.28,
141            "currency": "USD",
142            "text": "Total"
143        }
144    },
145    "rating": 4,
146    "reviews": {
147        "count": 1587,
148        "score": 8.3,
149        "secondary": {
150            "score": 9.3,
151            "text": "Location"
152        },
153        "text": "Very Good"
154    },
155    "sustainability": {
156        "facilities": [
157            182,
158            435,
159            436,
160            439,
161            440,
162            441,
163            442,
164            443,
165            444,
166            445,
167            446,
168            448,
169            489,
170            490,
171            491,
172            492,
173            493,
174            494,
175            495,
176            496,
177            498,
178            499,
179            506
180        ],
181        "sustainable": true,
182        "tier": "SILVER"
183    },
184    "type": "Condo Hotels",
185    "type_id": 219,
186    "ufi": -755070,
187    "url": "https://www.booking.com/hotel/tr/istanbul-taxim-suites.html"
188}

📖 Description [includes.description]

1...
2	"description": "Taxim Suites Residences Istanbul is conveniently located in the heart of Istanbul, just steps away from the famous Taksim Square and Gezi Park. Hotel provides long or short term homes for the guests seeking a cozy ambiance. It features accommodations with air conditioning, LCD TV and free WiFi.\n\nRooms at Taxim Suites Istanbul feature a décor. Property also offers designer suites with spacious living rooms and bedrooms. Certain rooms include a fully equipped kitchen or kitchenette with a microwave and a refrigerator. Each of the suites has minimalistic interiors, influenced by the Far East. Some suites feature a spa bathtub.\n\nOn-site restaurant offers guests a wide range of choices.\n\nThe hotel features laundry facilities consisting of washing machines and dryers for the use of our guests. The tour desk and car rental are also offered by Taxim Suites Residences Istanbul. 24-hour front desk and concierge service are available. Shuttle service is also provided.\n\nGuests can have a short walk to Istiklal Avenue, a vibrant shopping and entertainment district, and enjoy its atmosphere. Nisantasi shopping district is less than a 10-minute drive away. Taxim Suites Residences Istanbul faces the Taksim metro station in Gezi Parkı, just a few steps away, allowing guests easy access to the rest of Istanbul’s many attractions, such as Topkapi Palace, Blue Mosque, Hagia Sophia and Grand Bazaar. Lutfi Kirdar Convention Center, Istanbul Congress Center, Cemal Resit Rey Concert Hall and Muhsin Ertugrul Theater are within 0.6 mi distance. Ataturk International Airport is 16 mi from the property. Istanbul Airport is 31 mi from the property.",
3	...

📖 Fineprints [includes.fineprints]

1...
2    "fineprints": [
3        "This property is located in a busy area and guests may experience noise.",
4        "Guests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.",
5        "Please inform Taxim Suites Residences Istanbul of your expected arrival time in advance. You can use the Special Requests box when booking, or contact the property directly using the contact details in your confirmation.",
6        "This property does not accommodate bachelor(ette) or similar parties.",
7        "In accordance with government guidelines to minimize transmission of the coronavirus (COVID-19), this property currently isn't accepting guests from certain countries on dates where such guidelines exist.",
8        "In response to the coronavirus (COVID-19), additional safety and sanitation measures are in effect at this property.",
9        "Food and beverage services at this property may be limited or unavailable due to the coronavirus (COVID-19).",
10        "Due to the coronavirus (COVID-19), wearing a face mask is mandatory in all indoor common areas.",
11        "Coronavirus (COVID-19) PCR tests are available at this property at no extra charge for those exhibiting symptoms consistent with the virus and have been confirmed by an accredited doctor."
12    ],	
13	...

📖 Facilities [includes.facilities]

1...
2	"highlights": [
3        {
4            "title": "Apartments"
5        },
6        {
7            "id": 47, "isFree": true, "level": "property", "title": "Free WiFi"
8        },
9        {
10            "id": 38, "level": "room", "title": "Private Bathroom"
11        },
12        {
13            "id": 17, "level": "property", "title": "Airport shuttle"
14        },
15        {
16            "id": 28, "level": "property", "title": "Family rooms"
17        },
18        {
19            "id": 14, "level": "room", "title": "Hot tub"
20        },
21        {
22            "id": 108, "level": "room", "title": "Sea view"
23        },
24        {
25            "id": 81, "level": "room", "title": "View"
26        },
27        {
28            "id": 11, "level": "room", "title": "Air conditioning"
29        },
30        {
31            "id": 5, "level": "room", "title": "Bathtub"
32        }
33    ],
34	...
1...
2	"meals": [
3        {
4            "attributes": {
5                "foodScore": {
6                    "nReviews": 4,
7                    "score": 6.9
8                },
9                "openingTime": {
10                    "endTime": "11:00",
11                    "startTime": "09:30"
12                }
13            },
14            "mealType": "BREAKFAST"
15        }
16    ],
17    ...
1...
2	"restaurants": [
3	    {
4	        "title": "Minibar"
5	    },
6	    {
7	        "attributes": {
8	            "extendedAttributes": {
9		            "isAlacarte": true,
10	                "ambiances": [
11	                    { "id": 1, "name": "Family friendly" }
12	                ],
13	                "cuisines": [
14	                    { "id": 42, "name": "Turkish" }
15	                ],
16	                "mealTypes": [
17	                    { "id": 1, "name": "Halal" }
18	                ],
19	                "openForMeals": [
20	                    { "id": 1, "name": "Breakfast" }
21	                ]
22	            },
23	            "name": "Restoran #1"
24	        },
25	        "title": "Restaurant"
26	    }
27	]
28	...
1...
2    "facilities": [
3        {
4            "groupId": 4,
5            "items": [
6                {
7                    "id": 184,
8                    "instances": [ { "title": "Socket near the bed" } ],
9                    "slug": "socket_near_the_bed"
10                },
11                {
12                    "id": 138,
13                    "instances": [ { "title": "Clothes rack" } ],
14                    "slug": "clothes_rack"
15                },
16                {
17                    "id": 115,
18                    "instances": [ { "title": "Hypoallergenic" } ],
19                    "slug": "allergyfree"
20                },
21                {
22                    "id": 82,
23                    "instances": [ { "title": "Hardwood or parquet floors" } ],
24                    "slug": "wooden__parquet_floor"
25                },
26                {
27                    "id": 25,
28                    "instances": [ { "title": "Ironing facilities" } ],
29                    "slug": "ironing_facilities"
30                },
31                {
32                    "id": 15,
33                    "instances": [ { "title": "Iron" } ],
34                    "slug": "clothing_iron"
35                }
36            ],
37            "slug": "room_amenities",
38            "title": "Room Amenities"
39        },
40        {
41            "groupId": 5,
42            "items": [
43                {
44                    "id": 141,
45                    "instances": [ { "title": "Toilet paper" } ],
46                    "slug": "toilet_paper"
47                },
48                {
49                    "id": 124,
50                    "instances": [ { "title": "Towels" } ],
51                    "slug": "towels"
52                },
53                {
54                    "id": 43,
55                    "instances": [ { "title": "Slippers" } ],
56                    "slug": "slippers"
57                },
58                {
59                    "id": 38,
60                    "instances": [
61                        { "attributes": { "extendedAttributes": { "bathroomLocation": "INSIDE_THE_ROOM", "bathroomType": "PRIVATE", "gender": "UNKNOWN_GENDER" } }, "title": "Private Bathroom" }
62                    ],
63                    "slug": "private_bathroom"
64                },
65                {
66                    "id": 31,
67                    "instances": [ { "title": "Toilet" } ],
68                    "slug": "toilet"
69                },
70                {
71                    "id": 27,
72                    "instances": [ { "title": "Free toiletries" } ],
73                    "slug": "free_toiletries"
74                },
75                {
76                    "id": 19,
77                    "instances": [ { "title": "Bathrobe" } ],
78                    "slug": "bathrobe"
79                },
80                {
81                    "id": 12,
82                    "instances": [ { "title": "Hairdryer" } ],
83                    "slug": "hair_dryer"
84                },
85                {
86                    "id": 4,
87                    "instances": [ { "title": "Shower" } ],
88                    "slug": "shower"
89                }
90            ],
91            "slug": "bathroom",
92            "title": "Bathroom"
93        },
94        {
95            "groupId": 6,
96            "items": [
97                {
98                    "id": 75,
99                    "instances": [ { "title": "Flat-screen TV" } ],
100                    "slug": "flatscreen_tv"
101                },
102                {
103                    "id": 74,
104                    "instances": [ { "title": "Laptop safe" } ],
105                    "slug": "laptop_safe_box"
106                },
107                {
108                    "id": 44,
109                    "instances": [ { "title": "Satellite channels" } ],
110                    "slug": "satellite_channels"
111                },
112                {
113                    "id": 9,
114                    "instances": [ { "title": "Telephone" } ],
115                    "slug": "telephone"
116                },
117                {
118                    "id": 8,
119                    "instances": [ { "title": "TV" } ],
120                    "slug": "tv"
121                }
122            ],
123            "slug": "mediatechnology",
124            "title": "Media & Technology"
125        },
126        {
127            "groupId": 8,
128            "items": [
129                {
130                    "id": 83,
131                    "instances": [ { "title": "Wake-up service" } ],
132                    "slug": "wake_up_service"
133                },
134                {
135                    "id": 13,
136                    "instances": [ { "title": "Wake-up service/Alarm clock" } ],
137                    "slug": "wake_up_servicealarmclock"
138                }
139            ],
140            "slug": "servicesextras",
141            "title": "Services & Extras"
142        },
143        {
144            "groupId": 9,
145            "items": [
146                {
147                    "id": 121,
148                    "instances": [ { "title": "City view" } ],
149                    "slug": "city_view"
150                }
151            ],
152            "slug": "outdoorview",
153            "title": "Outdoor & View"
154        },
155        {
156            "groupId": 11,
157            "items": [
158                {
159                    "id": 47,
160                    "instances": [
161                        { 
162							"attributes": { 
163								"extendedAttributes": { "connectionType": "WIFI", "coverageArea": "ENTIRE_PROPERTY" }, 
164								"paymentInfo": { 
165									"chargeDetails": { "currency": "EUR", "frequency": "UNKNOWN_FREQUENCY" }, 
166									"chargeMode": "FREE" 
167								} 
168							}, 
169							"title": "Internet" 
170						}
171                    ],
172                    "slug": "internet_services"
173                }
174            ],
175            "slug": "internet",
176            "summary": "WiFi is available in all areas and is free of charge.",
177            "title": "Internet"
178        },
179        {
180            "groupId": 12,
181            "items": [
182                {
183                    "id": 116,
184                    "instances": [ { "title": "Cleaning products" } ],
185                    "slug": "cleaning_products"
186                },
187                {
188                    "id": 86,
189                    "instances": [ { "title": "Electric kettle" } ],
190                    "slug": "electric_kettle"
191                }
192            ],
193            "slug": "kitchen",
194            "title": "Kitchen"
195        },
196        {
197            "groupId": 15,
198            "items": [
199                {
200                    "id": 23,
201                    "instances": [ { "title": "Desk" } ],
202                    "slug": "desk"
203                }
204            ],
205            "slug": "living_area",
206            "title": "Living Area"
207        },
208        {
209            "groupId": 16,
210            "items": [
211                {
212                    "id": 2,
213                    "instances": [
214                        { 
215							"attributes": { 
216								"extendedAttributes": { "reservation": "NOT_NEEDED", "type": "PUBLIC" }, 
217								"isOffsite": true, 
218								"paymentInfo": { 
219									"chargeDetails": {
220                                        "currency": "EUR",
221                                        "frequency": "PER_DAY",
222                                        "price": 25
223                                    }, 
224									"chargeMode": "PAID" 
225								} 
226							}, 
227							"subFacilities": [
228                                { 
229									"instances": [ { "title": "Parking garage" } ], 
230									"slug": "parking_garage" 
231								},
232                                { 
233									"instances": [ { "title": "Electric vehicle charging station" } ], 
234									"slug": "electric_charging_station_at_property" 
235								},
236                                { 
237									"instances": [ { "title": "Accessible parking" } ], 
238									"slug": "accessible_parking" 
239								}
240                            ], 
241							"title": "Parking" 
242						}
243                    ],
244                    "slug": "parking_fee_required"
245                }
246            ],
247            "slug": "parking",
248            "summary": "Public parking is available at a location nearby (reservation is not needed) and costs € 25 per day.",
249            "title": "Parking"
250        },
251        {
252            "groupId": 17,
253            "items": [
254                {
255                    "id": 125,
256                    "instances": [ { "title": "Linens" } ],
257                    "slug": "linen"
258                },
259                {
260                    "id": 95,
261                    "instances": [ { "title": "Wardrobe or closet" } ],
262                    "slug": "wardrobecloset"
263                }
264            ],
265            "slug": "bedroom",
266            "title": "Bedroom"
267        },
268        {
269            "groupId": 19,
270            "items": [
271                {
272                    "id": 132,
273                    "instances": [ { "title": "Upper floors accessible by elevator" } ],
274                    "slug": "upper_floor_reachable_by_lift"
275                }
276            ],
277            "slug": "accessibility",
278            "title": "Accessibility"
279        },
280        {
281            "groupId": 22,
282            "items": [
283                {
284                    "id": 447,
285                    "instances": [
286                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Bicycle rental" }
287                    ],
288                    "slug": "bike_rental"
289                },
290                {
291                    "id": 304,
292                    "instances": [
293                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Shuttle service" }
294                    ],
295                    "slug": "shuttle_service"
296                },
297                {
298                    "id": 183,
299                    "instances": [
300                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Public transit tickets" }
301                    ],
302                    "slug": "public_transport_tickets"
303                },
304                {
305                    "id": 75,
306                    "instances": [
307                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Car rental" }
308                    ],
309                    "slug": "car_rental"
310                },
311                {
312                    "id": 17,
313                    "instances": [
314                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Airport shuttle" },
315                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Airport pickup" },
316                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Airport drop-off" }
317                    ],
318                    "slug": "airport_shuttle"
319                }
320            ],
321            "slug": "transportation",
322            "title": "Transportation"
323        },
324        {
325            "groupId": 23,
326            "items": [
327                {
328                    "id": 465,
329                    "instances": [
330                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Invoice provided" }
331                    ],
332                    "slug": "invoices_provided"
333                },
334                {
335                    "id": 127,
336                    "instances": [
337                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Private check-in/out" }
338                    ],
339                    "slug": "private_checkinout"
340                },
341                {
342                    "id": 124,
343                    "instances": [
344                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Concierge" }
345                    ],
346                    "slug": "concierge_service"
347                },
348                {
349                    "id": 91,
350                    "instances": [
351                        { "attributes": { "paymentInfo": { "chargeMode": "FREE" } }, "title": "Baggage storage" }
352                    ],
353                    "slug": "luggage_storage"
354                },
355                {
356                    "id": 78,
357                    "instances": [
358                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Tour desk" }
359                    ],
360                    "slug": "tour_desk"
361                },
362                {
363                    "id": 49,
364                    "instances": [
365                        { "attributes": { "paymentInfo": { "chargeMode": "FREE" } }, "title": "Express check-in/out" }
366                    ],
367                    "slug": "express_checkincheckout"
368                },
369                {
370                    "id": 8,
371                    "instances": [
372                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "24-hour front desk" }
373                    ],
374                    "slug": "hour_front_desk"
375                }
376            ],
377            "slug": "frontdeskreception_area_services",
378            "title": "Front Desk Services"
379        },
380        {
381            "groupId": 26,
382            "items": [
383                {
384                    "id": 158,
385                    "instances": [
386                        { "attributes": { "paymentInfo": { "chargeMode": "FREE" } }, "title": "Daily housekeeping" }
387                    ],
388                    "slug": "daily_maid_service"
389                },
390                {
391                    "id": 134,
392                    "instances": [
393                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Suit press" }
394                    ],
395                    "slug": "trouser_press"
396                },
397                {
398                    "id": 44,
399                    "instances": [
400                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Ironing service" }
401                    ],
402                    "slug": "ironing_service"
403                },
404                {
405                    "id": 23,
406                    "instances": [
407                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Dry cleaning" }
408                    ],
409                    "slug": "dry_cleaning"
410                },
411                {
412                    "id": 22,
413                    "instances": [
414                        { "attributes": { "paymentInfo": { "chargeMode": "PAID" } }, "title": "Laundry" }
415                    ],
416                    "slug": "laundry"
417                }
418            ],
419            "slug": "cleaning_services",
420            "title": "Cleaning Services"
421        },
422        {
423            "groupId": 27,
424            "items": [
425                {
426                    "id": 81,
427                    "instances": [
428                        { "attributes": { "paymentInfo": { "chargeMode": "FREE" } }, "title": "Fax/Photocopying" }
429                    ],
430                    "slug": "shops_on_the_premises"
431                }
432            ],
433            "slug": "business_facilities",
434            "title": "Business Facilities"
435        },
436        {
437            "groupId": 29,
438            "items": [
439                {
440                    "id": 109,
441                    "instances": [
442                        { "attributes": { "paymentInfo": { "chargeMode": "FREE" } }, "title": "Air conditioning" }
443                    ],
444                    "slug": "airconditioning"
445                },
446                {
447                    "id": 80,
448                    "instances": [
449                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Heating" }
450                    ],
451                    "slug": "heating"
452                },
453                {
454                    "id": 48,
455                    "instances": [
456                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Elevator" }
457                    ],
458                    "slug": "elevator"
459                },
460                {
461                    "id": 28,
462                    "instances": [
463                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Family rooms" }
464                    ],
465                    "slug": "family_rooms"
466                },
467                {
468                    "id": 16,
469                    "instances": [
470                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Non-smoking rooms" }
471                    ],
472                    "slug": "non_smoking_rooms"
473                }
474            ],
475            "slug": "miscellaneous",
476            "title": "Miscellaneous"
477        },
478        {
479            "groupId": 34,
480            "items": [
481                {
482                    "id": 425,
483                    "instances": [
484                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Fire extinguishers" }
485                    ],
486                    "slug": "fire_extinguishers"
487                },
488                {
489                    "id": 424,
490                    "instances": [
491                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "CCTV outside property" }
492                    ],
493                    "slug": "cctv_outside_public_areas_of_a_property"
494                },
495                {
496                    "id": 423,
497                    "instances": [
498                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "CCTV in common areas" }
499                    ],
500                    "slug": "cctv_inside_public_areas_of_a_property"
501                },
502                {
503                    "id": 422,
504                    "instances": [
505                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Smoke alarms" }
506                    ],
507                    "slug": "fire_alarmssmoke_detectors_in_public_areas_of_a_property"
508                },
509                {
510                    "id": 421,
511                    "instances": [
512                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Security alarm" }
513                    ],
514                    "slug": "security_alarm"
515                },
516                {
517                    "id": 420,
518                    "instances": [
519                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "Key card access" }
520                    ],
521                    "slug": "electronic_key_card_access"
522                },
523                {
524                    "id": 418,
525                    "instances": [
526                        { "attributes": { "paymentInfo": { "chargeMode": "UNKNOWN_CHARGE_MODE" } }, "title": "24-hour security" }
527                    ],
528                    "slug": "hour_security"
529                },
530                {
531                    "id": 51,
532                    "instances": [
533                        { "attributes": { "paymentInfo": { "chargeMode": "FREE" } }, "title": "Safe" }
534                    ],
535                    "slug": "safe_deposit_box"
536                }
537            ],
538            "slug": "security_facilities",
539            "title": "Safety & security"
540        }
541    ],
542	...

📖 Policies [includes.policies]

1...
2	"policies": {
3        "cancellation": {
4            "hasDates": true
5        },
6        "checkinAge": {
7            "rule": "There's no age requirement for check-in"
8        },
9        "checkinCheckoutTimes": {
10            "CreditCardAndPhoto": "Guests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.",
11            "NoticeOfArrivalTime": "Please inform Taxim Suites Residences Istanbul of your expected arrival time in advance. You can use the Special Requests box when booking, or contact the property directly using the contact details in your confirmation.",
12            "checkin": {
13                "from": "14:00",
14                "until": "00:00"
15            },
16            "checkout": {
17                "until": "12:00"
18            }
19        },
20        "parties": {
21            "rule": "This property does not accommodate bachelor(ette) or similar parties."
22        },
23        "payment": {
24            "cashStatus": "PATP_PROPERTY_ACCEPTS_CASH",
25            "creditCards": [
26                { "id": 1, "name": "American Express" },
27                { "id": 2, "name": "Visa" },
28                { "id": 3, "name": "Mastercard" },
29                { "id": 5, "name": "Diners Club" },
30                { "id": 18, "name": "Cash only" }
31            ]
32        },
33        "pets": {
34            "allowed": "NO",
35            "charge": "NOT_APPLICABLE"
36        }
37    },
38    ...

📖 Questions [includes.questions]

1...
2    "questions": [
3        {
4            "answer": "Hello, Taksim is noisy indeed but we can arrange your room from upper floor it may help your situation.",
5            "answer_ts": "28 August 2023",
6            "id": 39306860,
7            "question": "I know this is a noisy area. I am very sensitive to noise and a light sleeper. Are some of the suites very quiet?",
8            "question_ts": "28 August 2023"
9        },
10        {
11            "answer": "We do not breakfast service. There is a restaurant under the building(connected from inside).",
12            "answer_ts": "8 August 2022",
13            "id": 28965504,
14            "question": "Hi, is breakfast included in the offer?",
15            "question_ts": "8 August 2022"
16        },
17        {
18            "answer": "Hi thank you for your message . All of our room's are with living room . Kind regards",
19            "answer_ts": "4 April 2021",
20            "id": 8501830,
21            "question": "Hi I want only room Without living room",
22            "question_ts": "2 April 2021"
23        },
24        {
25            "answer": "Dear Guest,\n\nOur all rooms is apartment. \n\nRegards,",
26            "answer_ts": "26 May 2021",
27            "id": 10380412,
28            "question": "Hello,\nOn which floor apartment is?",
29            "question_ts": "26 May 2021"
30        },
31        {
32            "answer": "Dear Guest,\n\nGreetings from Taxim Suites.\n\nOur room has 1 double bed and 1 sofa bed also if you need we will give you baby coat.\n\nRegards,",
33            "answer_ts": "25 May 2021",
34            "id": 10293102,
35            "question": "The option shows \"fits 3 guests and 1 child\" but it also shows 1 bed. Will you provide sofa-bed for the year old child and crib for 1 year old baby.",
36            "question_ts": "24 May 2021"
37        }
38    ],
39	...

📖 Surroundings [includes.surroundings]

1...
2	"surroundings": {
3        "airports": [
4            { 
5				"distance": 29.795, "id": "37720", "name": "Istanbul Airport", 
6				"realDistance": { "commuteTime": { "byCar": "30 min" } }, "type": "Airports" 
7			},
8            { 
9				"distance": 30.05, "id": "37681", "name": "Istanbul Sabiha Gokcen International Airport", 
10				"realDistance": { "commuteTime": { "byCar": "32 min" } }, "type": "Airports" 
11			},
12            { 
13				"distance": 88.446, "id": "37388", "name": "Tekirdağ Çorlu Airport", 
14				"realDistance": { "commuteTime": { "byCar": "1 hr 24 min" } }, "type": "Airports" 
15			}
16        ],
17        "beaches": [
18            { 
19				"distance": 9.729, "id": "4580243", "name": "Caddebostan 1 Beach", 
20				"realDistance": { "commuteTime": { "byCar": "15 min" } }, "type": "Beaches" 
21			}
22        ],
23        "dining": {
24            "cafeBars": [
25                { 
26					"distance": 0.089, "id": "1910637", "name": "Caffè Nero", 
27					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "1 min" } }, "type": "Cafes, Coffee, and Tea Houses" 
28				},
29                { 
30					"distance": 0.09, "id": "2013502", "name": "Cafe Italiano", 
31					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "1 min" } }, "type": "Cafes, Coffee, and Tea Houses" 
32				},
33                { 	
34					"distance": 0.126, "id": "1909771", "name": "Fevk", 
35					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "1 min" } }, "type": "Cafes, Coffee, and Tea Houses" 
36				}
37            ],
38            "restaurants": [
39                { 
40					"distance": 0.018, "id": "11690685", "name": "View Point Restaurant", 
41					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "1 min" } }, "type": "Restaurants" 
42				},
43                { 
44					"distance": 0.018, "id": "12079272", "name": "Aftersix Bar", 
45					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "1 min" } }, "type": "Restaurants" 
46				}
47            ]
48        },
49        "landmarks": {
50            "nearby": [
51                { 
52					"distance": 0.184, "id": "11183241", "name": "Capulcular Merkezi", 
53					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "3 min" } }, "type": "Urban Parks" 
54				},
55                { 
56					"distance": 0.196, "id": "11183253", "name": "Park", 
57					"realDistance": { "commuteTime": { "byCar": "2 min", "byFoot": "3 min" } }, "type": "Urban Parks" 
58				},
59                { 
60					"distance": 0.232, "id": "11183256", "name": "Geze Park", 
61					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "3 min" } }, "type": "Urban Parks" 
62				},
63                { 
64					"distance": 0.398, "id": "133197", "name": "Taksim Square", 
65					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "6 min" } }, "type": "Squares" 
66				},
67                { 
68					"distance": 0.608, "id": "11183262", "name": "Ömer Avni Parkı", 
69					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "9 min" } }, "type": "Urban Parks"
70				},
71                { 
72					"distance": 0.621, "id": "11183249", "name": "Parkal", 
73					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "11 min" } }, "type": "Urban Parks" 
74				},
75                { 
76					"distance": 0.732, "id": "11183264", "name": "Maçka Demokrasi Parkı", 
77					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "15 min" } }, "type": "Urban Parks" 
78				},
79                { 
80					"distance": 0.793, "id": "11183261", "name": "Cihangir Çocuk Parkı", 
81					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "11 min" } }, "type": "Urban Parks" 
82				},
83                { 
84					"distance": 0.843, "id": "11183246", "name": "Esenler Yüzyıl Köprüsü", 
85					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "14 min" } }, "type": "Urban Parks" 
86				},
87                { 
88					"distance": 0.96, "id": "105501", "name": "Dolmabahce Clock Tower", 
89					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "13 min" } }, "type": "Monuments and Memorials" 
90				}
91            ],
92            "top": [
93                { 
94					"distance": 0.99, "id": "7127410", "name": "Cicek Passage", 
95					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "14 min" } }, "type": "Buildings and Structures" 
96				},
97                { 
98					"distance": 1.23, "id": "7127389", "name": "Dolmabahce Palace", 
99					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "18 min" } }, "type": "Architectural Buildings" 
100				},
101                { 
102					"distance": 1.334, "id": "111139", "name": "Pera Museum", 
103					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "20 min" } }, "type": "Museums" 
104				},
105                { 
106					"distance": 1.927, "id": "105107", "name": "Galata Tower", 
107					"realDistance": { "commuteTime": { "byCar": "3 min", "byFoot": "27 min" } }, "type": "Monuments and Memorials" 
108				},
109                { 
110					"distance": 2.644, "id": "105499", "name": "Maiden's Towers", 
111					"realDistance": { "commuteTime": { "byCar": "11 min" } }, "type": "Monuments and Memorials" 
112				},
113                { 
114					"distance": 3.114, "id": "107623", "name": "Topkapi Palace", 
115					"realDistance": { "commuteTime": { "byCar": "6 min" } }, "type": "Museums" 
116				},
117                { 
118					"distance": 3.597, "id": "7127471", "name": "Basilica Cistern", 
119					"realDistance": { "commuteTime": { "byCar": "5 min", "byFoot": "57 min" } }, "type": "Historic and Protected Sites" 
120				},
121                { 
122					"distance": 3.76, "id": "105684", "name": "Column of Constantine", 
123					"realDistance": { "commuteTime": { "byCar": "6 min", "byFoot": "55 min" } }, "type": "Monuments and Memorials" 
124				},
125                { 
126					"distance": 4.078, "id": "7132070", "name": "15 July Martyrs Bridge", 
127					"realDistance": { "commuteTime": { "byCar": "5 min" } }, "type": "Bridges" 
128				},
129                { 
130					"distance": 5.231, "id": "7127391", "name": "Istanbul Sapphire", 
131					"realDistance": { "commuteTime": { "byCar": "8 min" } }, "type": "Architectural Buildings" 
132				}
133            ]
134        },
135        "naturalBeauty": {
136            "forest": [
137                { 
138					"distance": 3.45, "id": "11072868", "name": "Banaz Parkı", 
139					"realDistance": { "commuteTime": { "byCar": "4 min", "byFoot": "50 min" } }, "type": "Forests" 
140				}
141            ]
142        },
143        "publicTransport": {
144            "metro": [
145                { 
146					"distance": 0.083, "id": "7135035", "name": "Taksim Metro Station-Gezi Parkı Exit", 
147					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "2 min" } }, "type": "Metro Stations" 
148				},
149                { 
150					"distance": 0.134, "id": "7135036", "name": "Taksim Metro Station-Talimhane Exit", 
151					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "2 min" } }, "type": "Metro Stations" 
152				}
153            ],
154            "train": [
155                { 
156					"distance": 0.397, "id": "4185486", "name": "Taksim", 
157					"realDistance": { "commuteTime": { "byCar": "1 min", "byFoot": "6 min" } }, "type": "Rail Stations"
158				},
159                { 
160					"distance": 0.906, "id": "4193793", "name": "Kabataş", 
161					"realDistance": { "commuteTime": { "byCar": "2 min", "byFoot": "15 min" } }, "type": "Rail Stations" 
162				}
163            ]
164        }
165    },
166    ...
1...
2    "gallery": [
3        {
4            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/56147715.jpg?k=b859abd0abb07ae97103abb09ad128dd47a66de2cd17eb571d4c413365697fce&o=",
5            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/56147715.jpg?k=b859abd0abb07ae97103abb09ad128dd47a66de2cd17eb571d4c413365697fce&o="
6        },
7        {
8            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/56152096.jpg?k=5294dc69dfb13ba259ce51765abdc2991b8593908170109f5688ca6746ec3cba&o=",
9            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/56152096.jpg?k=5294dc69dfb13ba259ce51765abdc2991b8593908170109f5688ca6746ec3cba&o="
10        },
11        {
12            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/56152698.jpg?k=3c2a7caf7cbd75e4b47d7da443dad740cbe325ee6d69c8269907df1a6c734296&o=",
13            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/56152698.jpg?k=3c2a7caf7cbd75e4b47d7da443dad740cbe325ee6d69c8269907df1a6c734296&o="
14        },
15        {
16            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/182867058.jpg?k=4053516170570541758e6980918962a413e8e40261c13b8309aecf33a7b5e382&o=",
17            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/182867058.jpg?k=4053516170570541758e6980918962a413e8e40261c13b8309aecf33a7b5e382&o="
18        },
19        {
20            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/415859172.jpg?k=853cb95627b85dc906884076901d403bdea2b00b4e9217b43f424a923ae9475a&o=",
21            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/415859172.jpg?k=853cb95627b85dc906884076901d403bdea2b00b4e9217b43f424a923ae9475a&o="
22        },
23        {
24            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/415859173.jpg?k=2585c0d15d2c7b70b3005a7c3d384729e306ae7afaeeb6d9559c109201a78cc8&o=",
25            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/415859173.jpg?k=2585c0d15d2c7b70b3005a7c3d384729e306ae7afaeeb6d9559c109201a78cc8&o="
26        },
27        {
28            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/415859174.jpg?k=c55a07825728516cccc983aab0f666659578271f100fb6910e09f17aab292378&o=",
29            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/415859174.jpg?k=c55a07825728516cccc983aab0f666659578271f100fb6910e09f17aab292378&o="
30        },
31        {
32            "hi": "https://t-cf.bstatic.com/xdata/images/hotel/max1024x768/415859175.jpg?k=ed34618ddecdd6bcd09a29b3337872a2c82ac3c3d13e95d473dea4b4c0342cfa&o=",
33            "lo": "https://t-cf.bstatic.com/xdata/images/hotel/max200/415859175.jpg?k=ed34618ddecdd6bcd09a29b3337872a2c82ac3c3d13e95d473dea4b4c0342cfa&o="
34        }
35    ],	
36	...

📖 Host [includes.host]

1...
2	"host": {
3        "info": {
4            "name": "Bono Turizm Yat. San ve Tic. Ltd Şti.",
5            "professionalInfo": {
6                "managedProperties": 1,
7                "yearsOnWebsite": 13
8            },
9            "reviews": {
10                "count": 1564,
11                "score": 9.2
12            }
13        },
14        "messages": {
15            "familyTips": "Taxim Suites Istanbul's rooms are stylish and elegantly decorated. Some of the rooms overlook the Bosphorus. The hotel also offers specially designed suites with spacious living rooms and bedrooms. Some rooms have a fully equipped kitchen or kitchenette with a microwave and refrigerator. Each suite features minimalist interiors with elegant, modern and stylishly designed City or Bosphorus views. Guests can make tea and coffee with the heater provided free of charge in the rooms. Featuring a desk and seating area, each room has a private bathroom with toiletries. Slippers, towels, bathrobes and a hairdryer are provided. A safe deposit box is standard in each room. Some suites have a jacuzzi.\n\nGuests can choose from a menu of international and local specialties served à la carte in the on-site restaurant. There are many restaurants around the hotel for breakfast, lunch and dinner.\n\nThe hotel has a 24-hour front desk and provides concierge service. Minibar items are available at the reception. The friendly staff at Taxim Suites & Residences Istanbul can assist guests with SPA & Turkish Bath reservation, car rental service, transfer service, dry cleaning service, ticket service, information about tourist attractions. The hotel has a laundry room with washing machines and dryers for guests' use.",
16            "languageCode": "en",
17            "neighboorhoodInfo": "You can enjoy the lively atmosphere in Istiklal Street, the shopping and entertainment district, which can be reached by a short walk. The Nisantasi entertainment and shopping district with world-famous brands can be reached in less than 5 minutes by car. There are also many popular medical and aesthetic centers in Nişantaşı. The American Hospital is 1.8 km away and Acibadem Taksim Hospital is just 1 km away. Taksim Suites & Residences Istanbul is a 1-minute walk from Taksim Metro Station in Gezi Park, which provides easy access to many other Istanbul attractions such as Old City, Topkapi Palace, Blue Mosque, Hagia Sophia and Grand Bazaar. Taksim Suites is in the hotels area and Vodafone Park ( Besiktas JK Stadium ) is 1 km away and Dolmabahce Palace is 1.1 km away. It is a 5-minute walk from the Ataturk Cultural Center (AKM). Lütfi Kırdar Congress and Exhibition Center, Istanbul Congress Center, Cemal Reşit Rey Concert Hall and Muhsin Ertuğrul Theater are 1 km away. Cevahir Shopping Center is 3 km away, Zorlu Shopping Center is 6.5 km away and Kanyon Shopping Center is 6.7 km away. Maçka democracy park is 5 minutes walk away. Galata Port is 2.9 km from Istanbul, Sabiha Gökçen Airport is 40 km away and Atatürk International Airport is 20 km away. Istanbul Airport is 38 km from the property.",
18            "ownerInfo": "Taxim Suites & Residences is centrally located on the main street in the heart of Istanbul, just a few steps away from the famous Taksim Square and Gezi Park. The hotel offers long or short stay houses for guests looking for a comfortable and safe environment. The property offers quality time and relaxation in modern rooms equipped with air conditioning, TV and free internet (Wi-Fi).",
19            "welcomeMessage": "Taxim Suites & Residences is centrally located on the main street in the heart of Istanbul, just a few steps away from the famous Taksim Square and Gezi Park. The hotel offers long or short stay houses for guests looking for a comfortable and safe environment. The property offers quality time and relaxation in modern rooms equipped with air conditioning, TV and free internet (Wi-Fi). Taxim Suites Istanbul's rooms are stylish and elegantly decorated. Some of the rooms overlook the Bosphorus. The hotel also offers specially designed suites with spacious living rooms and bedrooms. Some rooms have a fully equipped kitchen or kitchenette with a microwave and refrigerator. Each suite features minimalist interiors with elegant, modern and stylishly designed City or Bosphorus views. Guests can make tea and coffee with the heater provided free of charge in the rooms. Featuring a desk and seating area, each room has a private bathroom with toiletries. Slippers, towels, bathrobes and a hairdryer are provided. A safe deposit box is standard in each room. Some suites have a jacuzzi.\n\nGuests can choose from a menu of international and local specialties served à la carte in the on-site restaurant. There are many restaurants around the hotel for breakfast, lunch and dinner.\n\nThe hotel has a 24-hour front desk and provides concierge service. Minibar items are available at the reception. The friendly staff at Taxim Suites & Residences Istanbul can assist guests with SPA & Turkish Bath reservation, car rental service, transfer service, dry cleaning service, ticket service, information about tourist attractions. The hotel has a laundry room with washing machines and dryers for guests' use."
20        },
21        "spokenLanguages": [ "ar", "de", "en", "es", "tr" ]
22    },
23	...

📖 Rooms [includes.rooms]

... WORKING IN PROGRESS ...
Developer
Maintained by Community
Actor metrics
  • 10 monthly users
  • 84.6% runs succeeded
  • 24.3 days response time
  • Created in Nov 2022
  • Modified about 1 month ago
Categories