Pitchup: Search Campsites
Pitchup via Parse · travel
Search for campsites by location, dates, and other filters. Returns a paginated list of campsites with basic info, ratings, and lead prices. Results are enriched with detail data (name, hierarchy, photos) via a secondary per-result lookup. Without a location, returns all bookable campsites globally. 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.20 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/search_campsites
- Interface artifact
- sha256:99be7ea4d10641d48a599a73577c6c0c7c77c359bd9878e182d40c6107adf0ab
- Manifest digest
- sha256:d91217d0b389977933b89cf972743a202feb99b2ee51f4a3dae2d83f93fd2f17
Request fields
- page (integer): Page number.
- sort (string): Sort order for results.: Allowed values: magic, price, -rating, -weighted_rating, -price
- country (string): Country ISO code (e.g. 'GB').
- location (string): Location name or search query (e.g. 'Cornwall', 'Lake District').: Allowed values: Cornwall, Lake District, Devon
- pitch_types (string): Filter by pitch types (e.g. 'tent', 'caravan', 'motorhome').: Allowed values: tent, caravan, motorhome
- adults_count (integer): Number of adults.
- arrival_date (string): Arrival date in YYYY-MM-DD format.
- departure_date (string): Departure date in YYYY-MM-DD format.
Example queries
- {"page":"1","sort":"magic","country":"GB","location":"Cornwall","pitch_types":"tent","adults_count":"2","arrival_date":"2026-06-26","departure_date":"2026-06-29"}