NHC Current Storms Scraper avatar

NHC Current Storms Scraper

Pricing

from $2.04 / 1,000 results

Go to Apify Store
NHC Current Storms Scraper

NHC Current Storms Scraper

Scrapes active tropical cyclone advisories from the National Hurricane Center public feed. Each storm row includes advisory number, wind speed, pressure, coordinates, and movement. Filter by Atlantic, East Pacific, or Central Pacific basin.

Pricing

from $2.04 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

ParseForge

NHC Current Storms Scraper

Scrape real-time tropical cyclone data from the National Hurricane Center, up to a million storms per run. Each storm comes with its advisory number, wind speed, pressure, location coordinates, and movement. Export to CSV, JSON, Excel, or XML.

The National Hurricane Center publishes active storm advisories as public GIS feeds, but reading them manually means parsing shapefiles, XML, and constantly refreshing for updates. This Actor polls the NHC current storms feed directly, filters by Atlantic, East Pacific, or Central Pacific basin, and returns every active cyclone in one flat, consistent row. No API key, no GIS toolchain, no manual refresh.

Who uses itWhat they scrape NHC Current Storms for
Emergency managersMonitor active storm positions and intensities for evacuation and resource staging decisions.
Insurance analystsTrack landfalling storms in real time to estimate exposure and trigger claims workflows.
Logistics coordinatorsReroute shipments and secure assets ahead of tropical cyclone impacts.
Weather app developersIngest official NHC advisory data to power storm-tracking features.

What it does

This Actor collects active tropical cyclone advisories from the National Hurricane Center and returns each storm as a flat row with its latest advisory details.

  • πŸŒ€ Basin filter: restrict results to Atlantic, East Pacific, or Central Pacific storms only.
  • πŸ“Š Advisory details: wind speed, minimum central pressure, storm location, and movement direction and speed.
  • πŸ—ΊοΈ GIS coordinates: latitude and longitude for every storm, ready for mapping.
  • ⚑ Real-time refresh: polls the live NHC feed so you always get the latest advisory package.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with NHC Current Storms data

πŸŒ€ Monitor active hurricanes for emergency response.

An emergency operations center runs this Actor every three hours to pull the latest NHC advisory positions and intensities for all Atlantic storms, feeding a dashboard that drives evacuation-zone decisions.

πŸ“ˆ Feed storm data into insurance exposure models.

A catastrophe modeling team schedules daily runs during hurricane season, ingesting wind speed and pressure fields to update real-time portfolio exposure estimates.

🚚 Reroute supply chains around tropical cyclones.

A logistics firm filters for East Pacific storms and triggers shipment rerouting when a cyclone's forecast track intersects active freight corridors.

πŸ“± Power a storm-tracking app with official advisories.

A weather app developer calls this Actor to populate storm cards with the latest NHC advisory number, location, and movement, avoiding the complexity of parsing raw GIS feeds.

Why choose this scraper

What you get
Official NHC dataDirect from the National Hurricane Center public advisory feed, no third-party interpretation.
No GIS requiredReturns flat rows instead of shapefiles or XML, so you skip the GIS toolchain.
Basin filteringPull only the Atlantic, East Pacific, or Central Pacific storms you care about.
Scheduled pollingRun on a schedule to capture every advisory update as a new dataset row.

How it compares

No other Store actor targets NHC Current Storms the same way, so the honest comparison is with the alternatives teams actually weigh.

NHC Current Storms ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When NHC Current Storms changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor with an optional basin filter and a maximum-storms cap, and filtering runs as each advisory is read so only matching cyclones reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.00225 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.22
1,000 results$2.25
10,000 results$22.50

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the NHC Current Storms Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to NHC Current Storms through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/nhc-current-storms-v2-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting an empty dataset?

The most common reason is that no tropical cyclones are currently active in the selected basin. Try removing the basin filter to pull all basins, or check the NHC website to confirm whether any storms are active.

Why are my results missing a storm I see on the NHC website?

Confirm the storm is in a basin this Actor covers. The NHC feed covers Atlantic, East Pacific, and Central Pacific. Western Pacific and Indian Ocean storms are handled by other agencies and will not appear.

The Actor ran but the dataset has fewer storms than I expected.

Check your maxItems setting. The free plan caps at 10 storms. If you are on a paid plan and still see a shortfall, verify the basin filter is not excluding storms from other basins.

Can I get forecast track points, not the current position?

This Actor returns only the current advisory snapshot. Forecast track points are not included in the NHC current storms feed. You would need a separate Actor that parses the forecast advisory product.

Why did the storm name or advisory number change between runs?

The NHC updates advisories on a fixed schedule, and storm names can change when a depression strengthens into a tropical storm. The Actor returns whatever the live feed contains at the moment it runs.

FAQ

QuestionAnswer
Does this Actor return historical storms or only currently active ones?This Actor scrapes only the live NHC current storms feed, which lists active tropical cyclones. It does not return historical or archived storm data.
How often does the NHC update the current storms feed?The National Hurricane Center typically issues full advisories every six hours for most storms, with intermediate updates every three hours. You can schedule this Actor to match that cadence.
Can I filter by storm name or ID?The input schema provides a basin filter for Atlantic, East Pacific, or Central Pacific. Storm-name filtering is not available because the upstream NHC feed does not support it as a query parameter.
What basins are covered?You can select Atlantic, East Pacific, Central Pacific, or any combination. The Actor pulls from the same NHC feed that covers all three basins.
Does this include invest areas or only named storms?The NHC current storms feed includes any tropical cyclone the NHC is actively issuing advisories on, which can include tropical depressions, tropical storms, and hurricanes. Invest areas without advisories are not included.
What fields does each storm row contain?Each row includes the advisory number, storm name, wind speed, minimum central pressure, latitude and longitude, movement direction and speed, and the basin. The exact field list is visible in the dataset preview after a test run.
Can I export the data to a map?Yes. Every storm row includes latitude and longitude coordinates. Export to JSON, CSV, Excel, or XML and import directly into any GIS or mapping tool.
Is an API key or NHC registration required?No. This Actor reads the public NHC advisory feed directly. You do not need an API key, registration, or any credentials.
What happens when no storms are active?The Actor returns an empty dataset. You can schedule it to run on a timer and check for a non-empty result to trigger downstream workflows.
Can I run this on the free plan?Yes. Free Apify users can scrape up to 10 storms per run. Paid users can raise the maximum to 1,000,000 storms, though the number of active storms is typically small.

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by National Hurricane Center. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.