VOOZH about

URL: https://apify.com/compute-edge/eonet-natural-events-scraper

⇱ Eonet Natural Events Scraper Β· Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Eonet Natural Events Scraper

Scraper for eonet-natural-events-scraper

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Categories

Share

NASA EONET Natural Events Scraper

Extract structured natural event data from NASA's Earth Observatory Natural Event Tracker (EONET) β€” a curated, machine-readable feed of currently unfolding natural events on Earth. This Actor wraps the official EONET v3 API into a powerful, filterable data pipeline that delivers wildfires, severe storms, volcanic eruptions, floods, landslides, droughts, dust storms, icebergs, and more β€” all in a single, clean JSON payload ready for analytics, dashboards, or RAG ingestion.

EONET aggregates events from authoritative sources including InciWeb (US wildfire incidents), IRWIN (interagency wildfire), GDACS (Global Disaster Alert), PDC (Pacific Disaster Center), NOAA NHC (National Hurricane Center), Smithsonian Global Volcanism, and the U.S. National Ice Center. Each event includes precise geometry (point or polygon coordinates), magnitude (acres burned, storm category, etc.), source attribution, and a stable EONET ID for tracking events as they evolve.

Key Features

  • Real-time natural event feed β€” Hundreds of currently active wildfires, storms, and volcanic events
  • 13 event categories β€” Wildfires, severe storms, volcanoes, floods, landslides, droughts, dust/haze, earthquakes, manmade events, sea/lake ice, snow, temperature extremes, water color
  • Geometry coordinates extracted β€” Latest known latitude/longitude per event
  • Magnitude filtering β€” Filter wildfires by minimum acres burned, or storms by category number
  • Bounding box support β€” Restrict results to a geographic region (e.g., continental US, California, Pacific basin)
  • Status filtering β€” Only active (open) events, only resolved (closed), or both
  • Date range filtering β€” Days-back shorthand or explicit start/end date
  • Source filtering β€” Pull only events confirmed by a trusted source (e.g., InciWeb for US wildfires)
  • No authentication required β€” Public NASA API, no keys or credentials

Output Data Fields

FieldTypeDescription
eventIdstringStable EONET event identifier (e.g., EONET_20098)
titlestringHuman-readable event title
descriptionstringOptional description (often null)
categoryId / categoryTitlestringPrimary event category
allCategoriesarrayAll assigned category titles
statusstring"open" or "closed"
closedDatestringDate the event was closed, if applicable
latestDatestringDate of latest observation/geometry
latestLatitude / latestLongitudenumberLatest known coordinates
latestMagnitudeValue / latestMagnitudeUnitnumber/stringMagnitude (e.g., acres for wildfires)
geometryPointCountintegerNumber of geometry observations recorded
sourceIdsstringComma-separated source ID list
sourceUrlsarrayURLs to original source records
eventUrlstringEONET canonical event URL

How to Scrape NASA EONET Natural Events

  1. Open the NASA EONET Natural Events Scraper Actor in Apify Store.
  2. Click Start to open the input form.
  3. (Optional) Choose a Category (e.g., wildfires, severeStorms, volcanoes).
  4. (Optional) Set Status to open for active events only.
  5. (Optional) Set Days Back to limit to the last N days.
  6. (Optional) Enter a Bounding Box to restrict by geography.
  7. Set Max Results to control the output size.
  8. Click Start and download the dataset as JSON, CSV, or Excel.

Input Example

{
"category":"wildfires",
"status":"open",
"days":30,
"bbox":"-125,24,-66,49",
"minMagnitude":1000,
"maxResults":500
}

Output Example

{
"eventId":"EONET_20098",
"title":"Eagle Lake Fire Wildfire, Hancock, Iowa",
"categoryTitle":"Wildfires",
"status":"open",
"latestDate":"2026-05-14T11:04:00Z",
"latestLatitude":43.11279415,
"latestLongitude":-93.72348843,
"latestMagnitudeValue":550,
"latestMagnitudeUnit":"acres",
"sourceIds":"IRWIN",
"eventUrl":"https://eonet.gsfc.nasa.gov/api/v3/events/EONET_20098"
}

Pricing

This Actor is priced at $0.003 per event extracted. Apify compute costs are billed separately. A typical run extracting 500 active wildfires costs approximately $1.50 plus a few cents of compute. There are no API rate limits or external account fees β€” NASA's EONET API is free and open to the public.

Use Cases

  • Wildfire situational awareness β€” Build dashboards tracking active US wildfires by acres burned
  • Disaster response β€” Aggregate active storms, floods, and landslides for emergency operations
  • Insurance risk modeling β€” Feed live volcanic and storm events into property risk engines
  • Climate research β€” Build historical datasets of natural events for ML training
  • News and media β€” Power "live disaster map" features for newsroom dashboards
  • RAG / LLM pipelines β€” Ingest structured natural event data into Claude- or GPT-powered agents

Related Actors

  • USGS Earthquake Scraper β€” Real-time global earthquake feed from USGS
  • USGS Volcano Monitor Scraper β€” US volcano alert status and aviation color codes
  • NOAA NCEI Climate Scraper β€” Daily climate observation summaries
  • CISA KEV Scraper β€” Known exploited cyber vulnerabilities (different domain, similar pattern)

FAQ

Q: How fresh is the data? A: EONET is updated multiple times daily as new events are detected and existing ones evolve. Each run fetches the current feed.

Q: Does this need an API key? A: No. The EONET API is public and unauthenticated.

Q: Can I scrape historical events? A: Yes β€” set startDate and endDate to a historical window, and status to all or closed.

Q: What's the maximum number of events? A: EONET typically tracks a few hundred active events at any time. The Actor supports up to 50,000 results per run.

Legal

This Actor wraps NASA's publicly accessible EONET API. NASA data is generally in the public domain under NASA's usage guidelines. This Actor is not affiliated with or endorsed by NASA. Users are responsible for complying with all applicable terms of use.

You might also like

NASA EONET Natural Events Scraper

parseforge/eonet-natural-events-scraper

Track active natural events worldwide from NASA EONET β€” wildfires, severe storms, volcanoes, floods, sea ice, earthquakes. Filter by category, status, days back, magnitude bounds, and bounding box. Returns geometry, sources, and full event timelines.

🎟️ Google Events Scraper

scrapio/google-events-scraper

🎟️ Google Events Scraper extracts event details from Google Eventsβ€”dates, locations, categories & more. πŸš€ Fast, reliable data for marketing, lead gen, research & analytics.

Facebook Events Scraper

easyapi/facebook-events-scraper

Extract Facebook events data including title, date, cover image, ticket info and more. Perfect for event aggregators, market research, and monitoring competitor events. Supports both public and private events with authentication.

🎟️ Google Events Scraper

api-empire/google-events-scraper

🎟️ Google Events Scraper automates discovery of Google Events dataβ€”dates, locations, titles & moreβ€”at scale. πŸš€ Perfect for event marketing, leads, analytics & competitive research. ⚑ Fast, reliable, and scraper-ready.

Facebook Events Scraper

scrapier/facebook-events-scraper

Scrape public Facebook events with the Facebook Events Scraper. Extract event names, dates, times, locations, descriptions, attendees, and host info. Ideal for event tracking, market research, and engagement analysis. Fast, accurate, and scalable for single or multiple events.

Serp Events Scraper

payai/serp-events-scraper

πŸš€ Scrape professional networking events, conferences & business meetups from Google Events via SerpAPI. Get 400+ real events across 10 major US cities in minutes!

Nearly Natural Scraper

mshopik/nearly-natural-scraper

Scrape Nearly Natural and extract data on flowers from nearlynatural.com. Our Nearly Natural API lets you crawl product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.

🎟️ Google Events Scraper

scrapier/google-events-scraper

🎟️ Google Events Scraper extracts event details from Google Eventsβ€”titles, dates, locations & links. ⚑ Fast, reliable automation for market research, lead gen & event discovery. 🧠 Perfect for data-driven teams.