Weather Data Scraper
Pricing
from $1.00 / 1,000 results
Weather Data Scraper
Scrape current weather and 5-day forecast for any city worldwide. Uses OpenWeatherMap API. Returns temperature, feels-like temp, humidity, pressure, wind speed/direction, visibility, cloud cover, and conditions. Supports multiple cities, metric/imperial units, and 3-hour forecast intervals.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Igor Araujo
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Weather Data Scraper 🌤️
Get real-time weather data, 5-day forecasts, and conditions for any city worldwide using the OpenWeatherMap API.
Features
- Current weather: Temperature, humidity, wind, pressure, visibility, sunrise/sunset
- 5-day forecast (optional): 3-hour interval predictions with precipitation probability
- Multi-city: Fetch weather for multiple cities in a single run
- Unit support: Metric (°C), Imperial (°F), or Standard (Kelvin)
- No scraping: Clean, structured data from the official OpenWeatherMap API
Input
| Field | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | OpenWeatherMap API key (free at openweathermap.org) |
cities | array | Yes | List of city names, e.g. ["London", "Tokyo,JP", "New York"] |
units | string | No | metric, imperial, or standard (default: metric) |
includeForecast | boolean | No | Include 5-day/3-hour forecast (default: false) |
Output
Each result includes:
- City name, country, timezone
- Temperature (current, feels like, min, max)
- Humidity, pressure, wind speed/direction/gusts
- Weather conditions, description, icon code
- Cloudiness, visibility
- Sunrise/sunset times
- 5-day forecast (if enabled)
API Key
Get a free API key at openweathermap.org/api. Free tier: 60 calls/minute, 1,000,000 calls/month.
Pricing
Pay per result. Each city = 1 result (API calls to OpenWeatherMap included in the actor run cost).