Bookretreats: Search Retreats
Bookretreats via Parse · travel
Search for retreats based on location, category, and other filters. Returns a paginated list of retreat cards with pricing, ratings, duration, availability, and links to detail pages. Pagination is page-based (30 results per page). When no filters are applied, returns all retreats sorted by recommendation. Each item includes a cta_urls.details_url suitable for passing to get_retreat_details. Search and browse retreats on BookRetreats.com including locations, categories, and detailed retreat information. Fulfilled by Parse from bookretreats.com.
- bookretreats
- bookretreats-com
- marketplace
- parse
- platform-key
- reviews-ratings
- travel
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/e25017fd-fef6-467c-a2f4-26d70a700097/search_retreats
- Interface artifact
- sha256:cbe86f34bdd6b693d264acc3181aea82a3aed059e7325eeb233850bc314dd84f
- Manifest digest
- sha256:cfa988756e32899a0db298f7129c21ea35fd07f23288d508b1a882c32727c42e
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: Recommended, Price, Rating, Duration
- category (string): Retreat category filter (e.g. 'yoga-retreats', 'wellness-retreats', 'ttc'). Values correspond to alias field from get_categories endpoint.: Allowed values: yoga-retreats, wellness-retreats, ttc
- location (string): Location filter (e.g. 'Mexico', 'Thailand', 'Costa Rica'). Values available from get_default_locations endpoint.: Allowed values: United States, Mexico, Costa Rica, Hawaii, United States, Florida, United States, California, United States, Thailand, Bali, Indonesia
- price_max (integer): Maximum price filter in USD.
- price_min (integer): Minimum price filter in USD.
- duration_max (integer): Maximum duration in days.
- duration_min (integer): Minimum duration in days.
Example queries
- {"page":"1","sort":"Recommended","category":"yoga-retreats","location":"United States","price_max":"5000","price_min":"100","duration_max":"14","duration_min":"3"}