Recreation.gov Campsite Availability Scraper avatar

Recreation.gov Campsite Availability Scraper

Pricing

Pay per usage

Go to Apify Store
Recreation.gov Campsite Availability Scraper

Recreation.gov Campsite Availability Scraper

Find available campsites on Recreation.gov by location and dates. Search federal campgrounds (national parks, forests, BLM) with real-time availability. Returns site details, amenities, ratings.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Find available campsites at federal campgrounds (national parks, national forests, BLM land) using Recreation.gov's reservation system.

What it does

Enter a location and travel dates, and this scraper searches Recreation.gov for campgrounds with available sites. It checks real-time availability for each campsite so you can find open spots at popular campgrounds.

Input

FieldTypeDescription
locationstringCity/state, zip code, or lat,lon (e.g. "Yosemite, CA", "80202", "37.74,-119.57")
checkInstringCheck-in date (YYYY-MM-DD)
checkOutstringCheck-out date (YYYY-MM-DD)
radiusintegerSearch radius in miles (default: 25)
maxResultsintegerMax campgrounds to return (default: 20)
onlyAvailablebooleanOnly return campgrounds with available sites (default: true)

Output

Each result includes:

{
"campgroundName": "Upper Pines",
"campgroundId": "232447",
"campgroundUrl": "https://www.recreation.gov/camping/campgrounds/232447",
"location": "Yosemite Valley, CA",
"distanceMiles": 12.3,
"averageRating": 4.5,
"numberOfRatings": 1247,
"totalSites": 235,
"availableSites": 12,
"checkIn": "2026-07-01",
"checkOut": "2026-07-03",
"availableSiteDetails": [
{
"siteId": "001",
"siteName": "A001",
"siteType": "STANDARD NONELECTRIC",
"loop": "A Loop",
"maxOccupants": 6
}
],
"previewImageUrl": "https://cdn.recreation.gov/...",
"description": "...",
"amenities": ["Restrooms", "Drinking Water"],
"reservationUrl": "https://www.recreation.gov/camping/campgrounds/232447",
"scrapedAt": "2026-07-01T12:00:00Z"
}

Use cases

  • Trip planning — Find available campsites near a destination for specific dates
  • Last-minute trips — Check what's open this weekend at nearby campgrounds
  • National park camping — Search hard-to-book campgrounds like Yosemite, Yellowstone, Glacier
  • Group camping — Filter by max occupants to find sites that fit your group
  • Availability monitoring — Run on a schedule to catch cancellations at popular campgrounds

Tips

  • Popular campgrounds (Yosemite, Zion, Glacier) book out 6 months ahead. Check cancellations by running frequently.
  • Increase the radius to find less popular (and more available) campgrounds near your destination.
  • Set onlyAvailable: false to see all campgrounds even if fully booked.
  • The scraper checks all individual campsites, not just the campground-level summary.

Data source

All data comes from Recreation.gov, the official reservation system for federal campgrounds managed by the National Park Service, US Forest Service, Bureau of Land Management, and other agencies.