Queue a search crawl
Submit a multi-page Booking.com search as an async job (up to 25 pages).
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)?)$First page to crawl (default 1)
^\d+$Last page to crawl, max 25 pages from start_page
^\d+$Max time to wait, in ms
^\d+$