hotels.com API: get_nearby_hotels
hotels.com via Parse · travel
Get nearby hotels around a specific property. Returns up to 20 hotel listings near the given property, each with name, location, nightly and total pricing, guest rating, image URL, and a direct booking URL. The property_id is obtained from search_hotels results. When dates are omitted, results use the next available dates with default pricing. 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-com
- maps-geo
- parse
- platform-key
- reviews-ratings
- travel
Price and execution
- Price
- $0.02 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/get_nearby_hotels
- Interface artifact
- sha256:df1a52088145f78d6a097e80dde40f9d4c262445010c4a365e18b7cea016a33a
- Manifest digest
- sha256:67b4e142293079b4e095a9b46bc254255825ef13d68b77e595f19ddc13d54f51
Request fields
- 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): Check-out date in ISO format YYYY-MM-DD. If omitted, defaults to the day after tomorrow.
- start_date (string): Check-in date in ISO format YYYY-MM-DD. If omitted, defaults to tomorrow.
- property_id (string, required): Hotel property ID from search_hotels results (e.g. '868' for Terrass Hotel Paris)
Example queries
- {"rooms":"1","adults":"1","end_date":"2026-09-09","start_date":"2026-09-06","property_id":"565298"}