# Research California Free Campsites for Content Creation

**Use case:** 

Gather comprehensive data on free and low-cost campsites across California to fuel travel blog content, guidebooks, or video series. This enables content creato

## Input

```json
{
  "mode": "state",
  "searchQuery": "Yellowstone",
  "state": "California",
  "maxItems": 100
}
```

## 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.