Hotels: Search Hotels
Hotels via Parse · travel
Search for hotels by destination and check-in/check-out dates. Returns up to 20 hotel listings sorted by recommendation, each with name, location, nightly and total pricing, guest rating, review summary, image URL, and a direct booking URL. The region_id is obtained from autocomplete_destination or get_popular_destinations. Dates must be in the future. APIs to search hotels by destination and dates, suggest travel destinations via autocomplete, and retrieve popular destination lists from Hotels.com. Fulfilled by Parse from hotels.com.
- hotels
- hotels-com
- maps-geo
- parse
- platform-key
- reviews-ratings
- travel
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fa8d38aa-36ba-45d4-8191-f30d2d2e3c46/search_hotels
- Interface artifact
- sha256:ee7310b8845b839bd3249d08d94865c8b22ef01c76c8132b39f468c715b76125
- Manifest digest
- sha256:c3d42cef8257c07e34f449fd219aa95567ecc81744278447f68fcec151bcb9e9
Request fields
- query (string, required): Destination name (e.g. 'Istanbul', 'Paris, France')
- rooms (integer): Number of rooms: Allowed values: 1, 2, 3
- adults (integer): Number of adults per room: Allowed values: 1, 2, 3, 4
- end_date (string, required): Check-out date in ISO format YYYY-MM-DD
- region_id (string, required): Region ID from autocomplete_destination or get_popular_destinations (e.g. '2734' for Paris, '1639' for Istanbul): Allowed values: 2734, 1639, 2621
- start_date (string, required): Check-in date in ISO format YYYY-MM-DD
Example queries
- {"query":"Paris","rooms":"1","adults":"1","end_date":"2026-09-09","region_id":"2734","start_date":"2026-09-06"}