# Active Global Disaster Alerts

**Use case:** 

Track current global disaster alerts with event type, severity, country, coordinates, dates, and official GDACS links.

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "event_id": {
    "label": "Event Id",
    "format": "text"
  },
  "episode_id": {
    "label": "Episode Id",
    "format": "text"
  },
  "event_type": {
    "label": "Event Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "alert_level": {
    "label": "Alert Level",
    "format": "text"
  },
  "alert_score": {
    "label": "Alert Score",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "number"
  },
  "iso3": {
    "label": "Iso3",
    "format": "text"
  },
  "from_date": {
    "label": "From Date",
    "format": "date"
  },
  "to_date": {
    "label": "To Date",
    "format": "date"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "severity": {
    "label": "Severity",
    "format": "text"
  },
  "severity_text": {
    "label": "Severity Text",
    "format": "text"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "text"
  },
  "report_url": {
    "label": "Report Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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