# WHO Disease Outbreak News | Public Health Reports Data

**Use case:** 

Data Export of WHO Disease Outbreak News | Public Health Reports. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 100,
  "query": "cholera"
}
```

## Output

```json
{
  "id": {
    "label": "🔑 ID",
    "format": "text"
  },
  "title": {
    "label": "📋 Title",
    "format": "text"
  },
  "donId": {
    "label": "🔢 DON ID",
    "format": "text"
  },
  "publicationDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "dateCreated": {
    "label": "📅 Created",
    "format": "text"
  },
  "lastModified": {
    "label": "🕒 Modified",
    "format": "text"
  },
  "urlName": {
    "label": "🔗 URL Name",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "text"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "overview": {
    "label": "📖 Overview",
    "format": "text"
  },
  "epidemiology": {
    "label": "🦠 Epidemiology",
    "format": "text"
  },
  "assessment": {
    "label": "📊 Assessment",
    "format": "text"
  },
  "advice": {
    "label": "💡 Advice",
    "format": "text"
  },
  "furtherInformation": {
    "label": "📚 More Info",
    "format": "text"
  },
  "response": {
    "label": "🚨 Response",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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