# Latest Global Earthquakes

**Use case:** 

Explore recent worldwide earthquakes with magnitude, depth, location, coordinates, and event time in a ready-to-export dataset.

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "event_id": {
    "label": "Event Id",
    "format": "text"
  },
  "time": {
    "label": "Time",
    "format": "text"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "magnitude": {
    "label": "Magnitude",
    "format": "text"
  },
  "magnitude_type": {
    "label": "Magnitude Type",
    "format": "text"
  },
  "depth_km": {
    "label": "Depth Km",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "event_type": {
    "label": "Event Type",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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