Weather Forecast Fetcher
Pricing
from $0.05 / actor start
Go to Apify Store
Weather Forecast Fetcher
Get current weather and a 3-day forecast for any city using the free Open-Meteo API - temperature, humidity, wind and daily highs/lows. No API key. Pay-per-event.
Pricing
from $0.05 / actor start
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Get current weather and a 3-day forecast for any city using the free Open-Meteo API - temperature, humidity, wind and daily highs/lows. No API key. Pay-per-event.
What it does
Run it on one or many inputs and get a clean, structured dataset (CSV/JSON export ready). No API keys or external accounts required.
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows, ready for CSV/JSON
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Description |
|---|---|---|
cities | array | City names to fetch weather for (geocoded automatically), e.g. Stockholm, Tokyo. |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~weather-forecast-fetcher/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"cities": ["Stockholm", "Tokyo"]}'
Output
| Field | Type | Description |
|---|---|---|
location | string | Resolved city name |
latitude | number | Latitude |
longitude | number | Longitude |
temperature | number | Current temp (C) |
humidity | number | Humidity % |
windSpeed | number | Wind speed |
weatherCode | integer | WMO weather code |
forecast3d | object | 3-day daily forecast |
timezone | string | Timezone |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.