# Scrape Hipcamp New York camping and RV listings

**Use case:** 

Extract Hipcamp search results near New York with campsite types, prices, amenities, and availability for outdoor travel planning.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/search?lat=40.7127837&lng=-74.0059413&ne_lat=45.015865&ne_lng=-71.8562064&sw_lat=40.496091&sw_lng=-79.7621438&q=New+York&searchSource=discover-autocomplete&mapLayers=nationalParkSystem&mapLayers=nationalForests&mapLayers=publicCampgrounds"
    }
  ],
  "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.