ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Booking.com

Booking.com Reviews API

Get Booking.com guest reviews for a property - positive and negative text, score, stay date, guest name, country and trip type, room booked - with the score breakdown by category and Booking's own praise and complaint summary, as JSON. Costs 1 credit per request.

POST/api/v1/booking/reviews

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
hotelstringrequired

Booking.com property URL or the bare page slug, 1-500 characters; query params are discarded. Chaining the url a /booking/search row returns is always cheapest - a bare slug under the wrong country_code is a real, BILLED 404.

Example: citizenm-austin-downtown

country_codestringdefault:us

Two-letter country code for the property page. Only consulted for a bare slug, and a wrong one is a real, BILLED 404.

checkinstring

Check-in date, YYYY-MM-DD. Must be sent together with checkout: Booking ignores a lone checkin and prices a default range of its own, so you get real prices for dates you never asked for.

Example: 2026-09-08

checkoutstring

Check-out date, YYYY-MM-DD. Must be later than checkin and sent together with it.

Example: 2026-09-10

adultsintegerdefault:2

Adult guests, 1 or more.

children_agesarray<integer>

AGES of the accompanying children, 0-17 each, up to 10 entries. Ages, not a count.

Example: [4, 9]

roomsintegerdefault:1

Rooms to price, 1 or more.

currencystringdefault:USD

ISO 4217 currency for every price in the response, 3 letters. Leave it out and Booking prices off the proxy exit, so two identical requests can disagree.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.booking.reviews("citizenm-austin-downtown")
print(results)

Response

"hotel_id": 9927207,
"name": "citizenM Austin Downtown",
"page_name": "citizenm-austin-downtown",
"url": "https://www.booking.com/hotel/us/citizenm-austin-downtown.html",
"score": 8.5,
"total_count": 2122,
"count": 10,
},
"response_time": 3666,
"credits_used": 1,
"credits_remaining": 4820
}
PreviousBooking.com HotelNextAirbnb Search
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy