Hotelscan: Get Hotel Reviews
Hotelscan via Parse · travel
Get guest reviews for a specific hotel. Returns reviews from multiple sources (Expedia, Hotels.com) with ratings, reviewer names, dates, and text. Supports pagination via offset/limit. Search hotels, get details, reviews, rooms, pricing, and destination information from hotelscan.com Fulfilled by Parse from hotelscan.ai.
- hotelscan
- hotelscan-ai
- 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/e9948ea1-eeaf-4018-8997-fd134e61ab9f/get_hotel_reviews
- Interface artifact
- sha256:9a403f0cc53dcbd793c0614421259e8618771878e66df17af241c6400ca6ee88
- Manifest digest
- sha256:d0edd7648f898d91ec05dd716b2033455bf7bed97ce6428f224b0ccf1318ed1c
Request fields
- sort (string): Sort order for reviews.: Allowed values: date_desc
- limit (integer): Maximum number of reviews to return.
- offset (integer): Pagination offset.
- hotel_id (string, required): Hotel ID from get_autocomplete_suggestions or get_similar_hotels (e.g. '227955').
Example queries
- {"sort":"date_desc","limit":"20","offset":"0","hotel_id":"227955"}