VOOZH about

URL: https://apify.com/bright_oven/nws-station-weather

⇱ NWS Weather Station Observations: Resolution-Grade Daily Highs Β· Apify


πŸ‘ NWS Weather Station Observations: Resolution-Grade Daily Highs avatar

NWS Weather Station Observations: Resolution-Grade Daily Highs

Pricing

from $0.20 / 1,000 weather alerts

Go to Apify Store

NWS Weather Station Observations: Resolution-Grade Daily Highs

Official NWS/NOAA station observations (the same data Weather Underground displays): raw observations plus daily high/low summaries computed on local calendar dates. KLAX, KLGA, KSEA and any US station ID, or city names. Built for settlement-grade accuracy.

Pricing

from $0.20 / 1,000 weather alerts

Rating

0.0

(0)

Developer

πŸ‘ John Pork

John Pork

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Share

NWS Weather Station Observations β€” Resolution-Grade Daily Highs

Official NWS/NOAA station observations β€” the exact same station data Weather Underground displays β€” with daily highs/lows computed on local calendar dates, not UTC. If you settle anything against "the high temperature in NYC today" (prediction markets, weather derivatives, parametric triggers), UTC-bucketed daily data is wrong twice a day. This actor does the timezone math correctly.

Why this one

  • Same source as Weather Underground β€” WU displays NWS METAR station data; this fetches it from the authoritative api.weather.gov feed directly
  • Local-date daily highs β€” observations are bucketed midnight-to-midnight in the station's own timezone (DST-aware)
  • City aliases β€” nyc β†’ KLGA, los angeles β†’ KLAX, seattle β†’ KSEA... the exact stations weather markets typically specify
  • Raw observations available β€” full temperature/wind/pressure/humidity series when you need more than highs

Output example

{
"type":"daily_summary",
"station":"KLAX",
"date":"2026-06-11",
"maxTempF":78.8,
"minTempF":62.1,
"maxTempC":26.0,
"minTempC":16.7,
"observations":28,
"timezoneOffsetHours":-7
}

Use cases

  • Prediction market resolution β€” settle weather markets against the same station WU shows
  • Energy & demand modeling β€” accurate daily extremes for load forecasting
  • Parametric insurance / weather derivatives β€” settlement-grade station data
  • Climate datasets β€” clean daily series for any US station

Input

{
"stations":["KLAX","nyc","KORD"],
"startDate":"2026-06-01",
"endDate":"2026-06-11",
"dailySummary":true,
"rawObservations":false
}

Run via API

curl-s"https://api.apify.com/v2/acts/<username>~nws-station-weather/run-sync-get-dataset-items?token=$APIFY_TOKEN"\
-X POST -H'Content-Type: application/json'\
-d'{"stations": ["KLAX"], "startDate": "2026-06-10"}'

FAQ

International stations? This actor covers US NWS stations. International METAR support is on the roadmap.

How fresh is today's high? Observations update roughly hourly; today's max is a running max until the local day ends.

You might also like

METAR & NWS Weather Station Observations API

bigdavidson/metar-nws-weather-station-observations

Raw METAR strings and decoded NWS ASOS hourly observations by ICAO station or lat/lon: temp, wind, ceiling, visibility, flight category. The official station data Kalshi weather markets settle on. No login, no API keys. From $0.50 per 1,000 records.

AEMET Spain Weather Scraper

parseforge/aemet-spain-weather-scraper

Tap AEMET OpenData for the latest conventional observations from Spanish weather stations, including temperature, humidity, wind, pressure, and station metadata. Pass a station code or pull every station at once. Useful for climate analytics, agriculture, and travel planning.

Prediction Market Resolution Evidence Checker

bigdavidson/prediction-market-resolution-evidence

Paste Kalshi weather market URLs or tickers and get the live NWS/METAR observation that resolves them: running daily high or low at the exact settlement station, implied outcome, and a confidence grade. Hold-or-close evidence for $0.05 per market checked.

NWS US Weather Alerts Scraper

compute-edge/nws-alerts-scraper

Extract active US National Weather Service (NWS) weather alerts including warnings, watches, advisories. Filter by state, severity, urgency, event type. Real-time data from api.weather.gov, no auth required.

Aviation Weather METAR Scraper

parseforge/aviation-weather-metar-scraper

Fetch METAR observations from aviationweather.gov for any ICAO station list. Returns station ID, raw report, temperature, wind direction, wind speed, and observation time. Look back up to 48 hours for flight planning, dispatch checks, or aviation weather research.

NOAA NCEI Daily Climate Scraper β€” Station Weather History

compute-edge/noaa-ncei-climate-scraper

Pull NOAA NCEI daily-summary climate observations (max/min temperature, precipitation, snowfall, snow depth) by GHCN station ID and date range. Returns clean rows with values converted from NCEI tenths.

NOAA Weather Scraper

parseforge/noaa-weather-scraper

Scrape weather data from NOAA including active weather alerts by state, 7-day forecasts by coordinates, and weather station locations with elevation and timezone. Covers all US states with severity levels, wind data, and precipitation probability.

Weather Data Scraper

filip_cicvarek/weather-data-scraper

Get weather forecasts and historical data from weather.com for any location worldwide. Supports 10-day daily forecasts, 48 hour hourly forecasts, and past weather observations with detailed hourly readings.

πŸ‘ User avatar

Filip CicvΓ‘rek

27

5.0