Skip to main content
The Booking.com Hotels plugin turns any Booking.com search into structured JSON. Give it a city and your dates, and it returns the properties Booking shows - each with name, total price for the stay, review score and count, address, coordinates, a photo and a clean property URL. Set guests and rooms, pick a currency, and page through to max_results. It runs on the same fetch chain that serves getPageSource, so you get the results without touching Booking’s bot wall (DataDome) and without a Booking affiliate account.
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live results view plus a copy-paste snippet.

Endpoint

Supported currencies

USD EUR GBP AUD CAD CHF JPY CNY INR BRL MXN PLN SEK NOK DKK AED SGD ZAR TRY RUB

Response

Property fields

Any field with no value is omitted from a property, so each item carries only the fields Booking actually showed. Prices are only returned when both checkin and checkout are supplied, in currency (default USD); without dates you still get the property list, review scores and location.

What you can build

  • Rate monitoring - track a hotel’s nightly price for a date range over time.
  • Market and competitor research - pull every property in a city with review scores.
  • Travel apps - power a hotel-search view without a Booking affiliate contract.
  • Location analysis - map properties by coordinates and price band.

Next steps

Open the plugins

Run a Booking.com search and grab the JSON.

Get an API key

Free trial available on the pricing page.