# Weather Underground Observations Scraper (`parseforge/wunderground-observations-scraper`) Actor

Fetch current weather observations from Weather Underground's API for any personal weather station. Retrieve station ID, observation time, temperature, humidity, wind speed, pressure, and more. Ideal for weather monitoring, data analysis, and environmental monitoring.

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

## Pricing

from $3.62 / 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/platform/actors/running/actors-in-store#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)

> **Unofficial.** This Actor is not affiliated with, endorsed by, or sponsored by The Weather Company, LLC. It collects publicly available data only.

This actor collects current weather observations from Weather Underground personal weather stations via the public API. It returns 25 fields per observation, including temperature, humidity, wind, pressure, and solar radiation, and requires only a station ID and optional unit preference.

The actor fetches real-time observations for one or more personal weather station IDs. You can choose between imperial or metric units, and set a maximum number of items to retrieve. It works by calling the Weather Underground API directly, so it is fast and reliable, and it returns structured JSON data ready for analysis.

[**Open the input and run it**](https://apify.com/parseforge/wunderground-observations-scraper/input?fpr=vmoqkp). Paste one or more station IDs, pick your units, set a max item count, and the first observations land in your dataset in under a minute.

| Target Audience | Primary Use Cases |
|---|---|
| Weather enthusiasts, Data analysts, Agricultural planners, Outdoor event organizers, Researchers, IoT developers | Monitor local weather conditions, Validate sensor data, Plan outdoor activities, Support agricultural decisions, Feed weather dashboards, Analyze microclimates |

Jump to: [Data fields](#weather-underground-data-fields) · [How to scrape](#how-to-scrape-weather-underground) · [Use cases](#weather-underground-data-use-cases) · [API](#use-this-weather-underground-scraper-as-an-api) · [Troubleshooting](#troubleshooting) · [FAQ](#weather-underground-scraper-faq)

***

### What the Weather Underground Observations Scraper does

- **Single station fetch**: Provide one station ID to get current conditions for that location.
- **Multiple station fetch**: Provide a list of station IDs to get observations from several stations in one run.
- **Unit selection**: Choose imperial (F, mph, inHg) or metric (C, km/h, hPa) units for all measurements.

***

### Weather Underground Data Fields

Export to CSV, Excel, JSON or XML from the Dataset tab, or pull them straight from the API.

| Field group | Included data |
|---|---|
| Identity | `stationID` |
| Location | `country`, `lat` |
| Time | `obsTimeUtc`, `obsTimeLocal`, `scrapedAt` |
| Other | `neighborhood`, `softwareType`, `solarRadiation`, `lon`, `epoch`, `uv`, `winddir`, `humidity`, `qcStatus`, `imperial_temp`, `imperial_heatIndex`, `imperial_dewpt`, `imperial_windChill`, `imperial_windSpeed`, `imperial_windGust`, `imperial_pressure`, `imperial_precipRate`, `imperial_precipTotal`, `imperial_elev` |

#### Sample record

```json
{
  "stationID": "KCASANFR1753",
  "obsTimeUtc": "2026-08-10T21:49:42Z",
  "obsTimeLocal": "2026-08-10 14:49:42",
  "neighborhood": "South of Market",
  "softwareType": "AMBWeatherV4.3.2",
  "country": "US",
  "solarRadiation": 509.7,
  "lon": -122.411581,
  "epoch": 1786398582,
  "lat": 37.775319,
  "uv": 4,
  "winddir": 295,
  "humidity": 79,
  "qcStatus": 1,
  "imperial_temp": 66
}
```

Abridged to the fields most people use.

***

### What this Weather Underground scraper does not do

- **Free tier limited to 10 items.** The maxItems field is capped at 10 for free users, so you only get a preview. Paid users can request up to 1,000,000 items.
- **Only current observations, no history.** This actor fetches the latest reading from each station, not past data. For historical weather, use a different actor.
- **Station availability varies.** Not all Weather Underground stations are publicly accessible. Some stations may be private or offline, and the API will return an error for those.
- **No forecast data.** The actor only returns current observations, not forecasts. If you need predictions, look for a forecast-specific actor.
- **API key is embedded.** The actor uses a shared API key from the public endpoint. If Weather Underground changes or restricts this key, the actor may stop working until updated.

***

### Why choose this Weather Underground scraper

|  | Capability |
|---|---|
| Real-time data | Get the latest weather conditions from thousands of personal stations worldwide. |
| Hyperlocal accuracy | Observations come from backyard stations, giving you conditions that are more precise than regional forecasts. |
| Structured JSON | Each observation is returned as a clean JSON object with 25 fields, ready for spreadsheets or databases. |
| Unit flexibility | Choose imperial or metric units to match your analysis needs. |

***

### How to Scrape Weather Underground

1. **Sign up.** [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. **Open the Actor.** Go to the [Weather Underground Observations Scraper](https://apify.com/parseforge/wunderground-observations-scraper?fpr=vmoqkp) page.
3. **Set your input.** Paste one or more station IDs, pick your units, set a max item count, and the first observations land in your dataset in under a minute.
4. **Run it, then download.** Results appear in the Dataset tab as CSV, Excel, JSON or XML.

**A first run with the defaults**

```json
{
  "stationIds": [
    "KCASANFR1753"
  ],
  "units": "e",
  "maxItems": 10
}
```

**A larger pull**

```json
{
  "stationIds": [
    "KCASANFR1753"
  ],
  "units": "e",
  "maxItems": 200
}
```

***

### Weather Underground Data Use Cases

#### Monitor local weather for event planning

An event organizer planning an outdoor wedding or festival uses the actor to check current conditions at the venue's nearest station. They input the station ID, set units to imperial, and review temperature, wind speed, and humidity to decide on tent rentals or heat precautions. The decision it supports: whether to proceed with outdoor arrangements or move indoors.

#### Validate personal weather station accuracy

A hobbyist who owns a personal weather station compares their readings with nearby stations. They run the actor with a list of neighboring station IDs, then compare temperature and humidity values against their own equipment. The decision it supports: whether to recalibrate or replace their sensors.

#### Support agricultural irrigation scheduling

A small-scale farmer uses the actor to monitor evapotranspiration indicators like temperature, humidity, and solar radiation from a local station. They set units to metric and check the data each morning to decide if crops need watering. The decision it supports: whether to irrigate today or wait for expected rain.

#### Feed a weather dashboard for a smart home

A smart home enthusiast builds a dashboard that displays current weather from their own station. They use the actor to fetch observations on a schedule, then pipe the JSON into their home automation system. The decision it supports: whether to adjust blinds, ventilation, or heating based on outdoor conditions.

***

### Beyond business use cases

- **Research.** Climate researchers can collect hyperlocal data points to study urban heat islands or microclimate variations.
- **Journalism.** Reporters can verify weather claims by pulling real-time observations from specific locations during extreme events.
- **Public interest.** Community groups can monitor air quality proxies like temperature and humidity to advocate for green spaces.
- **Side projects.** Developers can build weather-based apps or notifications using the structured data from this actor.

***

### Use This Weather Underground Scraper as an API

Call it from anything that can send an HTTP request. This returns the dataset in the same response:

```bash
curl -X POST \
  "https://api.apify.com/v2/acts/parseforge~wunderground-observations-scraper/run-sync-get-dataset-items" \
  -H "Authorization: Bearer $APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "stationIds": [ "KCASANFR1753" ], "units": "e", "maxItems": 10 }'
```

`$APIFY_TOKEN` is your Apify API token, from Settings in the console. For larger jobs, start the run asynchronously and collect results with a webhook. Client libraries exist for Node.js and Python as `apify-client`, and the full reference is in the [Apify API documentation](https://docs.apify.com/api/v2).

Save a tested input as an Apify Task and attach a [schedule](https://docs.apify.com/platform/schedules) for recurring collection.

***

### Troubleshooting

**Run fails with 'Station not found' error** Verify the station ID is correct and includes the full code, like KCASANFR1753. Check for typos or missing letters.

**No data returned for a station that works on the website** The station might be private or have restricted API access. Try a different nearby station or check if the station is listed as public.

**Results are in the wrong units** Check the 'units' input field. Set it to 'e' for imperial or 'm' for metric, and rerun the actor.

**Free tier only returns 10 items even though I set a higher maxItems** This is expected. Free users are limited to 10 items. Upgrade to a paid plan to get more.

**The actor times out or is slow** If you have many station IDs, reduce the list or lower maxItems. The API can be slow if you request too many stations at once.

**Something else.** Open an issue with the run ID, your input with any secrets removed, what you expected and what came back, or email parseforge@protonmail.com.

***

### Weather Underground Scraper FAQ

**How do I find a station ID?** Go to wunderground.com, search for a location, and look at the station code in the URL or on the station page. It usually starts with a letter followed by numbers, like KCASANFR1753.

**Can I get historical weather data with this actor?** No, this actor only fetches current observations. For historical data, you would need a different actor or API.

**What units are available?** You can choose imperial (Fahrenheit, mph, inches of mercury) or metric (Celsius, km/h, hectopascals). The default is imperial.

**Why did my run return no data?** The station ID might be invalid, private, or offline. Double-check the ID and try another station.

**Is there a limit on the number of stations I can query?** You can list as many station IDs as you want, but the maxItems limit applies to the total number of observations returned. Free users are capped at 10 items.

**Does this actor work for any location worldwide?** It works for any station that is publicly available on Weather Underground, which covers many countries but not all regions.

**What fields are included in the output?** The output includes station ID, observation time, location details, temperature, humidity, wind speed and direction, pressure, precipitation, solar radiation, UV index, and more. The full list is added automatically from a real run.

**Can I use this actor for commercial purposes?** You should review Weather Underground's terms of service. The actor itself is a tool, but you are responsible for how you use the data.

**How often is the data updated?** The data is fetched in real time when you run the actor. Each station updates at its own frequency, typically every few minutes.

**What if a station is temporarily offline?** The API may return an error for that station. You can retry the run later or exclude that station from your list.

***

### Integrate with any app

Connects to any cloud service through [Apify integrations](https://apify.com/integrations):

- [Make](https://docs.apify.com/platform/integrations/make): multi-step automations
- [Zapier](https://docs.apify.com/platform/integrations/zapier): 5,000+ apps
- [Slack](https://docs.apify.com/platform/integrations/slack): run notifications
- [Airbyte](https://docs.apify.com/platform/integrations/airbyte): pipe rows into a warehouse
- [GitHub](https://docs.apify.com/platform/integrations/github): trigger runs from commits
- [Google Drive](https://docs.apify.com/platform/integrations/drive): export straight to Sheets

***

### Related Weather Underground Actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

***

**Need help?** [Open our contact form](https://tally.so/r/BzdKgA) or email parseforge@protonmail.com to report an issue, request a scraper, or discuss a custom data project.

# Actor input Schema

## `stationIds` (type: `array`):

List of personal weather station IDs to fetch observations for. Example: KCASANFR1753.

## `units` (type: `string`):

Measurement units for the weather data.

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## Actor input object example

```json
{
  "stationIds": [
    "KCASANFR1753"
  ],
  "units": "e",
  "maxItems": 10
}
```

# Actor output Schema

## `results` (type: `string`):

Complete dataset of all scraped records.

# 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 = {
    "stationIds": [
        "KCASANFR1753"
    ],
    "units": "e",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/wunderground-observations-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 = {
    "stationIds": ["KCASANFR1753"],
    "units": "e",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/wunderground-observations-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 '{
  "stationIds": [
    "KCASANFR1753"
  ],
  "units": "e",
  "maxItems": 10
}' |
apify call parseforge/wunderground-observations-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/wunderground-observations-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/QSEAD6vITsxw0Tlo4/builds/etypOzCnHb3BR5OkL/openapi.json
