# Find glamping sites on Hipcamp

**Use case:** 

Scrape glamping listings from Hipcamp search. Export unique stays, prices, amenities, locations, and booking URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/search?q=glamping&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.