# NOAA Weather Scraper (`parseforge/noaa-weather-scraper`) Actor

Scrape NOAA Weather data including active alerts, daily and hourly forecasts, current observations, and weather station metadata for any US state or coordinate pair. Returns each record as a flat row with a fixed schema.

- **URL**: https://apify.com/parseforge/noaa-weather-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Developer tools, Automation, Other
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $6.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### NOAA Weather Scraper

**Scrape NOAA Weather data for alerts, forecasts, observations, and stations across any US location.** Get active weather alerts, daily and hourly forecasts, current temperature and wind readings, and station metadata. Export to CSV, JSON, Excel, or XML.

NOAA's National Weather Service provides the authoritative weather data for the United States, but pulling it into your own systems means parsing multiple API endpoints and data formats. This Actor reads active alerts, forecasts, current observations, and weather station information directly from NOAA's public feeds and returns every record in one consistent flat schema. No API key, no registration, and no rate-limit headaches.

| Who uses it | What they scrape NOAA Weather for |
|---|---|
| Emergency managers | Monitor active weather alerts by state to trigger response workflows. |
| Logistics planners | Pull current observations and forecasts along routes to anticipate weather delays. |
| Insurance underwriters | Gather historical station data and alert records for location risk assessment. |
| Agricultural analysts | Collect forecast and observation data for crop planning and frost alerts. |
| Data journalists | Download weather alert datasets to report on severe weather patterns. |

### What it does

This Actor collects NOAA weather data by mode (alerts, forecast, observations, or stations) and returns each record as a flat row with a fixed schema.

- ⚠️ **Active Weather Alerts:** watches, warnings, and advisories for any US state, with event type, severity, and expiration.
- 🌤️ **Weather Forecast:** daily and hourly forecasts by latitude and longitude, including temperature, precipitation chance, and wind.
- 🌡️ **Current Observations:** real-time temperature, humidity, wind speed, barometric pressure, and visibility from NOAA stations.
- 📍 **Weather Stations:** station metadata including ID, name, coordinates, and elevation for any US state.

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

### What you can do with NOAA Weather data

**⚠️ Monitor severe weather alerts by state.**

An emergency operations center runs the Actor in alerts mode for their state every 15 minutes and pushes new warnings into a Slack channel for the duty officer.

**🚚 Check forecast conditions along a delivery route.**

A logistics dispatcher feeds a list of waypoint coordinates into the forecast mode and reviews temperature and wind data to decide whether to delay high-profile loads.

**📊 Build a historical weather dataset for underwriting.**

An insurance analyst runs the observations mode for a set of station coordinates and collects months of temperature and precipitation data to feed a location risk model.

**🌾 Plan planting around frost and precipitation forecasts.**

An agronomist pulls daily forecasts for farm coordinates and exports the minimum temperature and precipitation chance fields to a spreadsheet that flags frost-risk days.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key required** | Reads NOAA's public data feeds directly with no registration or authentication. |
| **Four modes in one Actor** | Switch between alerts, forecasts, observations, and stations without changing tools. |
| **Flat, consistent output** | Every record arrives in the same schema regardless of mode, ready for analysis. |
| **Up to one million records** | Pull large datasets in a single run for historical analysis or bulk processing. |

### How it compares

This Actor covers four distinct NOAA data modes (alerts, forecasts, observations, and stations) in one tool, while the Noaa Weather Forecast Scraper focuses on forecasts and alerts only.

| Feature | ParseForge | Noaa Weather Forecast Scraper |
|---|---|---|
| Active weather alerts by state | Yes | Yes |
| Daily and hourly forecasts | Yes | Yes |
| Current observations (temperature, wind, humidity) | Yes | Not listed |
| Weather station metadata | Yes | Not listed |
| Up to 1,000,000 records per run | Yes | Not listed |

### Configure the run

Drive the Actor by selecting a mode and providing a US state code for alerts or stations, or latitude and longitude for forecasts and observations, and set a maximum record count so only the data you need reaches your dataset. The Input tab lists every parameter.

A first run with the defaults:

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

A larger pull:

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

### Pricing

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

| Results collected | Approximate cost |
|---|---|
| 100 results | $0.65 |
| 1,000 results | $6.50 |
| 10,000 results | $65.00 |

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](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [NOAA Weather Scraper](https://apify.com/parseforge/noaa-weather-scraper?fpr=vmoqkp).
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](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

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

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/noaa-weather-scraper"
```

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

### Troubleshooting

**Why am I getting no results for my state?**

Check that you entered a valid two-letter US state code (e.g., TX, CA, NY) in uppercase. Also verify that the mode you selected supports state input. Forecast and observations modes require latitude and longitude instead of a state code.

**The forecast data looks different from what I see on weather.gov.**

NOAA updates its forecast grids on a regular cycle. The Actor pulls the latest available forecast at the moment it runs. If the forecast was recently updated on the website, wait a few minutes and run the Actor again.

**I am getting fewer records than my maxItems setting.**

The Actor returns only the data that exists at the time of the run. If there are fewer active alerts in your state than your maxItems value, you will receive all available alerts and the run will finish with fewer records.

**The Actor fails when I enter coordinates.**

Ensure you are entering numeric values for both latitude and longitude. Use decimal format (e.g., 38.8894, not 38° 53' 21" N). Also confirm the coordinates are within NOAA's coverage area for the United States.

**Why are some observation fields empty?**

Not every NOAA weather station reports every measurement. Some stations may lack barometric pressure, visibility, or other sensors. Empty fields in the output mean that particular station did not report that measurement at the time of collection.

### FAQ

| Question | Answer |
|---|---|
| Do I need a NOAA API key to use this Actor? | No. This Actor reads NOAA's public National Weather Service API endpoints, which are open and require no registration or authentication. |
| What weather data can I scrape with this Actor? | You can scrape active weather alerts, daily and hourly forecasts, current observations (temperature, wind, humidity, pressure), and weather station metadata for any US state or coordinate pair. |
| How do I get weather alerts for my state? | Set the mode to 'Active Weather Alerts' and enter your two-letter US state code in the State field. The Actor returns every active watch, warning, and advisory for that state. |
| Can I get a forecast for a specific location? | Yes. Set the mode to 'Weather Forecast' and provide the latitude and longitude of your location. The Actor returns both daily and hourly forecast periods. |
| What is the difference between observations and forecast mode? | Observations mode returns current measured conditions from NOAA weather stations. Forecast mode returns predicted conditions for future time periods from NOAA's weather models. |
| How many weather records can I collect in one run? | You can set the maximum records from 1 up to 1,000,000 per run. The Actor stops collecting once it reaches your limit. |
| What export formats are supported? | The Actor outputs data in CSV, JSON, Excel, and XML formats through the Apify platform's standard dataset export options. |
| Does this cover locations outside the United States? | NOAA's National Weather Service covers the United States, its territories, and adjacent waters. The Actor does not provide weather data for international locations outside NOAA's coverage area. |
| Can I run this on a schedule? | Yes. You can configure an Apify schedule to run the Actor at any interval, such as every 15 minutes for alerts or every 6 hours for forecasts. |
| How do I find the coordinates for forecast mode? | You can use any geocoding service or map tool to get the latitude and longitude of your location, then enter those values in the Actor's input fields. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) 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 Oceanic and Atmospheric Administration. 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.

# Actor input Schema

## `mode` (type: `string`):

Select the type of weather data to scrape

## `maxItems` (type: `integer`):

Maximum number of weather records to collect per run.

## `state` (type: `string`):

US state code for alerts and stations modes (e.g., TX, CA, NY)

## `latitude` (type: `number`):

Latitude for forecast mode (e.g., 38.8894)

## `longitude` (type: `number`):

Longitude for forecast mode (e.g., -77.0352)

## Actor input object example

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

# Actor output Schema

## `overview` (type: `string`):

Overview

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "alerts",
    "maxItems": 10,
    "state": "CA"
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/noaa-weather-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "alerts",
    "maxItems": 10,
    "state": "CA",
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/noaa-weather-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "alerts",
  "maxItems": 10,
  "state": "CA"
}' |
apify call parseforge/noaa-weather-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/noaa-weather-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/6BKrZZre27So4f6Op/builds/jYROwuY3DLE2qhizY/openapi.json
