Weather Underground Scraper avatar

Weather Underground Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Weather Underground Scraper

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

1

Total users

0

Monthly active users

3 days 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.