Weather — Current Conditions & Forecast (Open-Meteo)
Pricing
from $0.72 / 1,000 locations
Weather — Current Conditions & Forecast (Open-Meteo)
Get current weather and a multi-day forecast for any city or coordinates: temperature, humidity, wind, precipitation and daily highs/lows. Powered by Open-Meteo. No API key, no anti-bot.
Pricing
from $0.72 / 1,000 locations
Rating
0.0
(0)
Developer
Marouane Oulabass
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Weather — Current Conditions & Multi-Day Forecast (Open-Meteo)
Get current weather and a multi-day forecast for any city or coordinates — as clean JSON. Pass city names or lat,lon pairs and get back a tidy row per location: temperature, feels-like, humidity, wind, precipitation and daily highs/lows. Powered by Open-Meteo — no API key, no anti-bot.
AI-agent ready: this Actor is callable and payable by AI agents via x402 (USDC on Base), no Apify account required.
A simple, reliable weather API for apps, dashboards, logistics and automation.
Who uses this
- 🌦️ Apps & dashboards — show live conditions and forecasts.
- 🚚 Logistics & operations — plan around weather across many locations.
- 📊 Analysts & researchers — build weather datasets on a schedule.
- 🌾 Agriculture & events — track conditions for planning.
- 🧑💻 Developers — a clean weather endpoint by city or coordinates.
What you get — one clean row per location
| Field | Description |
|---|---|
location + country | Resolved place |
latitude + longitude + timezone | Geo & timezone |
temperature + apparentTemperature | Current & feels-like temp |
humidity + precipitation | Humidity & precipitation |
weather + weatherCode | Condition label & code |
windSpeed + windDirection | Wind |
isDay | Day/night flag |
daily | Multi-day forecast (highs/lows, precip) |
units, currentTime, scrapedAt | Units & provenance |
Example
Input
{ "locations": ["Paris", "40.71,-74.01"], "forecastDays": 5 }
Output (one item)
{"location": "Paris", "country": "France","latitude": 48.8534, "longitude": 2.3488, "timezone": "Europe/Paris","temperature": 21.4, "apparentTemperature": 20.8,"humidity": 62, "precipitation": 0.0,"weather": "Partly cloudy", "windSpeed": 12.3, "isDay": 1}
Why this actor
- ✅ City or coordinates — names are geocoded automatically.
- 📅 Current + forecast — up to 16 days of daily highs/lows.
- 🌍 Anywhere — global coverage, localized timezone.
- ⚡ Fast & affordable — pay only per location returned. No key, no anti-bot.
- 🧹 Clean output — normalized JSON with units.
Input options
locations(required) — city names orlat,loncoordinates.forecastDays— days of daily forecast (1–16).
FAQ
City or coordinates? Both — city names are geocoded automatically; or pass lat,lon.
How many forecast days? Up to 16 — set forecastDays.
Which data source? Open-Meteo, a free, reliable weather API.
How fresh is the data? Live from Open-Meteo on every run.
Can I export to CSV/Excel/Google Sheets? Yes — the dataset exports to JSON, CSV, Excel and HTML, or pull it via the API.
What does it cost? Pay-per-location — you're only charged for locations actually returned.
Tip: schedule this on your key locations to build your own weather-history dataset.