Trip: Search Hotels
Trip via Parse · travel
Search for hotels in a destination city. Returns a list of hotels with pricing, star ratings, guest review scores, room info, and location details. Use city IDs from get_hot_destinations. Results are returned as a single page of up to 10 hotels. APIs for searching flights, hotels, and attractions on hk.trip.com, with access to hotel reviews and trending destinations. Fulfilled by Parse from hk.trip.com.
- hk-trip-com
- maps-geo
- parse
- platform-key
- reviews-ratings
- travel
- trip
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/9bcbfcea-6ec6-48ea-91e3-b149077443a0/search_hotels
- Interface artifact
- sha256:36429728f86122712d5d408057c1ad2ccc5804eefb4288ec47ef052259370904
- Manifest digest
- sha256:f7e677d8da3f03723ff5b3ec561ed4130e28f2af436f4a9816501a2c6e938705
Request fields
- adults (integer): Number of adults
- checkin (string, required): Check-in date in YYYY-MM-DD format
- city_id (string, required): City ID (e.g., 228 for Tokyo, 58 for Hong Kong, 30 for Shenzhen). Obtain from get_hot_destinations.
- checkout (string, required): Check-out date in YYYY-MM-DD format
Example queries
- {"adults":"2","checkin":"2026-07-10","city_id":"58","checkout":"2026-07-12"}