App Logo
booking.com

Get Booking.com hotel details

Fetch a hotel's Booking.com listing: name, star rating, guest rating, review count, address, description, and image. No login required.

Input

hotel_slug required

Booking.com hotel path segment, e.g. "fr/hotelauroremontmartre" from booking.com/hotel/fr/hotelauroremontmartre.en-gb.html

Output

available required
hotel_slug required
url optional
name optional
imageUrl optional
postalCode optional
starRating optional
description optional
reviewCount optional
addressRegion optional
streetAddress optional
addressCountry optional
addressLocality optional
guestRatingBest optional
guestRatingValue optional

FAQ

Fetch a hotel's Booking.com listing: name, star rating, guest rating, review count, address, description, and image. No login required.
Required: hotel_slug.
It returns url, name, imageUrl, available, hotel_slug, postalCode, starRating, description, reviewCount, addressRegion, streetAddress, addressCountry, addressLocality, guestRatingBest, guestRatingValue.
No. It only uses pages of booking.com that are reachable without signing in.
It only reads. It looks things up on booking.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/booking.com/get_hotel, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/booking.com/get_hotel
It is part of Reduck's official curated catalogue.

Start building not clicking