VOOZH about

URL: https://apify.com/dami_studio/open-meteo-weather-scraper

โ‡ฑ Open-Meteo Weather Scraper - Forecast & Current API ยท Apify


Pricing

$0.20 / 1,000 weather results

Go to Apify Store

Open-Meteo Weather Scraper

Get current weather and multi-day forecasts for any place or coordinates from the free Open-Meteo API. No key, no login. Returns temperature, humidity, wind, precipitation and readable conditions per location.

Pricing

$0.20 / 1,000 weather results

Rating

5.0

(1)

Developer

๐Ÿ‘ Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Look up current weather or a multi-day forecast for any place on Earth โ€” by name or by coordinates โ€” using the free Open-Meteo API. No API key, no login, no sign-up.

Give it a list of place names (["Berlin", "Tokyo", "New York"]) and it geocodes each to its top match, then returns clean, structured weather rows with a human-readable description (e.g. Partly cloudy, Slight rain, Thunderstorm) instead of a raw WMO code.

Modes

  • current โ€” current conditions per place: temperature, feels-like, humidity, precipitation, wind, weather text.
  • forecast โ€” one row per day (up to Forecast days, max 16): daily high/low, precipitation total, max wind, weather text.
  • geocode โ€” just resolve place names to coordinates + metadata (country, region, timezone, population). No weather call.

What you get per row

geocode: place, name, latitude, longitude, country, admin1 (region/state), timezone, population.

current: place, latitude, longitude, time, temperature, apparentTemperature, humidity, precipitation, windSpeed, weatherCode, weather (text), timezone.

forecast (one row per day): place, latitude, longitude, date, tempMax, tempMin, precipitationSum, windSpeedMax, weatherCode, weather (text).

Units are Open-Meteo defaults: temperatures in ยฐC, wind in km/h, precipitation in mm.

Input

FieldNotes
modecurrent (default), forecast, or geocode.
placesList of place names. Each is geocoded to its top match.
latitude / longitudeOptional exact coordinates, used only when places is empty.
forecastDaysDays for forecast mode, 1โ€“16 (default 7).
maxItemsCaps total output rows across all places (default 100).

You must provide either places or both latitude and longitude.

Output

One dataset row per place (geocode/current) or per day (forecast). Pricing is pay-per-result: you are only charged for genuine result rows (ok: true). Rows we couldn't deliver are never charged โ€” this includes:

  • empty/invalid input (a single ok: false row with errorCode: "BAD_INPUT" โ€” e.g. no place and no coordinates, or an unknown mode),
  • a place that couldn't be geocoded / produced no data (NO_RESULTS),
  • rate limits or network errors (RATE_LIMITED / NETWORK).

When some places resolve and others don't, the unresolved ones are listed under unresolved on the run log; the resolved rows are still returned and charged.

Proxy

Open-Meteo is a public, no-auth JSON API with no anti-bot, so no proxy is required and the default runs without one (saving proxy credits). Only enable Apify Proxy if you hit IP rate limits at very high volume.

Troubleshooting

  • Getting a BAD_INPUT row? Provide places, or both latitude and longitude, and a valid mode.
  • A place came back as NO_RESULTS? Try a more specific name (add the country, e.g. "Springfield, US"), or use direct coordinates.

Example

{"mode":"forecast","places":["Paris","Madrid"],"forecastDays":5}

Notes

Weather codes follow the WMO interpretation table and are mapped to short English text in the weather field; the raw number is kept in weatherCode. Data and geocoding come from Open-Meteo โ€” please review their terms for attribution and fair-use limits at high volume.

You might also like

Open-Meteo Weather Scraper

gio21/open-meteo-scraper

Free weather data for any location using Open-Meteo public API. No API key required. Returns current conditions, hourly 24h forecast, or daily 7-day forecast. Temperature, wind, humidity, precipitation, weather code.

Weather Data Scraper (Open-Meteo)

rupom888/weather-data-scraper

Fetch weather data using the free Open-Meteo API. Get current conditions, hourly forecasts (16 days), and historical data for any location by city name or lat/lng coordinates. No API key required. Includes temperature, precipitation, wind, humidity, UV index, and more.

Weather Forecast API

gentle_cloud/weather-forecast-api

Get current weather conditions and 7-day forecasts for any location worldwide using the free Open-Meteo API. Supports city names and coordinates.

41

Weather Forecast Search

ryanclinton/weather-forecast-search

Get current weather conditions and multi-day forecasts for any location worldwide using the free Open-Meteo API. Search by city name (auto-geocoded) or direct latitude/longitude coordinates.

25

5.0

Open-Meteo Weather Scraper

crawlerbros/open-meteo-scraper

Scrape Open-Meteo, free open-source weather API with global forecasts, historical weather, air quality, marine conditions, and climate data. No API key required.

Open-Meteo Weather Scraper

crawlergang/open-meteo-scraper

Scrape Open-Meteo, free open-source weather API with global forecasts, historical weather, air quality, marine conditions, and climate data. No API key required.

2

5.0