Booking.com API V2
This API grants access to Booking.com's vast database of hotels, including detailed information such as room availability, pricing, customer reviews, and high-quality hotel photos. You can retrieve comprehensive hotel data, including amenities, services, and room details, along with reviews filtered by date, rating, and language. Additionally, room pricing history is saved, enabling you to track…
Booking.com API V2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| hotel | ||
| GET |
hotel-data /api/v1/data/hotel |
This endpoint delivers hotel data, including key details such as the hotel's name, location, amenities, room types, and available services. It allows you to fetch up-to-date data… |
| GET |
photos /api/v1/data/photos |
This endpoint allows you to retrieve a collection of photos for a specific hotel based on the hotel_id. It provides high-quality images of the hotel's exterior, interior, rooms,… |
| GET |
reviews /api/v1/data/reviews |
This endpoint provides access to customer reviews for a specific hotel, including ratings, feedback, and review metadata. You can retrieve and filter reviews by date, language,… |
| GET |
rooms-list /api/v1/data/room-list |
This endpoint provides a list of available rooms for a specific hotel, including room types, names, pricing, and availability. Once the data is fetched, it will be saved to the… |
| GET |
rooms-list-history /api/v1/data/rooms-list-history |
This endpoint allows you to retrieve previously searched room names, prices, and related information, providing a history of past searches. You can use this data to compare price… |
| ping | ||
| GET |
ping_ping_get /ping |
|
Booking.com API V2 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $0.99 / month | 5 / second |
|
| PRO | $99.99 / month | 5 / second |
|
| ULTRA | $299 / month | 10 / second |
|