# Extract Hipcamp Skyline RV Camp listing detail page

**Use case:** 

Scrape Skyline RV Camp non-waterfront listing on Hipcamp with photos, rules, pricing, and host info for campsite research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/land/new-york-skyline-rv-camp-non-waterfront-qeohjm88?pinnedImageId=6e37b1f2-725a-4d04-afdf-a901436a81f4"
    }
  ],
  "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.