# Any NWS Weather Alerts

**Use case:** 

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

## Input

```json
{
  "maxItems": 10,
  "severity": "Extreme"
}
```

## 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": {
    "label": "📍 Area",
    "format": "text"
  },
  "headline": {
    "label": "📰 Headline",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "effective": {
    "label": "✅ Effective",
    "format": "text"
  },
  "expires": {
    "label": "⏳ Expires",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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