ParseForge Scrapers

NHC Current Storms Scraper

parseforge/nhc-current-storms-v2-scraper

TravelAutomationOther

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.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
16
Bookmarked
0
Rating
Not rated yet
Last modified
10 days ago

Overview

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 it What they scrape NHC Current Storms for
Emergency managers Monitor active storm positions and intensities for evacuation and resource staging decisions.
Insurance analysts Track landfalling storms in real time to estimate exposure and trigger claims workflows.
Logistics coordinators Reroute shipments and secure assets ahead of tropical cyclone impacts.
Weather app developers Ingest 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 data Direct from the National Hurricane Center public advisory feed, no third-party interpretation.
No GIS required Returns flat rows instead of shapefiles or XML, so you skip the GIS toolchain.
Basin filtering Pull only the Atlantic, East Pacific, or Central Pacific storms you care about.
Scheduled polling Run 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 Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When NHC Current Storms changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst 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 collected Approximate 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

Question Answer
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.

Related actors

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.

Input

FieldTypeWhat it doesDefault
maxItems integer Free users limited to 10 storms (preview). Paid users optional, up to 1,000,000. 10
basin string (4 options) Optional basin filter. not set

Pricing

from $2.04 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00204 to $0.00225

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~nhc-current-storms-v2-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run NHC Current Storms Scraper on Apify All scrapers