# All NOAA Storm Events Database

**Use case:** 

Extract NOAA Storm Events Database data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "eventType": "All",
  "state": "ALL",
  "year": 2024,
  "maxItems": 10
}
```

## Output

```json
{
  "eventId": {
    "label": "🆔 Event ID",
    "format": "text"
  },
  "eventType": {
    "label": "⛈️ Event Type",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "cz_name": {
    "label": "🏙️ County/Zone",
    "format": "text"
  },
  "beginDate": {
    "label": "📅 Begin",
    "format": "date"
  },
  "endDate": {
    "label": "📅 End",
    "format": "date"
  },
  "magnitude": {
    "label": "📊 Magnitude",
    "format": "text"
  },
  "deaths": {
    "label": "💀 Deaths",
    "format": "text"
  },
  "injuries": {
    "label": "🩹 Injuries",
    "format": "text"
  },
  "damageProperty": {
    "label": "🏠 Property $",
    "format": "text"
  },
  "damageCrops": {
    "label": "🌾 Crops $",
    "format": "text"
  },
  "episodeNarrative": {
    "label": "📝 Narrative",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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