# Find national park campsites in the US

**Use case:** 

Discover national park camping on Recreation.gov. Export campground listings, locations, ratings, and booking URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.recreation.gov/search?q=grand+canyon+camping"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "entityId": {
    "label": "Entity id"
  },
  "entityType": {
    "label": "Entity type"
  },
  "name": {
    "label": "Name"
  },
  "description": {
    "label": "Description"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "parentId": {
    "label": "Parent id"
  },
  "parentName": {
    "label": "Parent name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "countryCode": {
    "label": "Country code"
  },
  "orgId": {
    "label": "Org id"
  },
  "orgCode": {
    "label": "Org code"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "directions": {
    "label": "Directions"
  },
  "timeZone": {
    "label": "Time zone"
  },
  "address": {
    "label": "Address"
  },
  "isReservable": {
    "label": "Is reservable"
  },
  "createdDate": {
    "label": "Created date"
  },
  "updatedDate": {
    "label": "Updated date"
  },
  "extraData": {
    "label": "Extra data"
  }
}
```

## About this Actor

This example demonstrates how to use [Recreation.gov Scraper](https://apify.com/lexis-solutions/recreation-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/recreation-gov-scraper) to learn more, explore other use cases, and run it yourself.