# Find Yellowstone Dispersed Camping & Boondocking

**Use case:** 

Locate all free and low-cost dispersed camping and boondocking options around the Yellowstone National Park area. This data is crucial for trip planning service

## Input

```json
{
  "mode": "search",
  "searchQuery": "Yellowstone National Park dispersed camping",
  "state": "Montana",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "state": {
    "label": "State"
  },
  "priceUSD": {
    "label": "Price usd"
  },
  "campsiteCount": {
    "label": "Campsite count"
  },
  "lastUpdated": {
    "label": "Last updated"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [FreeCampsites Scraper](https://apify.com/crawlerbros/freecampsites-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/freecampsites-scraper) to learn more, explore other use cases, and run it yourself.