# Evaluate Florida Budget Campsites for Tour Operators

**Use case:** 

Extract a detailed list of budget-friendly campsites across Florida, including amenities and pricing. This information is vital for tour operators or event plan

## Input

```json
{
  "mode": "state",
  "searchQuery": "Yellowstone",
  "state": "Florida",
  "maxItems": 80
}
```

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