NOAA Weather Alerts Scraper avatar

NOAA Weather Alerts Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
NOAA Weather Alerts Scraper

NOAA Weather Alerts Scraper

Scrapes active weather alerts from the National Weather Service API. Filter by state, alert type, severity, and urgency. All US states and territories.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

CoDee

CoDee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Categories

Share

:tornado: NOAA Weather Alerts Tracker

Real-time severe weather warnings and alerts from the National Weather Service (NWS). Tracks tornadoes, hurricanes, floods, winter storms, heat advisories, and all active NWS alerts across the United States, updated continuously.

What data does it extract?

For each active weather alert, the Actor extracts:

FieldDescription
EventAlert type (Tornado Warning, Flood Watch, Winter Storm Warning, etc.)
SeverityExtreme, Severe, Moderate, Minor, or Unknown
UrgencyImmediate, Expected, Future, Past, or Unknown
CertaintyObserved, Likely, Possible, Unlikely, or Unknown
AreaAffected counties, zones, and regions
HeadlineShort alert headline
DescriptionFull alert text with weather details
InstructionRecommended protective actions
Onset/ExpiresWhen the hazard begins and when the alert expires
SenderIssuing NWS office

Output example

{
"alertId": "urn:oid:2.49.0.1.840.0.1234567890",
"event": "Tornado Warning",
"severity": "Extreme",
"urgency": "Immediate",
"certainty": "Observed",
"areaDesc": "Shelby County, TN; Fayette County, TN",
"headline": "Tornado Warning issued for Shelby County, TN",
"description": "The National Weather Service has issued a Tornado Warning for...",
"instruction": "TAKE COVER NOW! Move to a basement or interior room on the lowest floor.",
"onset": "2026-02-25T18:30:00-06:00",
"expires": "2026-02-25T19:15:00-06:00",
"ends": "2026-02-25T19:15:00-06:00",
"senderName": "NWS Memphis TN",
"category": "Met",
"status": "Actual",
"response": "Shelter",
"scrapedAt": "2026-02-25T18:35:00.000Z",
"sourceUrl": "https://api.weather.gov/alerts/active"
}

Input options

ParameterTypeDescription
statesstring[]Filter by US state codes (e.g., ["TX", "FL", "OK"]). Leave empty for all states.
severitystringFilter by severity: Extreme, Severe, Moderate, Minor.
urgencystringFilter by urgency: Immediate, Expected, Future.
certaintystringFilter by certainty: Observed, Likely, Possible.
eventTypesstring[]Filter by event type (e.g., ["Tornado Warning", "Flash Flood Warning"]).
maxRecordsintegerMaximum alerts to fetch. Default: 500.

Common alert types

Tornado Warning, Severe Thunderstorm Warning, Flash Flood Warning, Winter Storm Warning, Hurricane Warning, Heat Advisory, Wind Advisory, Freeze Warning, Dense Fog Advisory, Red Flag Warning, Tsunami Warning, and many more.

Use cases

  • Emergency management agencies — Monitor severe weather threats in real time for response planning
  • Insurance companies — Track active weather events for claims anticipation and risk assessment
  • Logistics & transportation — Route around severe weather and plan for weather-related delays
  • Agriculture — Monitor freeze warnings, heat advisories, and severe storms that affect crops
  • News & media — Get real-time weather alert data for reporting and visualization
  • Event planners — Check for weather warnings affecting outdoor event locations
  • IoT & smart home apps — Integrate weather alerts into home automation and safety systems

Data freshness

The NWS updates alerts continuously as conditions change. Schedule this Actor to run every 15-60 minutes for real-time severe weather monitoring.

Cost

This Actor uses the NWS public API. Typical cost: less than $0.01 per run.