Global Weather Forecast (Open-Meteo)
Pricing
Pay per usage
Global Weather Forecast (Open-Meteo)
Free daily weather forecast for any city or GPS coordinates worldwide. Temperature, precipitation and wind. No API key, powered by Open-Meteo.
Global Weather Forecast (Open-Meteo) — Free
Daily weather forecast for any city name or GPS coordinates, anywhere in the world. Powered by the free, open Open-Meteo API. City names are geocoded automatically; you get max/min temperature, precipitation and max wind for each day. No API key required.
This Actor is free — you only pay for your own Apify platform usage.
What it does
Give it a list of cities (or lat,lon pairs) and a number of forecast days. It resolves each location, fetches the forecast and returns one clean row per location per day.
Input
| Field | Type | Description |
|---|---|---|
locations | array of strings | City names or lat,lon coordinates. |
forecastDays | integer | Days to forecast (1–16, default 7). |
Output (one item per location-day)
{ "query": "Tokyo", "status": "found", "resolved_name": "Tokyo", "country": "Japan", "latitude": 35.69, "longitude": 139.69, "timezone": "Asia/Tokyo", "date": "2026-07-06", "temp_max_c": 31.2, "temp_min_c": 24.8, "precipitation_mm": 0.0, "wind_max_kmh": 14.5 }
Unknown cities return {"status": "not_found"}; transient failures return {"status": "error"}.
Use cases
- Add a weather feed to a travel, logistics or events app.
- Compare forecasts across multiple cities in one run.
- Build weather-based alerts or planning spreadsheets.
- Enrich records with upcoming temperature and rain.
Limitations & fair use
Forecast is model output from Open-Meteo (accuracy decreases with horizon). Open-Meteo data is free for non-commercial and commercial use under its terms (CC-BY 4.0). Not affiliated with Open-Meteo.
More actors by this developer
See other open-data tools on the fit_melon profile: https://apify.com/fit_melon