Booking Com Data Scraper
## The Most Complete Booking.com Hotel API Access real-time hotel data from Booking.com through **8 powerful endpoints** — search destinations, compare prices, check availability, read guest reviews, find nearby hotels, and discover trending destinations. All in one API. ### What You Get **Search & Discovery** - **Search Destinations** — Autocomplete for cities, regions, landmarks, and hotels.…
Booking Com Data Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search & Discovery | ||
| GET |
popularDestinations /api/core/popular-destinations/ |
Get popular travel destinations with live hotel counts. Great for homepage carousels or discovery pages. **Supported regions:** `us`, `uk`, `eu`, `asia`, or omit for global top… |
| GET |
searchDestinations /api/core/search-destinations/ |
Autocomplete/search for cities, regions, landmarks, and hotels. Use this to get `dest_id` and `dest_type` for other endpoints, or to power a search autocomplete UI. **Returns:**… |
| Hotel Search | ||
| GET |
hotelPricesDetailed /api/core/hotel-prices/ |
Search hotels with full pricing breakdown. Same as list-hotels but includes total price, original price, discount percentage, cancellation policy, meal plan, and Genius… |
| GET |
listHotelsByCity /api/core/list-hotels/ |
Search hotels in a city with optional date, guest, and currency filters. Returns basic hotel info with ratings and images. **Returns:** name, hotel_link, hotel_id, rating,… |
| GET |
nearbyHotelsByCoordinates /api/core/nearby-hotels/ |
Find hotels near a specific latitude/longitude, sorted by distance. Includes pricing data. Results are filtered by radius_km. **Example coordinates:** - Times Square NYC:… |
| Hotel Details | ||
| GET |
hotelAvailabilityCheck /api/core/hotel-availability/ |
Quick availability check for a specific hotel. Returns whether rooms are available, the cheapest price, and cancellation policy. **Returns:** hotel_id, hotel_name, checkin,… |
| GET |
hotelReviews /api/core/hotel-reviews/ |
Get guest reviews for a specific hotel including overall score, category breakdown, and individual reviews with positive/negative comments. **Returns:** hotel_id, hotel_name,… |
| GET |
hotelDetailFullPage /api/core/hotel/detail/ |
Get full hotel details including rooms, amenities, images, and pricing by scraping the hotel page. Note: This endpoint uses Selenium and is slower (~10s). **Returns:**… |
Booking Com Data Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $19 / month | 1 / minute |
|
| PRO Recommended | $49 / month | 60 / minute |
|
| ULTRA | $149 / month | 10000 / minute |
|