RoverPass RV Park & Campground Scraper avatar

RoverPass RV Park & Campground Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
RoverPass RV Park & Campground Scraper

RoverPass RV Park & Campground Scraper

Scrape RoverPass - a large RV park and campground marketplace covering the US, Canada, Mexico, Australia, New Zealand and the UK. Browse by state/province/region and city, or look up specific listings by URL. Extracts pricing, location, amenities, ratings, photos and contact info.

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

4 days ago

Last modified

Share

Scrape RoverPass — a large RV park and campground marketplace covering the United States, Canada, Mexico, Australia, New Zealand and the UK. Browse listings by state/province/region and city, or look up specific listings by URL. No login, no cookies, no API key, no proxy required.

What this actor does

  • Two modes: browse (by region + optional city, with pagination) and byUrl (direct listing lookup)
  • 127 regions: every US state + DC + Puerto Rico + Virgin Islands, every Canadian province/territory, every Mexican state, every Australian state/territory, every New Zealand region, and England/Scotland/Wales/Northern Ireland
  • Filters: min/max nightly price, min rating, pet-friendly only
  • Rich per-listing data: pricing (nightly/weekly/monthly), amenities, photos, coordinates, contact info, check-in/out times, discount club affiliations
  • Empty fields are omitted

Output per campground / RV park

  • campgroundId, name, slug, listingUrl
  • description
  • address, address2, city, state, zip, country
  • latitude, longitude
  • phone, email, website, facebookUrl
  • priceDailyLow, priceDailyHigh, priceWeeklyLow, priceWeeklyHigh, priceMonthlyLow, priceMonthlyHigh, priceCurrency
  • ratingValue, reviewsCount, picturesCount, sitesCount
  • petFriendly, petFee, amenities[]
  • checkInFrom, checkInTo, checkOutTime, checkInProcedure, maxStayDays, ageLimit, timezone
  • verified, permanentlyClosed, reservationsActive
  • discountClubs[] — active affiliations (Good Sam, Passport America, RoverPass, Happy Camper Club)
  • images[], primaryImageUrl
  • recordType: "campground", scrapedAt

Input

FieldTypeDefaultDescription
modestringbrowsebrowse / byUrl
regionstringtexasRegion slug to browse (mode=browse; select dropdown, 127 options)
citystringNarrow to a specific city within the region (mode=browse)
listingUrlsarrayListing URLs or bare slugs (mode=byUrl)
minPriceDailyintDrop listings whose lowest nightly rate is below this
maxPriceDailyintDrop listings whose lowest nightly rate is above this
minRatingfloatDrop listings with average rating below this (0–5, decimals allowed e.g. 4.5)
petsAllowedOnlyboolfalseOnly emit listings explicitly marked pet-friendly
maxItemsint20Hard cap (1–500)

Example: browse a state

{
"mode": "browse",
"region": "texas",
"maxItems": 30
}

Example: browse a city with filters

{
"mode": "browse",
"region": "texas",
"city": "Austin",
"minPriceDaily": 20,
"maxPriceDaily": 80,
"petsAllowedOnly": true
}

Example: lookup specific listings

{
"mode": "byUrl",
"listingUrls": [
"https://www.roverpass.com/c/mammoth-bend-rv-park-martindale-tx/",
"krause-springs-spicewood-tx"
]
}

Use cases

  • RV trip planning — bulk-collect campgrounds along a route with pricing and amenities
  • Market research — compare nightly/weekly rates across regions or cities
  • Lead generation — find RV parks by region for outreach or partnerships
  • Content aggregation — build a campground directory or comparison site
  • Data analysis — study amenity availability, pet-friendliness, and pricing trends across the RV park market

FAQ

What's RoverPass? An online marketplace and booking platform for RV parks and campgrounds, with listings across the US, Canada, Mexico, Australia, New Zealand and the UK. See roverpass.com.

Why isn't RV Trader (rvtrader.com) scraped instead? rvtrader.com is protected by a dual AWS WAF Bot Control (CAPTCHA challenge) + DataDome stack that blocks every request — including from headless browsers with stealth patches — with a hard 403 Request blocked at the CDN edge, before any bot-detection challenge is even served to solve. RVT.com, the other major RV classifieds marketplace, is protected by the same AWS WAF challenge family. Reliably defeating DataDome specifically requires a paid residential proxy, which this project's zero-cost cloud-reliability policy forbids. RoverPass is a legitimate marketplace in the same "RV lifestyle" category (RV Trader itself links out to an "RV Parks" section) with no bot protection at all — a plain HTTP request returns full, real, server-rendered content.

Does browsing a region show every campground in that state? Large states organize their listings under city sub-pages (e.g. /f/texas/austin-campgrounds/). Set the city input to drill into a specific city; browsing the bare region page returns whatever RoverPass lists directly at the region level (smaller regions list campgrounds directly; larger ones list their cities).

What does priceDailyLow/priceDailyHigh mean? The lowest and highest advertised nightly rate across the listing's site types (e.g. tent site vs. full-hookup pull-through).

Are the discount club rates guaranteed? discountClubs only lists a club when the campground has explicitly activated that discount; the percentage shown is the campground's own advertised rate at scrape time.

How fresh is the data? Listings are pulled live from RoverPass at request time — nothing is cached or pre-fetched.