# Kilauea volcano alert extractor

**Use case:** 

Track Kilauea USGS volcano activity notifications, alert levels, color codes, summaries, and notice URLs.

## Input

```json
{
  "maxItems": 50,
  "includeDetails": true,
  "startUrls": [
    {
      "url": "https://volcanoes.usgs.gov/hans-public/"
    }
  ],
  "observatories": [],
  "volcanoNames": [
    "Kilauea"
  ],
  "alertLevels": [],
  "aviationColorCodes": [],
  "includeDuplicates": false
}
```

## Output

```json
{
  "noticeId": {
    "label": "Notice ID"
  },
  "noticeUrl": {
    "label": "Notice URL"
  },
  "sourceUrl": {
    "label": "Source listing URL"
  },
  "title": {
    "label": "Title"
  },
  "noticeType": {
    "label": "Notice type"
  },
  "section": {
    "label": "Section"
  },
  "observatory": {
    "label": "Observatory"
  },
  "sentTimeUtc": {
    "label": "Sent UTC"
  },
  "sentUnixTime": {
    "label": "Sent Unix"
  },
  "volcanoName": {
    "label": "Primary volcano"
  },
  "volcanoNames": {
    "label": "Volcano names"
  },
  "vnums": {
    "label": "VNUMs"
  },
  "alertLevel": {
    "label": "Alert level"
  },
  "aviationColorCode": {
    "label": "Aviation color"
  },
  "volcanoes": {
    "label": "Volcano details"
  },
  "summary": {
    "label": "Summary"
  },
  "bodyText": {
    "label": "Body text"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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