# Find free boondocking sites in Colorado

**Use case:** 

Scrape dispersed camping and boondocking locations in Colorado with ratings and amenities for overlanding apps.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.campendium.com/colorado"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

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