Weather Data & Forecast Scraper avatar

Weather Data & Forecast Scraper

Pricing

Pay per usage

Go to Apify Store
Weather Data & Forecast Scraper

Weather Data & Forecast Scraper

Extract current weather, historical data, and forecasts from Weather.com, AccuWeather, OpenWeatherMap, and other weather services. Collect temperature, humidity, wind speed, precipitation, UV index, air quality, and 10-day forecasts for agriculture, logistics, insurance, and climate research.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Luan

Luan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

🌍 Extract weather data, forecasts & climate history from Weather.com, AccuWeather, OpenWeather

Apify Actor Category

Scrape current weather, historical data, and forecasts from Weather.com, AccuWeather, and OpenWeatherMap. Collect temperature, humidity, wind, precipitation, UV index, air quality, and 10-day forecasts for agriculture and research.


✨ Features

  • πŸš€ Multi-platform scraping - Extract data from multiple sources in a single run
  • πŸ“Š Structured output - Clean JSON datasets ready for analysis
  • ⚑ High performance - Parallel scraping with automatic rate limiting
  • πŸ›‘οΈ Anti-blocking - Built-in rotation and stealth techniques
  • πŸ’° Cost-effective - Pay only for results ($5.0/1K results)
  • πŸ”„ Scheduled runs - Automate recurring data collection via Apify scheduler
  • πŸ“€ Multiple export formats - JSON, CSV, Excel, and more

🌐 Supported Websites

  • Weather.com - Current conditions, forecasts, radar
  • AccuWeather - MinuteCast, daily/monthly forecasts
  • OpenWeatherMap - Historical data, current weather API
  • Weather Underground - Hyperlocal weather data

πŸ“‹ Data Output

FieldDescription
locationCity/region name and coordinates
temperatureCurrent temperature in Β°C/Β°F
feelsLikeFeels-like temperature
humidityRelative humidity percentage
windSpeedWind speed and direction
precipitationPrecipitation chance/amount
uvIndexUV radiation index
airQualityAQI (Air Quality Index)
forecastUp to 10-day forecast data
historicalPast weather data records

πŸ’° Pricing

This actor uses PAY_PER_EVENT pricing:

  • 5Β’ per result ($5.00 per 1,000 results)
  • Free trial available - test with sample data before committing

πŸš€ Quick Start

Using Apify Console

  1. Open the actor page
  2. Click "Try for free"
  3. Configure your input parameters
  4. Click "Run"

Using API

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
# Prepare input
run_input = {}
# Run the actor
run = client.actor("oneary/weather-database-scraper").call(run_input=run_input)
# Fetch results
dataset = client.dataset(run["defaultDatasetId"]).list_items()
for item in dataset.items:
print(item)

Using curl

# Run the actor
curl -X POST "https://api.apify.com/v2/acts/oneary/weather-database-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'
# Fetch results
curl "https://api.apify.com/v2/datasets/DATASET_ID/items?token=YOUR_TOKEN"

πŸ“š Use Cases

  • 🌾 Agriculture - Plan planting, irrigation, and harvest based on forecast data
  • 🚚 Logistics - Optimize delivery routes and schedules around weather conditions
  • πŸ“ˆ Insurance - Assess weather-related risk for insurance underwriting
  • πŸ”¬ Climate Research - Build historical weather datasets for climate analysis
  • πŸ—οΈ Construction - Schedule outdoor work around weather forecasts
  • ⚑ Energy - Predict energy demand based on temperature forecasts

βš™οΈ Configuration

See the .actor/input_schema.json for full configuration options.

πŸ”— Integration

Connect with your favorite tools via Apify integrations:

  • Make (Integromat) - Automate workflows
  • Zapier - Connect with 5,000+ apps
  • Webhooks - Real-time data delivery
  • API - Full REST API access

πŸ“ License

This actor is available under the MIT License.


Built with ❀️ by Luan (oneary)