Ctrip: Search Hotels
Ctrip via Parse · travel
Search for hotels by city and dates. Returns paginated hotel list with basic info, pricing, room details, and comments. Pagination via page_index; response includes hotelListAddtionInfo with hotelTotalCount and isLastPage. Search hotels, get details, rooms, and reviews from Ctrip (携程酒店) Fulfilled by Parse from hotels.ctrip.com.
- ctrip
- hotels-ctrip-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/b25cb0e8-6958-4837-9980-1645cec5a4ce/search_hotels
- Interface artifact
- sha256:a417d4bec395a7f412824315d564b8c5106fd08ea9a9b1dd544866c0667c026d
- Manifest digest
- sha256:db85e03ba8981bf1ca14ed1415aa574da4633b986d766e1e3008b33c63fbe39c
Request fields
- checkin (string): Check-in date in YYYYMMDD or YYYY-MM-DD format. Defaults to today (CST).
- city_id (string, required): City ID from get_city_list (e.g., '2' for Shanghai, '1' for Beijing)
- checkout (string): Check-out date in YYYYMMDD or YYYY-MM-DD format. Defaults to tomorrow (CST).
- page_size (integer): Number of results per page.
- page_index (integer): Page number starting from 1.
Example queries
- {"checkin":"20260619","city_id":"1","checkout":"20260620","page_size":"5","page_index":"1"}