# Monitor Hipcamp national forest campground search

**Use case:** 

Track Hipcamp search filtered to national forest campground layers with site counts and nightly rates for outdoor recreation intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/search?lat=39.8283&lng=-98.5795&q=Kansas&mapLayers=nationalForests"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Camp/Land URL",
    "format": "text"
  },
  "id": {
    "label": "Camp/Land ID",
    "format": "text"
  },
  "name": {
    "label": "Camp/Land Name",
    "format": "text"
  },
  "overview": {
    "label": "Camp/Land Overview",
    "format": "text"
  }
}
```

## About this Actor

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