# Reporting sources catalogue NASA EONET Natural Events

**Use case:** 

Extract NASA EONET Natural Events data filtered by Reporting sources catalogue. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "sources",
  "category": "",
  "status": "all",
  "source": "",
  "bbox": "",
  "maxGeometryPoints": 200,
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Event ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 Event URL",
    "format": "link"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "closedAt": {
    "label": "📅 Closed At",
    "format": "date"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "categories": {
    "label": "🏷️ Categories",
    "format": "array"
  },
  "categoryIds": {
    "label": "🆔 Category IDs",
    "format": "array"
  },
  "categoriesDetail": {
    "label": "🏷️ Categories (id + title)",
    "format": "array"
  },
  "firstReportedAt": {
    "label": "📅 First Reported",
    "format": "date"
  },
  "lastReportedAt": {
    "label": "📅 Last Reported",
    "format": "date"
  },
  "latitude": {
    "label": "📍 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Longitude",
    "format": "number"
  },
  "peakMagnitudeValue": {
    "label": "📊 Peak Magnitude",
    "format": "number"
  },
  "peakDate": {
    "label": "📅 Peak Magnitude Date",
    "format": "date"
  },
  "magnitudeUnit": {
    "label": "📏 Magnitude Unit",
    "format": "text"
  },
  "geometryCount": {
    "label": "🔢 Geometry Count",
    "format": "number"
  },
  "geometryReturnedCount": {
    "label": "🔢 Geometry Returned Count",
    "format": "number"
  },
  "geometryTruncated": {
    "label": "✂️ Geometry Truncated",
    "format": "boolean"
  },
  "geometryType": {
    "label": "📐 Geometry Type",
    "format": "text"
  },
  "sources": {
    "label": "📦 Sources",
    "format": "array"
  },
  "geometry": {
    "label": "📦 Geometry",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NASA EONET Natural Events Scraper](https://apify.com/parseforge/eonet-natural-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/eonet-natural-events-scraper) to learn more, explore other use cases, and run it yourself.