Weather Data Scraper — Forecasts, History & Climate Data avatar

Weather Data Scraper — Forecasts, History & Climate Data

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Weather Data Scraper — Forecasts, History & Climate Data

Weather Data Scraper — Forecasts, History & Climate Data

Extract current weather, historical data, and forecasts from major weather services. Collect temperature, precipitation, humidity, wind speed, and climate statistics for analysis and research.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Luan M.

Luan M.

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

11 hours 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)