Hipcamp API
hipcamp.com
Hipcamp - camping and outdoor stays marketplace with destinations, listings, and pricing.
- Actions
- 7
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the Hipcamp API
Submit a task, then poll the job until it settles. This example runs act_hipcamp_campsite_search_listing.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_hipcamp_campsite_search_listing",
"params": {
"arrive_date": "2026-07-19",
"depart_date": "2026-07-22",
"destination_label": "Yosemite National Park",
"search_latitude": "37.749375",
"search_longitude": "-119.588651",
"geocoded_place_id": "place.367184108"
}
}'7 actions on hipcamp.com
Read
Homepage Feed
act_hipcamp_homepage_ssrread1 credit / callReturns featured listings with names, URLs, and slugs.
Write
Write actions change state on hipcamp.com and run as the account you connect.
Campsite Search Listing
act_hipcamp_campsite_search_listingwrite2 credits / callReturns campsite search results by destination and dates with names, prices, ratings, and coordinates.
- arrive_date
- date · required
- depart_date
- date · required
- destination_label
- string · required
- search_latitude
- string · required
- search_longitude
- string · required
- geocoded_place_id
- string · required
- geocoded_place_description
- string
- private_offset
- integer
- private_limit
- integer
Filter Facets
act_hipcamp_filter_facetswrite2 credits / callReturns available search filters for an area with names and parameters.
- search_latitude
- string · required
- search_longitude
- string · required
Listing Availability Calendar
act_hipcamp_listing_availability_calendarwrite2 credits / callReturns reserved dates and the campsites booked for a listing.
- land_masked_id
- string · required
Listing Details
act_hipcamp_listing_detailwrite2 credits / callReturns full listing details with location, price, rating, photos, and amenities.
- land_masked_id
- string · required
- category_slug
- string
- adults
- string
- children
- string
- group_size
- string
- pets
- string
Listing Sites Pricing Availability
act_hipcamp_listing_sites_pricing_availabilitywrite2 credits / callReturns per-site pricing and availability for a listing on selected dates.
- land_masked_id
- string · required
- arrive_date
- date · required
- depart_date
- date · required
- adults
- string
- children
- string
- group_size
- string
- pets
- string
Site Calculated Price
act_hipcamp_site_calculated_pricewrite2 credits / callReturns a campsite's price breakdown with nightly, total, fees, and taxes.
- land_masked_id
- string · required
- site_id
- string · required
- arrive_date
- date · required
- depart_date
- date · required
- adults
- integer
- children
- integer
Hipcamp API questions
- Is there an API for Hipcamp?
- Hipcamp does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for hipcamp.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Hipcamp data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when hipcamp.com changes its markup, Anakin updates the action.
- Do I need a Hipcamp account?
- No. Every Hipcamp action listed here runs anonymously — no account and no credentials required.
- What does the Hipcamp API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb Portugal
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.