Scrapers.lat logo scrapers.lat
ニュース

Earthquakes Scraper

Scrape recent earthquakes worldwide: magnitude, place, depth, coordinates, time, tsunami flag and event link. Filter by minimum magnitude. Export to JSON, CSV or Excel.

27 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
usgs-earthquakes-scraper.json 200 OK
{
  "id": "us7000t3a4",
  "magnitude": 5,
  "place": "57 km S of Sarangani, Philippines",
  "time": "2026-07-25T06:46:06.097Z",
  "updated": "2026-07-25T07:04:54.040Z",
  "url": "https://earthquake.usgs.gov/earthquakes/eventp…",
  "tsunami": 0,
  "longitude": 125.4791,
  "latitude": 4.8793
}
得られるもの

各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
IdMagnitudePlaceTimeUpdatedUrlTsunamiLongitudeLatitudeDepthTypeTitleMag TypeSignificance
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

IdMagnitudePlaceTime
us7000t3a4557 km S of Sarangani, Philippines2026-07-25T06:46:06.097Z
us7000t3a05.143 km SW of Puerto Madero, Mexico2026-07-25T05:26:33.842Z
us7000t38a596 km NNW of Port-Olry, Vanuatu2026-07-24T23:44:10.140Z
us7000t3875.7292 km SSE of Ushuaia, Argentina2026-07-24T23:10:29.856Z
us7000t3824.94 km WNW of Sola, Vanuatu2026-07-24T22:39:19.684Z
GET /usgs-earthquakes-scraper
{
  "id": "us7000t3a4",
  "magnitude": 5,
  "place": "57 km S of Sarangani, Philippines",
  "time": "2026-07-25T06:46:06.097Z",
  "updated": "2026-07-25T07:04:54.040Z",
  "url": "https://earthquake.usgs.gov/earthquakes/eventp…",
  "tsunami": 0,
  "longitude": 125.4791,
  "latitude": 4.8793
}

よくある質問

How are results ordered?

Earthquakes are returned most recent first, so the latest activity is always at the top.

What does the tsunami flag mean?

It marks events flagged for possible tsunami relevance. It does not by itself mean a tsunami occurred.

Can I get only larger earthquakes?

Yes. Raise the minimum magnitude, for example to 4.5 or 6, to keep only stronger events.

How fresh is the data?

Events are read live at run time, so each record reflects the latest catalog at the moment of the run (see observedAt).

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。