RV Restro Thousand Trails avatar
RV Restro Thousand Trails

Pricing

Pay per usage

Go to Apify Store
RV Restro Thousand Trails

RV Restro Thousand Trails

This gives you all the required data for your business

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Code and Curl

Code and Curl

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

7 days ago

Last modified

Share

RV on the Go – Campsite Scraper

Scrapes campsite availability and pricing data from RVontheGo.com.


Input

start_date

  • Format: YYYY-MM-DD
  • Default: 1 day from today(tomorrow)
  • Default: 20 outputs

end_date

  • Format: YYYY-MM-DD
  • Default: 3 days after start_date

Output

Dataset containing campsite availability and pricing.

Fields

  • name
  • url
  • city
  • state
  • address
  • from_date
  • to_date
  • available
  • per_night_price
  • per_week_price
  • site_name
  • amenities
  • number_of_sites
  • age_qualified
  • scraped_at

Behavior

  • Scrapes all campsites listed on RVontheGo.com
  • Visits each campsite individually
  • Fetches real-time availability and pricing
  • Streams results into dataset as they are found

Notes

  • Availability depends on selected date range
  • Some campsites may return Not Available
  • Results appear progressively during execution

Example Input

{
"start_date": "2025-06-10",
"end_date": "2025-06-13"
}
## Example output
```json
{
{
"campsite_name": "Lake Myers",
"site_type": "Premium Full Hook Up",
"availability_status": "Yes",
"location": {
"city": "Mocksville",
"state": "NC",
"street": "2862 U.S. 64 West",
"zip": "27028"
},
"check_in": "2026-01-02",
"check_out": "2026-01-20",
"nights": 18,
"pricing": {
"nightly_rate": "$102.00",
"weekly_rate": "$88.00",
"total_estimate": "$1836.00 for 18 nights",
"currency": "USD"
},
"features": [
"Accommodation",
"Full Hookup"
],
"capacity": "Capacity not specified",
"pet_policy": "Check with campsite",
"utilities": [
"Full Hookups (Water/Electric/Sewer)"
],
"booking_url": "https://www.rvonthego.com/north-carolina/lake-myers-rv-camping-resort/",
"scraped_at": "2025-12-27T18:49:21.187404"
}
}