Weather Scraper (Open-Meteo) – Forecast & History avatar

Weather Scraper (Open-Meteo) – Forecast & History

Pricing

from $0.04 / 1,000 results

Go to Apify Store
Weather Scraper (Open-Meteo) – Forecast & History

Weather Scraper (Open-Meteo) – Forecast & History

$0.04/1K πŸ”₯ Fast weather scraper (Open-Meteo)! Current, hourly & daily forecasts β€” temp, rain, wind & more for any city. No key. JSON, CSV, Excel or API in seconds. Enter cities or coords & pull thousands of weather points ⚑

Pricing

from $0.04 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Weather Scraper (Open-Meteo) – Forecast & Historical Data

Get clean weather data by city or coordinates: current conditions, up to a 16-day daily forecast, and decades of historical archive β€” temperature, precipitation, wind, humidity and weather codes. As JSON, CSV or Excel. Free, no key, no proxy.

πŸ’΅ Pricing

Pay per result β€” $0.0004 per item (~$0.40 per 1,000 locations). No subscription, no proxy needed. You only pay for the locations you scrape, and new Apify accounts include free monthly credits so you can test it for $0.

πŸ”Ž What can it extract?

  • Current conditions β€” temperature, humidity, wind speed, weather code
  • Daily forecast β€” up to 16 days of max/min temperature, precipitation and weather code
  • Historical archive β€” daily temperature and precipitation for any past date range
  • Geocoding built in β€” pass a city name, get back lat/lon + country automatically
  • Query by city name or raw coordinates

πŸš€ How do I use it?

  1. Click Try for free.
  2. Set the input (see example below).
  3. Click Start and download results as JSON, CSV or Excel β€” or pull them via the API / schedule them.

βš™οΈ Input example

{
"mode": "cities",
"cities": ["Berlin", "Tokyo"],
"forecastDays": 7
}

Coordinates mode: { "mode": "coordinates", "coordinates": ["52.52,13.41"] } Historical mode: { "mode": "historical", "cities": ["Berlin"], "startDate": "2024-01-01", "endDate": "2024-01-31" }

πŸ“¦ Output example

{
"location": "Berlin",
"latitude": 52.52,
"longitude": 13.41,
"country": "Germany",
"timezone": "Europe/Berlin",
"current_temperature": 21.3,
"current_humidity": 60,
"current_weather_code": 3,
"current_wind_speed": 12.5,
"daily": [
{ "date": "2026-06-30", "temp_max": 24.0, "temp_min": 13.0, "precipitation": 0.0, "weather_code": 3 }
],
"scraped_at": "2026-06-30T08:00:00+00:00"
}

🎯 Use cases

  • Dashboards β€” live weather widgets and BI reports
  • Logistics β€” route and delivery planning around conditions
  • Agriculture β€” irrigation, frost and harvest scheduling
  • Travel β€” trip planners and destination forecasts

πŸ’° How much will it cost?

You pay only the per-result price (no proxy cost): 100 β†’ ~$0.04 Β· 1,000 β†’ ~$0.40 Β· 10,000 β†’ ~$4

πŸ†š Why this one

FeatureThis actorOthers
Forecast + history + geocodingβœ…usually one
City name or coordinatesβœ…coords only
No key neededβœ…sometimes

❓ FAQ

Key/proxy? No. How far back is history? Open-Meteo archive covers decades of daily data. Forecast horizon? Up to 16 days.

πŸ›Ÿ Support

Found a bug or need an extra field? Open an issue on the actor β€” fixes and new fields ship fast.

Data via the Open-Meteo public API.


Keywords: weather scraper, weather forecast API, historical weather, open-meteo, temperature data, precipitation, climate data, geocoding, JSON CSV Excel