# All monitored volcanoes USGS Volcano Alerts

**Use case:** 

Extract USGS Volcano Alerts data filtered by All monitored volcanoes. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "all",
  "observatory": "",
  "maxItems": 10
}
```

## Output

```json
{
  "volcanoName": {
    "label": "🌋 Volcano",
    "format": "text"
  },
  "observatory": {
    "label": "🏛 Observatory",
    "format": "text"
  },
  "alertLevel": {
    "label": "🚨 Alert Level",
    "format": "text"
  },
  "aviationColorCode": {
    "label": "✈️ Color Code",
    "format": "text"
  },
  "region": {
    "label": "🗺 Region",
    "format": "text"
  },
  "latitude": {
    "label": "📍 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Lon",
    "format": "number"
  },
  "noticeType": {
    "label": "📰 Notice",
    "format": "text"
  },
  "sentUtc": {
    "label": "🕒 Sent (UTC)",
    "format": "text"
  },
  "noticeUrl": {
    "label": "🔗 Notice URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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