Earthquake Data Scraper — USGS Events avatar

Earthquake Data Scraper — USGS Events

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Earthquake Data Scraper — USGS Events

Earthquake Data Scraper — USGS Events

Fetch earthquake events from USGS — magnitude, place, coordinates, depth, tsunami & alert. Filter by time, magnitude, bbox or radius. Free keyless API.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Fetch earthquake events from the USGS FDSN catalogue with the full filter surface — magnitude, location, coordinates, depth, tsunami flag, PAGER alert level, felt reports and significance. Filter by time window, magnitude range, bounding box, or radius around a point. Free keyless official government API.

For risk/insurance analytics, news feeds, seismic research and mapping apps. Schedule it for a live seismic alert feed.

What you get

Per event:

  • Magnitudemagnitude, magType
  • Locationplace, longitude, latitude, depthKm
  • Timingtime, updated (ISO 8601)
  • Impacttsunami flag, alert (PAGER green/yellow/orange/red), significance, felt, cdi, mmi
  • Metaid, status, type, title, url, detailUrl

Output sample

{
"id": "us7000abcd",
"magnitude": 6.2,
"magType": "mww",
"place": "125 km SW of Tokyo, Japan",
"time": "2026-07-11T22:14:03.000Z",
"updated": "2026-07-11T23:02:41.000Z",
"longitude": 139.7,
"latitude": 35.4,
"depthKm": 32.5,
"tsunami": 0,
"alert": "green",
"significance": 592,
"felt": 1204,
"cdi": 5.2,
"mmi": 6.1,
"status": "reviewed",
"type": "earthquake",
"title": "M 6.2 - 125 km SW of Tokyo, Japan",
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us7000abcd",
"detailUrl": "https://earthquake.usgs.gov/.../us7000abcd.geojson"
}

Input

FieldTypeDefaultDescription
starttime / endtimestringEvent time range (ISO or YYYY-MM-DD)
minmagnitude / maxmagnitudestringMagnitude range, e.g. 4.5
minlatitude / maxlatitude / minlongitude / maxlongitudestringBounding-box search
latitude / longitude / maxradiuskmstringCircle search around a point
mindepth / maxdepthstringDepth range (km)
alertlevelstringPAGER alert: green, yellow, orange, red
orderbystringtimetime, time-asc, magnitude, magnitude-asc
maxResultsinteger1000Cap on events returned

Example input

{
"starttime": "2026-07-01",
"minmagnitude": "4.5",
"orderby": "time",
"maxResults": 500
}

Region (California bbox): {"minlatitude":"32","maxlatitude":"42","minlongitude":"-125","maxlongitude":"-114","minmagnitude":"2.5"}. Around a point (200km): {"latitude":"35.7","longitude":"139.7","maxradiuskm":"200","minmagnitude":"3"}.

Why this actor

  • Full filter surface — time, magnitude, bbox, radius, depth and PAGER alert, all in one actor.
  • Clean normalized schema — ISO timestamps and split lat/lon/depth from the raw GeoJSON, ready for spreadsheets and maps.
  • Official & keyless — the USGS FDSN government API; no key, reliable, schedulable as an alert feed.

Pricing

Pay per result — $1.00 per 1,000 results (one result = one earthquake event). No subscription; you pay only for what you get.

Notes & limits

  • Source is the USGS FDSN event API — free public government data. Impact fields (felt, cdi, mmi, alert) are populated only for events with those reports.
  • Public data; you are responsible for compliant use. Not affiliated with USGS.
  • NOAA Tides & Currents Scraper — tide and current predictions.
  • USGS Water Data Scraper — streamflow, gage height and water temperature.
  • Open-Meteo Weather Scraper — geocoding + forecast.