# Public Health Alerts from Official Sources

**Use case:** 

Collect public health alerts from WHO, ECDC, CDC, and PAHO in one dataset.

## Input

```json
{
  "sourceFamilies": [
    "who-don",
    "who-rss",
    "ecdc",
    "cdc",
    "paho"
  ],
  "startUrls": [],
  "diseaseKeywords": [],
  "regions": [],
  "severity": "",
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "source.publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  },
  "diseases": {
    "label": "Diseases",
    "format": "array"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "regions": {
    "label": "Regions",
    "format": "array"
  },
  "severity": {
    "label": "Severity",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "source.url": {
    "label": "Official URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Disease Outbreak News Scraper](https://apify.com/maximedupre/disease-outbreak-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/disease-outbreak-news-scraper) to learn more, explore other use cases, and run it yourself.