# Protected Lands Check - Eastern US Areas

**Use case:** 

Ready-to-run PAD-US protected-lands screen for 4 Eastern US sites: manager, designation and GAP status for development and siting due diligence.

## Input

```json
{
  "assets": [
    {
      "lat": 35.68,
      "lon": -83.53,
      "label": "Great Smoky Mountains, TN"
    },
    {
      "lat": 38.53,
      "lon": -78.35,
      "label": "Shenandoah, VA"
    },
    {
      "lat": 44.11,
      "lon": -73.92,
      "label": "Adirondacks, NY"
    },
    {
      "lat": 25.29,
      "lon": -80.9,
      "label": "Everglades, FL"
    }
  ],
  "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.