# Green and above GDACS Disaster Alerts

**Use case:** 

Extract GDACS Disaster Alerts data filtered by Green and above. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "alertLevel": "Green",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Icon",
    "format": "image"
  },
  "eventName": {
    "label": "📌 Event",
    "format": "text"
  },
  "eventTypeName": {
    "label": "🌀 Type",
    "format": "text"
  },
  "alertLevel": {
    "label": "🚦 Alert",
    "format": "text"
  },
  "alertScore": {
    "label": "📊 Score",
    "format": "number"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "severityText": {
    "label": "💥 Severity",
    "format": "text"
  },
  "fromDate": {
    "label": "📅 From",
    "format": "text"
  },
  "reportUrl": {
    "label": "🔗 Report",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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