VOOZH about

URL: https://apify.com/lulzasaur/wunderground-scraper

⇱ Weather Underground Scraper Β· Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Weather Underground Scraper

Scrape weather data from Weather Underground. Get current conditions, 15-day forecasts, hourly data, temperature, humidity, wind, UV index, moon phase, sunrise/sunset for any location.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

Scrape weather data from Weather Underground (wunderground.com). Get current conditions, 15-day forecasts, hourly data, temperature, humidity, wind speed, UV index, moon phase, sunrise/sunset for any location worldwide.

What data can you get?

Current conditions

  • Temperature and "feels like"
  • Weather condition (sunny, cloudy, rain, etc.)
  • Humidity, dew point, pressure
  • Wind speed and direction
  • UV index
  • Visibility

Daily forecast (up to 15 days)

  • High and low temperatures
  • Day of week
  • Weather narrative/description
  • Sunrise and sunset times
  • Moon phase
  • Humidity and precipitation
  • Weather icon codes

Hourly forecast (optional, up to 48 hours)

  • Temperature and feels like
  • Wind speed and direction
  • Precipitation chance
  • Humidity
  • Weather condition

Input

FieldTypeDefaultDescription
locationsstring[]["/weather/us/ca/san-francisco"]Location URLs or paths. Use full URLs or paths like /weather/us/ca/san-francisco.
forecastDaysinteger10Number of forecast days (1-15).
includeHourlybooleanfalseInclude hourly forecast data (up to 48 hours).
limitinteger0Max locations to scrape (0 = unlimited).
proxyConfigurationobject--Proxy settings.

Example locations

  • /weather/us/ca/san-francisco - San Francisco, CA
  • /weather/us/ny/new-york-city - New York City, NY
  • /weather/gb/london - London, UK
  • /weather/jp/tokyo - Tokyo, Japan

Output example

{
"url":"https://www.wunderground.com/weather/us/ca/san-francisco",
"city":"San Francisco",
"state":"CA",
"country":"US",
"latitude":37.775,
"longitude":-122.418,
"currentTemp":62,
"currentTempRaw":"62Β°",
"condition":"Partly Cloudy",
"feelsLike":"Day 65Β° / Night 55Β°",
"humidity":"72%",
"windSpeed":"W 12 mph",
"uvIndex":"3 of 11",
"uvIndexNum":3,
"pressure":"30.01 in",
"visibility":"10 mi",
"forecastDays":10,
"forecast":[
{
"dayOfWeek":"Monday",
"tempHigh":65,
"tempLow":54,
"narrative":"Partly cloudy skies. High 65F. Winds W at 10 to 20 mph.",
"sunrise":"2026-04-27T06:22:00-0700",
"sunset":"2026-04-27T19:58:00-0700",
"moonPhase":"Waxing Crescent",
"humidity":68,
"precipitation":0.0
}
],
"scrapedAt":"2026-04-26T12:00:00.000Z"
}

Cost

This actor uses pay-per-event pricing. You are charged $0.005 per location scraped.

Tips

  • Weather Underground has excellent coverage worldwide. Use the site to find the correct URL path for your location.
  • Hourly forecasts provide the most granular data but increase output size significantly.
  • For bulk weather monitoring, use proxies to avoid rate limiting.

You might also like

Weather Forecast

accelerationengg/weather-forecast

The Weather Forecast Scraper collects daily weather data for a city, including temperature, conditions, wind, humidity, precipitation, and UV index. It supports solar forecasting, trip planning, data dashboards, and research on weather and solar patterns.

192

5.0

Weather Data Scraper (Open-Meteo)

rupom888/weather-data-scraper

Fetch weather data using the free Open-Meteo API. Get current conditions, hourly forecasts (16 days), and historical data for any location by city name or lat/lng coordinates. No API key required. Includes temperature, precipitation, wind, humidity, UV index, and more.

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

Weather Scraper

epctex/weather-scraper

Get data about weather forecasts or analyze conditions in any location in the world. This scraper downloads information about forecasts, humidity, temperature, wind, etc. and delivers it in HTML, JSON, XLSX, and more.

Open-Meteo Weather Scraper

gio21/open-meteo-scraper

Free weather data for any location using Open-Meteo public API. No API key required. Returns current conditions, hourly 24h forecast, or daily 7-day forecast. Temperature, wind, humidity, precipitation, weather code.