# All NWS Active Weather Alerts

**Use case:** 

Extract NWS Active Weather Alerts data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "severity": "all",
  "urgency": "all",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "event": {
    "label": "⛈️ Event",
    "format": "text"
  },
  "severity": {
    "label": "⚠️ Severity",
    "format": "text"
  },
  "urgency": {
    "label": "🚨 Urgency",
    "format": "text"
  },
  "certainty": {
    "label": "🎯 Certainty",
    "format": "text"
  },
  "area_desc": {
    "label": "🗺️ Area",
    "format": "text"
  },
  "sent": {
    "label": "📤 Sent",
    "format": "text"
  },
  "effective": {
    "label": "🕒 Effective",
    "format": "text"
  },
  "expires": {
    "label": "🕒 Expires",
    "format": "text"
  },
  "headline": {
    "label": "📰 Headline",
    "format": "text"
  },
  "instruction": {
    "label": "📋 Instruction",
    "format": "text"
  },
  "geocode": {
    "label": "🗺️ Geocode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NWS Active Weather Alerts Scraper](https://apify.com/parseforge/nws-active-alerts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nws-active-alerts-scraper) to learn more, explore other use cases, and run it yourself.