# M7.0+ Earthquake Data Scraper

**Use case:** 

Collect great earthquakes of magnitude 7.0 and above with location, depth, time and coordinates for monitoring and research.

## Input

```json
{
  "maxEarthquakes": 50,
  "minMagnitude": "7.0"
}
```

## Output

```json
{
  "title": {
    "label": "Event"
  },
  "magnitude": {
    "label": "Magnitude"
  },
  "magType": {
    "label": "Mag type"
  },
  "place": {
    "label": "Place"
  },
  "time": {
    "label": "Time (UTC)"
  },
  "depth": {
    "label": "Depth (km)"
  },
  "alert": {
    "label": "PAGER alert"
  },
  "mmi": {
    "label": "Max intensity"
  },
  "significance": {
    "label": "Significance"
  },
  "tsunami": {
    "label": "Tsunami"
  },
  "felt": {
    "label": "Felt reports"
  },
  "url": {
    "label": "Link"
  }
}
```

## About this Actor

This example demonstrates how to use [Earthquakes Scraper](https://apify.com/scrapers_lat/usgs-earthquakes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/usgs-earthquakes-scraper) to learn more, explore other use cases, and run it yourself.