Earthquake Scraper (USGS) โ€“ Real-time & Historical Seismic Data avatar

Earthquake Scraper (USGS) โ€“ Real-time & Historical Seismic Data

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Earthquake Scraper (USGS) โ€“ Real-time & Historical Seismic Data

Earthquake Scraper (USGS) โ€“ Real-time & Historical Seismic Data

$0.5/1K ๐Ÿ”ฅ Fast earthquake scraper (USGS)! Real-time & historical quakes โ€” magnitude, place, depth, coords & time. JSON, CSV, Excel or API in seconds. Filter by feed or region & pull thousands of events for monitoring โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Get clean earthquake data from the USGS: magnitude, place, exact time, latitude/longitude, depth, felt reports, tsunami flag, alert level, significance and the official event link. Real-time feeds or historical date-range queries. As JSON, CSV or Excel. Free, no key, no proxy.

๐Ÿ’ต Pricing

Pay per result โ€” $0.0004 per item (~$0.40 per 1,000). No subscription, no proxy needed. You only pay for the earthquakes you scrape, and new Apify accounts include free monthly credits so you can test it for $0.

๐Ÿ”Ž What can it extract?

  • Magnitude and magnitude type (mww, ml, mbโ€ฆ)
  • Place description and full title
  • Precise time (epoch converted to ISO 8601 UTC)
  • Latitude, longitude and depth (km)
  • Felt reports, tsunami flag, significance score
  • Alert level (green/yellow/orange/red) and review status
  • Official USGS event page URL
  • Real-time feeds or historical date-range + region queries

๐Ÿš€ How do I use it?

  1. Click Try for free.
  2. Set the input (see example below).
  3. Click Start and download results as JSON, CSV or Excel โ€” or pull them via the API / schedule them for continuous monitoring.

โš™๏ธ Input example

{
"mode": "query",
"startDate": "2026-06-01",
"endDate": "2026-06-22",
"minMagnitude": 4.5,
"latitude": 35.7,
"longitude": 139.7,
"radiusKm": 500,
"maxItems": 500
}

Real-time example:

{
"mode": "recent",
"feed": "all_day"
}

๐Ÿ“ฆ Output example

{
"id": "us7000abcd",
"magnitude": 5.4,
"place": "10km SW of Testville, CA",
"time_iso": "2026-06-22T00:00:00+00:00",
"latitude": 37.7,
"longitude": -122.5,
"depth_km": 8.3,
"felt": 42,
"tsunami": false,
"significance": 449,
"mag_type": "mww",
"alert": "green",
"status": "reviewed",
"title": "M 5.4 - 10km SW of Testville, CA",
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us7000abcd",
"scraped_at": "2026-06-22T09:00:00+00:00"
}

๐ŸŽฏ Use cases

  • Monitoring โ€“ track seismic activity in near real-time with the live feeds
  • Alerts โ€“ trigger notifications when a quake crosses a magnitude threshold in a region
  • Research โ€“ build historical datasets by date range and location for analysis
  • Insurance / risk โ€“ quantify exposure and model catastrophe risk for a portfolio

๐Ÿ’ฐ How much will it cost?

You pay only the per-result price (no proxy cost): 100 โ†’ ~$0.04 ยท 1,000 โ†’ ~$0.40 ยท 10,000 โ†’ ~$4

๐Ÿ†š Why this one

FeatureThis actorOthers
Real-time feeds + historical queryโœ…one or the other
Region (lat/lon/radius) filterโœ…rarely
Coordinates + depth + tsunami + alertโœ…partial
No key, no proxyโœ…sometimes

โ“ FAQ

Key/proxy? No. How fresh is real-time? The USGS feeds update within minutes of an event. Historical depth? Query any date range supported by the USGS FDSN service.

๐Ÿ›Ÿ Support

Found a bug or need an extra field? Open an issue on the actor โ€” fixes and new fields ship fast.

Data via the USGS Earthquake Hazards Program public API (public-domain U.S. government data).


Keywords: earthquake scraper, usgs, seismic data, earthquake api, real-time earthquakes, magnitude, tsunami, disaster monitoring, risk, JSON CSV Excel