# EMSC Global Earthquakes Latest Results

**Use case:** 

Latest Results of EMSC Global Earthquakes. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "minMagnitude": 2.5,
  "maxItems": 25
}
```

## Output

```json
{
  "event_id": {
    "label": "🆔 Event ID",
    "format": "text"
  },
  "time": {
    "label": "📅 Time",
    "format": "text"
  },
  "lat": {
    "label": "📍 Latitude",
    "format": "text"
  },
  "lon": {
    "label": "📍 Longitude",
    "format": "text"
  },
  "depth": {
    "label": "🌊 Depth (km)",
    "format": "text"
  },
  "mag": {
    "label": "📏 Magnitude",
    "format": "text"
  },
  "mag_type": {
    "label": "🏷️ Magnitude Type",
    "format": "text"
  },
  "region": {
    "label": "🗺️ Region",
    "format": "text"
  },
  "agency": {
    "label": "🏢 Agency",
    "format": "text"
  },
  "type": {
    "label": "🔬 Event Type",
    "format": "text"
  },
  "last_update": {
    "label": "🕒 Last Update",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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