TRAVEL & HOSPITALITY
Booking.com API.
Hotel info, reviews, and search across properties worldwide. Just call the endpoint. We handle proxies, rate limits, anti-bot, and data formatting for you.
3 ready-to-use endpointsNo infrastructure neededClean JSON response
Try the API.
request.sh
curl -X POST https://api.scrapebase.io/api/v2/booking/hotel \
-H "X-API-Key-ID: sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"hotelUrl": "https://www.booking.com/hotel/us/the-plaza-new-york.html"
}'response.json
{
"hotelName": "The Plaza",
"starRating": 5,
"reviewScore": 8.7,
"reviewCount": 4218,
"address": "768 5th Avenue, New York, NY 10019",
"pricePerNight": 895,
"currency": "USD",
"amenities": ["Spa", "Fitness Center", "Concierge", "Room Service"],
"checkInTime": "15:00",
"checkOutTime": "12:00"
}All endpoints.
POST
/api/v2/booking/hotelFull hotel info, amenities, pricing
syncPOST
/api/v2/booking/hotel/reviewsHotel reviews with ratings
streamPOST
/api/v2/booking/searchSearch hotels by location
streamWho uses this.
01
Travel Aggregators
Build comprehensive hotel comparison databases with real-time pricing across global destinations.
02
Hospitality Consultants
Analyze guest review trends and competitor amenity offerings to advise hotel operators on improvements.
03
Revenue Management Teams
Track competitor pricing fluctuations by season to optimize dynamic pricing strategies.
Start building.
Pay per successful request. Failed calls are free.