Pitchup: List All Campsites
Pitchup via Parse · travel
List all campsites on Pitchup.com with names and available contact information (address, postcode, GPS coordinates). Supports pagination and country filtering. Email addresses are not available as Pitchup routes all communication through their platform. APIs for searching campsites, getting details, reviews, availability, and pricing from Pitchup.com. Fulfilled by Parse from pitchup.com.
- maps-geo
- parse
- pitchup
- pitchup-com
- 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/0b399b4f-583c-4f0b-b7b8-981db90b7e1a/list_all_campsites
- Interface artifact
- sha256:cab7b3fc17608841770c22f6c6d046a173fd4507d94e233ef0745aebbccd8d29
- Manifest digest
- sha256:da8782e901d7b31111f49b5c2e20f5ae3cc3592d3b4a30c2d9eaf9b029e42781
Request fields
- page (integer): Page number (starts at 1).
- limit (integer): Results per page (max 500).
- country (string): Filter by country/region path (e.g. 'England', 'Scotland', 'Wales', 'france', 'spain'). UK uses title case, others lowercase.
- bookable_only (string): Set to 'true' to only return currently bookable campsites.: Allowed values: true, false
Example queries
- {"page":"1","limit":"5","country":"England","bookable_only":"true"}