Earthquake Alert — Recent Seismic Activity by Region avatar

Earthquake Alert — Recent Seismic Activity by Region

Pricing

Pay per usage

Go to Apify Store
Earthquake Alert — Recent Seismic Activity by Region

Earthquake Alert — Recent Seismic Activity by Region

Search recent earthquakes worldwide by magnitude, region (radius from a point), or PAGER alert level. Official USGS data, for catastrophe risk, logistics, and disaster-response monitoring.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Timothy Kelvin

Timothy Kelvin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Search recent earthquakes worldwide by minimum magnitude, a region (radius around a latitude/longitude), or USGS PAGER estimated-impact level. Get back magnitude, location, depth, tsunami flag, and a link to the full USGS event page — most recent first.

Built for catastrophe/insurance risk teams, logistics and supply-chain monitoring, and disaster-response coordination watching a specific region.

Input

{
"latitude": 34.0522,
"longitude": -118.2437,
"radiusKm": 300,
"minMagnitude": 4.5,
"alertLevel": "all",
"daysBack": 7,
"maxResults": 25
}
FieldTypeDescription
latitude / longitudenumberCenter point for a regional search. Leave both blank for a worldwide search.
radiusKmnumberSearch radius around the center point, in km. Only used with latitude/longitude. Default 300.
minMagnitudenumberOnly return earthquakes at or above this magnitude. Default 4.5.
alertLevelstringUSGS PAGER estimated impact: all, green, yellow, orange, or red. Most earthquakes have no alert level — leave all unless specifically hunting for significant events.
daysBacknumberHow many days back from today to search. Default 7, max 365.
maxResultsnumberMax earthquakes to return, most recent first. Default 25, max 100.

Output

One record per earthquake:

{
"eventId": "us6000tjqj",
"magnitude": 5.1,
"magType": "mb",
"place": "232 km SSW of Pagar Alam, Indonesia",
"time": "2026-08-10T17:08:06.809Z",
"alertLevel": null,
"tsunami": false,
"felt": null,
"cdi": null,
"significance": 400,
"status": "reviewed",
"depthKm": 21.72,
"latitude": -5.9347,
"longitude": 102.3607,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000tjqj"
}

How it works

Direct calls to the official USGS Earthquake Hazards Program FDSN event API — the same data source behind USGS's own earthquake maps. No API key, no proxy, no login, no scraping.

Pricing note

Billed per search, not per earthquake returned — one charge whether the search returns 1 event or 100.

Looking for other risk-monitoring signals?