Scrapers.lat logo scrapers.lat
Developer tools

Weather Forecast Scraper

Scrape a daily weather forecast for any latitude and longitude: max and min temperature, precipitation and peak wind speed per day. Export to JSON, CSV or Excel.

30 fields per record JSON · CSV · Excel · API Pay per use
open-meteo-weather-scraper.json 200 OK
{
  "latitude": 52.52,
  "longitude": 13.419998,
  "date": "2026-07-25",
  "tempMax": 28.3,
  "tempMin": 13.5,
  "precipitation": 0,
  "windMax": 9.2,
  "weatherCode": 3,
  "condition": "Overcast"
}
What you get

Every run returns clean, typed records, ready for your CRM, spreadsheet or database.

  • One clean record per result, deduped and normalized
  • Stable schema in JSON, CSV or Excel, or read it via the Apify API
  • Pay per use in the cloud, nothing to install or maintain
Fields it returns
LatitudeLongitudeDateTemp MaxTemp MinPrecipitationWind MaxWeather CodeConditionApparent Temp MaxApparent Temp MinPrecipitation Probability MaxPrecipitation HoursWind Gusts Max
Sample output

A real example record, exactly the shape you receive.

LatitudeLongitudeDateTemp Max
52.5213.4199982026-07-2528.3
52.5213.4199982026-07-2624.9
52.5213.4199982026-07-2721.7
52.5213.4199982026-07-2825.2
52.5213.4199982026-07-2933.7
GET /open-meteo-weather-scraper
{
  "latitude": 52.52,
  "longitude": 13.419998,
  "date": "2026-07-25",
  "tempMax": 28.3,
  "tempMin": 13.5,
  "precipitation": 0,
  "windMax": 9.2,
  "weatherCode": 3,
  "condition": "Overcast"
}

Frequently asked questions

How do I find coordinates for a place?

Search the place name in any maps app and copy the latitude and longitude. For example Berlin is about 52.52, 13.41.

What units are used?

Temperatures are in degrees Celsius, precipitation in millimeters and wind speed in kilometers per hour. The timezone field shows the local timezone for the day boundaries.

How many days does it return?

It returns the daily forecast window for the location. Use Max Items to keep fewer days if you only need the next few.

How fresh is the data?

The forecast is read live at run time, so each record reflects the latest forecast at the moment of the run (see observedAt).

Ready when you are.

Run the scraper live on Apify right now, or have us build one tailored to exactly what you need.