Snapptrip: Search Hotels
Snapptrip via Parse · travel
Search for available hotels in a given city for specified dates. Returns paginated results ordered by best-selling, including hotel name, star rating, user score, price, address, amenities, and location. Each page returns up to 20 hotels. The hotel_id in results can be used with get_hotel_detail. Search and retrieve hotel and villa/apartment listings on snapptrip.com, Iran's travel booking platform. Fulfilled by Parse from www.snapptrip.com.
- parse
- platform-key
- real-estate
- reviews-ratings
- snapptrip
- travel
- www-snapptrip-com
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/ff72dcac-7906-4ac2-9a4d-97617b563c93/search_hotels
- Interface artifact
- sha256:d115e198b6a1b4ccfa16857528aa6ac13bb6098f0a3a73637fe5a91a321f6e1f
- Manifest digest
- sha256:0fc68ff4db7498b6afff578a1319d5f6d7fa16e9cc94ebc78da335144839f29c
Request fields
- city (string, required): City name in Persian or English (e.g. 'tehran', 'مشهد', 'isfahan'). Resolved to a city_id internally.
- page (integer): Page number for pagination, starting from 1.
- guests (string): Number of rooms/guests (used as no_rooms parameter).
- check_in (string, required): Check-in date in ISO format YYYY-MM-DD.
- check_out (string, required): Check-out date in ISO format YYYY-MM-DD. Must be after check_in.
Example queries
- {"city":"tehran","check_in":"2026-09-05","check_out":"2026-09-07"}