Ventusky Weather Scraper - Forecasts, Temperature & Rain avatar

Ventusky Weather Scraper - Forecasts, Temperature & Rain

Pricing

from $3.00 / 1,000 location weather forecasts

Go to Apify Store
Ventusky Weather Scraper - Forecasts, Temperature & Rain

Ventusky Weather Scraper - Forecasts, Temperature & Rain

Fast and lightweight scraper for Ventusky. Extract global 14-day forecasts, hourly temperatures (C and F), rain probabilities, and wind speeds with zero blocking.

Pricing

from $3.00 / 1,000 location weather forecasts

Rating

0.0

(0)

Developer

Axery

Axery

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

Ventusky Weather Scraper

Fast, lightweight, and cost-effective Apify Actor to extract real-time weather, multi-day forecasts, and hourly conditions from Ventusky.


🚀 Key Features

  • Worldwide City Coverage: Query weather for any city or location globally (e.g. london, new-york, paris, tokyo, jakarta).
  • Dual Units (°C and °F, mm and inches): All temperatures, rainfall levels, and wind speeds are automatically calculated and provided in both metric and imperial units.
  • Detailed Hourly Forecast: Extract hourly breakdowns covering temperature, rain accumulation, precipitation chance %, wind direction, and speed.
  • Multi-Day Outlook: High-level daily forecast for upcoming days.
  • Ultra-Lightweight & Fast: Runs in ~1 second per location using curl_cffi, requiring only 256MB RAM.

📥 Input Configuration

ParameterTypeDefaultDescription
locationsArray["london", "new-york", "tokyo"]Cities or location slugs to query.
includeHourlyBooleantrueInclude detailed 24-hour hourly forecast rows.
incrementalBooleanfalseAvoid querying previously seen locations on recurring runs.
proxyConfigurationObjectDirectOptional proxy configuration.

📤 Output Data Schema

{
"location_query": "london",
"city_name": "London",
"latitude": 51.5073359,
"longitude": -0.12765,
"current_temp_c": 17.8,
"current_temp_f": 64.0,
"current_rain_mm": 0.0,
"current_wind_kmh": 12.9,
"current_wind_dir": "SW",
"days_overview": [
{"day": "Fri", "max_temp_c": 22.8, "max_temp_f": 73.0},
{"day": "Sat", "max_temp_c": 22.2, "max_temp_f": 72.0}
],
"hourly_forecast": [
{
"time": "13:00",
"temp_c": 22.2,
"temp_f": 72.0,
"rain_mm": 0.0,
"rain_inch": 0.0,
"rain_probability_pct": 0,
"wind_direction": "W",
"wind_kmh": 11.3,
"wind_mph": 7
}
],
"url": "https://www.ventusky.com/london",
"scraped_at": "2026-09-10T17:12:21.796000+00:00"
}