# Find camping sites in California

**Use case:** 

Discover California campsites on Hipcamp. Export sites, nightly rates, activities, photos, and listing links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/search?lat=36.778261&lng=-119.4179324&q=California&searchSource=discover-autocomplete"
    }
  ],
  "maxItems": 10,
  "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.