Hipcamp: Get Campground Reviews
Hipcamp via Parse · travel
Retrieve reviews (contributed tips) for a campground. Supports cursor-based pagination via the after param. Each review includes a recommendation status, author info, and date. API for searching and extracting campground data from Hipcamp. Includes search, details, site availability, and reviews. Fulfilled by Parse from hipcamp.com.
- hipcamp
- hipcamp-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/6b7d0eb2-8854-4b04-a162-5892bab0642f/get_campground_reviews
- Interface artifact
- sha256:b895cc64fa41c0feffc9e8d2c9e7a888f915757f7f4f095b1ea9089754a0e07c
- Manifest digest
- sha256:78d5ae10497030e357dda573b3388605aceabbf3a2942f9e99cf7d7921da8dfc
Request fields
- after (string): Base64-encoded cursor for pagination, obtained from endCursor in a previous response (e.g. 'Mw'). Omit for first page.
- limit (integer): Max reviews to return per page: Allowed values: 3, 5, 10
- land_id (string, required): Masked ID (e.g. '9mxh8mxy') or numeric land ID. Available from search_campgrounds results[*].node.maskedId.
Example queries
- {"limit":"3","land_id":"mxvhkp6n"}