# Protected Lands Check - National Park Areas

**Use case:** 

Ready-to-run PAD-US screen for 4 national-park-adjacent sites: land manager, designation type and GAP conservation status for siting review.

## Input

```json
{
  "assets": [
    {
      "lat": 44.4605,
      "lon": -110.8281,
      "label": "Yellowstone NP, WY"
    },
    {
      "lat": 38.57,
      "lon": -109.55,
      "label": "Moab, UT"
    },
    {
      "lat": 35.2,
      "lon": -111.65,
      "label": "Flagstaff, AZ"
    },
    {
      "lat": 44.06,
      "lon": -121.31,
      "label": "Bend, OR"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "on_protected_land": {
    "label": "On protected land",
    "format": "boolean"
  },
  "manager_agency": {
    "label": "Manager agency",
    "format": "string"
  },
  "manager_type": {
    "label": "Manager type",
    "format": "string"
  },
  "designation_type": {
    "label": "Designation type",
    "format": "string"
  },
  "gap_status_code": {
    "label": "GAP status code",
    "format": "string"
  },
  "public_access": {
    "label": "Public access",
    "format": "string"
  },
  "unit_name": {
    "label": "Unit name",
    "format": "string"
  },
  "acres": {
    "label": "Acres",
    "format": "number"
  },
  "is_federal_land": {
    "label": "Is federal land",
    "format": "boolean"
  },
  "is_conservation_protected": {
    "label": "Is conservation protected",
    "format": "boolean"
  },
  "state_name": {
    "label": "State",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PAD-US Protected Lands Screener — Owner & GAP Status](https://apify.com/malonestar/padus-protected-lands-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/padus-protected-lands-screener) to learn more, explore other use cases, and run it yourself.