Search hotel availability
Search Booking.com for a destination and stay window, returning structured property results.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Destination text or lat,lng
1Check-in date (YYYY-MM-DD)
^\d{4}-\d{2}-\d{2}$Check-out date (YYYY-MM-DD)
^\d{4}-\d{2}-\d{2}$Number of adults (default 2)
^\d+$Number of children (default 0)
^\d+$Comma-separated child ages; length must match children
^\d+(,\d+)*$Number of rooms (default 1)
^\d+$Display currency (ISO 4217)
^[A-Za-z]{3}$Point-of-sale market (ISO country code)
^[A-Za-z]{2}$Device profile to emulate
desktop, mobile, tablet Sort order for results
1Minimum per-night price
^\d+$Maximum per-night price
^\d+$Comma-separated star ratings to include
^[1-5](,[1-5])*$Minimum review score, 1-10
^(10(\.0)?|\d(\.\d)?)$Result page number
^\d+$Number of pages to fetch, max 5
^\d+$Max time to wait, in ms
^\d+$Response
Structured Booking.com search results.
booking search ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$