Hipcamp: Search Campgrounds
Hipcamp via Parse · travel
Search for campgrounds by geographic coordinates. Returns a paginated list of campground listings with pricing, ratings, and booking info. Both lat and lng are required. Use offset and limit for pagination. 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/search_campgrounds
- Interface artifact
- sha256:b217d37a62340ece9c035c53c00da2e22317417e13b72e797bbfcab0178d8a2b
- Manifest digest
- sha256:ab49f8a6cf24d10603464c5d91332f25e933b46c85214aa1c91e87e28aff2f14
Request fields
- lat (number, required): Latitude for coordinate-based search (e.g. 37.7749)
- lng (number, required): Longitude for coordinate-based search (e.g. -122.4194)
- limit (integer): Max results to return per page: Allowed values: 5, 10, 20
- query (string): Optional keyword to refine the coordinate search (e.g. a destination or location name)
- adults (integer): Number of adults: Allowed values: 1, 2, 3, 4
- offset (integer): Pagination offset (number of results to skip): Allowed values: 0
Example queries
- {"lat":"37.7749","lng":"-122.4194","limit":"5","adults":"1","offset":"0"}