# Find camping sites in New York

**Use case:** 

Search Hipcamp for campsites in New York. Export campground names, prices, amenities, ratings, and booking URLs.

## 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"
    }
  ],
  "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.