Campendium Campground Scraper avatar

Campendium Campground Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Campendium Campground Scraper

Campendium Campground Scraper

Scrape campground and RV park listings from Campendium - the largest RV and camping review site. Search by location, state, or campground type. Returns ratings, amenities, pricing, GPS coordinates, and user reviews.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape campground and RV park listings from Campendium — the largest RV and camping review community. Search by keyword or location, browse by US state, filter by campground type, or get the top-rated campgrounds. Returns ratings, amenities, pricing, GPS coordinates, and contact details.

What this actor does

  • Four modes: searchCampgrounds, campgroundDetails, searchByState, topRated
  • 7 campground types: RV parks, campgrounds, national forest, state parks, BLT/COE, dispersed camping, boondocking
  • Full metadata: GPS coordinates, price range, amenities, phone, website
  • Empty fields are omitted — no null values in output

Output per campground

FieldDescription
campgroundIdCampendium campground ID/slug
nameCampground name
typeType (RV Park/Campground/State Park/etc.)
descriptionDescription
ratingAverage rating
reviewCountNumber of reviews
addressStreet address
cityCity
stateUS state code
countryCountry
latitudeGPS latitude
longitudeGPS longitude
priceRangeNightly price range (e.g. "$25 – $55")
isFreeTrue if free camping
amenitiesList of available amenities
imageUrlCampground photo URL
campgroundUrlCampendium page URL
phonePhone number
websiteOfficial campground website
recordTypeAlways "campground"
scrapedAtISO 8601 timestamp

Input

FieldTypeDefaultDescription
modestringsearchCampgroundssearchCampgrounds / campgroundDetails / searchByState / topRated
querystringCalifornia coastSearch keyword (mode=searchCampgrounds)
statestringUS state code e.g. CA, TX (mode=searchByState)
campgroundTypestringFilter by campground type
campgroundUrlsarrayFull URLs (mode=campgroundDetails)
maxItemsinteger20Max campgrounds (1–300)

Example: search California coast campgrounds

{
"mode": "searchCampgrounds",
"query": "California coast",
"maxItems": 20
}

Example: top-rated RV parks in Texas

{
"mode": "topRated",
"state": "TX",
"campgroundType": "rv_park",
"maxItems": 20
}

Frequently Asked Questions

Does this require a Campendium account? No. This scraper uses Campendium's public website.

What campground types are supported? rv_park, campground, national_forest, state_park, blt, dispersed, boondocking.

Can I search by state? Yes, use mode=searchByState with a two-letter state code (e.g. CA, TX, FL).

Does this include free camping spots? Yes. Free campsites include isFree: true in the output.