Weather Data Scraper (Open-Meteo) avatar

Weather Data Scraper (Open-Meteo)

Pricing

from $0.50 / 1,000 datapoint fetcheds

Go to Apify Store
Weather Data Scraper (Open-Meteo)

Weather Data Scraper (Open-Meteo)

Get weather forecast, historical weather, and air quality for any place (by name or coordinates) — daily temperature, precipitation, wind, UV, sunrise/sunset, PM2.5/AQI — via the free Open-Meteo API. No key, no proxy.

Pricing

from $0.50 / 1,000 datapoint fetcheds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Weather Data Scraper (Open-Meteo) 🌤️

Get weather forecast, historical weather, and air quality for any place in the world — by city name or coordinates — as clean daily/hourly rows. Powered by the free Open-Meteo API.

Great for agriculture, logistics, events, energy, travel apps, and any product that needs reliable weather data.

Modes

  • Forecast — up to 16 days: max/min temperature, precipitation & probability, wind & gusts, UV index, sunrise/sunset, weather code.
  • Historical — any date range (decades of archive data).
  • Air quality — PM2.5, PM10, CO, NO₂, ozone, US & European AQI.

Input

{
"places": ["São Paulo", "London", "-23.55,-46.63"],
"mode": "forecast",
"forecastDays": 7,
"tempUnit": "celsius",
"windUnit": "kmh"
}

For historical: set "mode": "historical" with startDate and endDate (YYYY-MM-DD).

Output (forecast day row)

{
"type": "forecast_day",
"place": "São Paulo, São Paulo, Brazil",
"date": "2026-07-16",
"temp_max": 24.1,
"temp_min": 14.3,
"precipitation_sum": 0.0,
"precip_prob_max": 10,
"wind_max": 18.5,
"uv_index_max": 6.2,
"sunrise": "2026-07-16T06:42",
"sunset": "2026-07-16T17:38"
}

Notes

  • Free geocoding turns place names into coordinates automatically.
  • Uses Open-Meteo's open API — reliable, no key, no proxy.