Booking: Search Properties
Booking via Parse · travel
Search for properties on Booking.com by destination, dates, and guest configuration. Returns paginated results (25 per page) with property names, URLs, prices, and ratings. Results are deduplicated by URL. When fetch_all is true, automatically paginates through results and returns a single deduplicated list; if max_results is omitted all available results are returned, otherwise the list is capped at the given value. Offset is ignored in fetch_all mode. Scraper for Booking.com to search for accommodations and retrieve property details. Fulfilled by Parse from booking.com.
- booking
- booking-com
- parse
- platform-key
- real-estate
- reviews-ratings
- travel
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/347ab358-c792-4521-9ff2-bff0c7f845e0/search_properties
- Interface artifact
- sha256:945867a5ccb890b5179bbe21019d3e08d4d9a2a1f2b3e3cb92bb3aac7a53ba84
- Manifest digest
- sha256:7323e7f7ee28c8910d5f1e3ca073ce9efbde5169392babd0db1d148653a13482
Request fields
- rooms (integer): Number of rooms
- adults (integer): Number of adults
- offset (integer): Results offset for pagination (increments of 25). Ignored when fetch_all is true.
- checkin (string, required): Check-in date in ISO format YYYY-MM-DD
- checkout (string, required): Check-out date in ISO format YYYY-MM-DD
- fetch_all (boolean): When true, automatically fetches all available pages and returns the full deduplicated set of properties, optionally capped by max_results.
- destination (string, required): Search destination (city, region, or property name)
- max_results (integer): Maximum number of properties to return when fetch_all is true. Accepts any positive integer. When omitted, all available results are returned.
Example queries
- {"checkin":"2026-09-12","checkout":"2026-09-14","destination":"Paris"}