# NOAA Weather Alerts Scraper

**Use case:** 

Fetch live NOAA weather alerts by US state such as California. Track warnings, watches and advisories for safety and planning.

## Input

```json
{
  "mode": "alerts",
  "maxItems": 3,
  "state": "CA"
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "areaDesc": {
    "label": "Area Desc",
    "format": "text"
  },
  "severity": {
    "label": "Severity",
    "format": "text"
  },
  "certainty": {
    "label": "Certainty",
    "format": "text"
  },
  "urgency": {
    "label": "Urgency",
    "format": "text"
  },
  "event": {
    "label": "Event",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "instruction": {
    "label": "Instruction",
    "format": "text"
  },
  "onset": {
    "label": "Onset",
    "format": "text"
  },
  "expires": {
    "label": "Expires",
    "format": "text"
  },
  "senderName": {
    "label": "Sender Name",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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