Campendium Campground Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
| Field | Description |
|---|---|
campgroundId | Campendium campground ID/slug |
name | Campground name |
type | Type (RV Park/Campground/State Park/etc.) |
description | Description |
rating | Average rating |
reviewCount | Number of reviews |
address | Street address |
city | City |
state | US state code |
country | Country |
latitude | GPS latitude |
longitude | GPS longitude |
priceRange | Nightly price range (e.g. "$25 – $55") |
isFree | True if free camping |
amenities | List of available amenities |
imageUrl | Campground photo URL |
campgroundUrl | Campendium page URL |
phone | Phone number |
website | Official campground website |
recordType | Always "campground" |
scrapedAt | ISO 8601 timestamp |
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | searchCampgrounds | searchCampgrounds / campgroundDetails / searchByState / topRated |
query | string | California coast | Search keyword (mode=searchCampgrounds) |
state | string | — | US state code e.g. CA, TX (mode=searchByState) |
campgroundType | string | — | Filter by campground type |
campgroundUrls | array | — | Full URLs (mode=campgroundDetails) |
maxItems | integer | 20 | Max 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.