You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*BookingApi* | [**bookingGetPropertyDetail**](docs/Api/BookingApi.md#bookinggetpropertydetail) | **GET** /v1/booking/properties/{country_code}/{slug} | Get property detail
189
189
*BookingApi* | [**bookingGetPropertyReviews**](docs/Api/BookingApi.md#bookinggetpropertyreviews) | **GET** /v1/booking/properties/{country_code}/{slug}/reviews | Get property reviews
190
+
*BookingApi* | [**bookingGetRoomTypesAndLiveRates**](docs/Api/BookingApi.md#bookinggetroomtypesandliverates) | **GET** /v1/booking/properties/{country_code}/{slug}/rooms | Get room types and live rates
Copy file name to clipboardExpand all lines: docs/Api/BookingApi.md
+79Lines changed: 79 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ All URIs are relative to https://scrapebadger.com, except if the operation defin
8
8
|[**bookingBookingScraperHealthCheckHead()**](BookingApi.md#bookingBookingScraperHealthCheckHead)|**HEAD** /v1/booking/health | Booking scraper health check |
9
9
|[**bookingGetPropertyDetail()**](BookingApi.md#bookingGetPropertyDetail)|**GET** /v1/booking/properties/{country_code}/{slug} | Get property detail |
10
10
|[**bookingGetPropertyReviews()**](BookingApi.md#bookingGetPropertyReviews)|**GET** /v1/booking/properties/{country_code}/{slug}/reviews | Get property reviews |
11
+
|[**bookingGetRoomTypesAndLiveRates()**](BookingApi.md#bookingGetRoomTypesAndLiveRates)|**GET** /v1/booking/properties/{country_code}/{slug}/rooms | Get room types and live rates |
Every room type at one property with every rate bookable on it for the given dates — price, price before discount, price per night, discounts and badges — plus per-room facilities, bed layouts, occupancy and photos. /search returns only the cheapest rate per property; this returns the whole table.
0 commit comments