# Alerts (closures, advisories) National Park Service Parks

**Use case:** 

Extract National Park Service Parks data filtered by Alerts (closures, advisories). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "endpoint": "alerts",
  "stateCode": ""
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "parkCode": {
    "label": "Park Code",
    "format": "text"
  },
  "designation": {
    "label": "Designation",
    "format": "text"
  },
  "states": {
    "label": "States",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "weatherInfo": {
    "label": "Weather info"
  },
  "directionsInfo": {
    "label": "Directions info"
  },
  "directionsUrl": {
    "label": "Directions url"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "entranceFees": {
    "label": "Entrance Fees",
    "format": "object"
  },
  "entrancePasses": {
    "label": "Entrance passes"
  },
  "operatingHours": {
    "label": "Operating Hours",
    "format": "object"
  },
  "activities": {
    "label": "Activities",
    "format": "object"
  },
  "topics": {
    "label": "Topics",
    "format": "object"
  },
  "addresses": {
    "label": "Addresses",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [National Park Service Parks Scraper](https://apify.com/parseforge/nps-parks-api-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nps-parks-api-scraper) to learn more, explore other use cases, and run it yourself.