App Logo
booking.com

Search stays near a location

Search Booking.com stays (hotels, apartments...) sorted by distance from a free-text location (address, landmark, city, hotel name), returning rating, distance, price and cancellation info per result.

Input

checkin required

Check-in date, YYYY-MM-DD.

checkout required

Check-out date, YYYY-MM-DD.

location required

Free-text place to search near: address, landmark, city or hotel name (e.g. "124 Rue Réaumur, Paris" or "Tour Eiffel"). It must name a place Booking.com can actually find. Booking never answers "no match" — it quietly falls back to the nearest thing it can geocode anywhere in the world — so when the place it settles on shares nothing with what was asked, the search is refused instead of returning hotels somewhere else entirely.

rooms optional

Number of rooms.

Default: 1
adults optional

Number of adults.

Default: 2
children optional

Number of children.

Default: 0
minRating optional

Only keep results with a review score at or above this threshold (0-10 scale). Properties with no reviews yet are excluded. Set to 0 to disable filtering.

Default: 7

Output

results required
resolvedLocation optional
totalPropertiesFound optional

FAQ

Search Booking.com stays (hotels, apartments...) sorted by distance from a free-text location (address, landmark, city, hotel name), returning rating, distance, price and cancellation info per result.
Required: location, checkin, checkout. Optional: rooms, adults, children, minRating.
It returns results, resolvedLocation, totalPropertiesFound.
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/search_stays_near_location, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/booking.com/search_stays_near_location
It is part of Reduck's official curated catalogue.

Start building not clicking