Yahoo Weather Scraper
Pricing
Pay per usage
Yahoo Weather Scraper
Scrapes Yahoo Weather for current conditions, hourly and daily forecasts, humidity, wind, UV index, and air quality for any location.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes Yahoo Weather for current conditions, hourly and daily forecasts, humidity, UV index, air quality, visibility, pressure, and sun times for configured location paths.
What this Actor collects
The Actor creates one dataset item per requested Yahoo Weather location path, with current conditions and available hourly or daily forecasts.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 20-field dataset schema.
- Optional condition and forecast fields are populated only when Yahoo exposes them for the location.
Use cases
- Forecast monitoring
- Location-based planning
- Weather-data enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
locations | array | Yes | ["us/tn/nashville"] | Array of location URL paths to scrape. Use the path after weather.yahoo.com. Examples: 'us/tn/nashville', 'us/ca/san-francisco', 'us/ny/new-york'. |
proxyConfiguration | object | No | — | Proxy settings. |
Example input
{"locations": ["us/tn/nashville","us/ca/sacramento"],"proxyConfiguration": {"useApifyProxy": false}}
Output
The default dataset contains one item per requested location. Forecast arrays and individual condition fields appear only when Yahoo exposes them for that page.
| Field | Type | Description |
|---|---|---|
scrapedAt | string | Scraped At |
location | string | Location URL |
locationName | string | Location Name |
currentTemp | string | Current Temperature |
realFeel | string | RealFeel Temperature |
condition | string | Current Condition |
high | string | Today's High |
low | string | Today's Low |
precipitationChance | string | Precipitation Chance |
sunrise | string | Sunrise |
sunset | string | Sunset |
humidity | string | Humidity |
airQuality | string | Air Quality |
peakUV | string | Peak UV |
allergens | string | Allergens |
pressure | string | Pressure |
Example dataset item
This compact example is a subset of one item in local Actor storage; every displayed value is unmodified.
{"scrapedAt": "2026-07-23T12:35:02.353Z","location": "us/ca/sacramento","locationName": "Sacramento","currentTemp": "59°","condition": "Clear","high": "94°","low": "58°","sunrise": "6:01 AM","sunset": "8:24 PM","humidity": "Humid · 88%","airQuality": "Excellent · 86 UAQI","peakUV": "Very high · 10 UV"}