# Disease.sh Global Stats Full Export

**Use case:** 

Full Export of Disease.sh Global Stats. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "continent": "Europe",
  "maxItems": 500
}
```

## Output

```json
{
  "country": {
    "label": "🔹 country",
    "format": "text"
  },
  "cases": {
    "label": "🔹 cases",
    "format": "text"
  },
  "deaths": {
    "label": "🔹 deaths",
    "format": "text"
  },
  "recovered": {
    "label": "🔹 recovered",
    "format": "text"
  },
  "active": {
    "label": "🔹 active",
    "format": "text"
  },
  "tests": {
    "label": "🔹 tests",
    "format": "text"
  },
  "population": {
    "label": "🔹 population",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Disease.sh Global Stats Scraper](https://apify.com/parseforge/disease-sh-global-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/disease-sh-global-stats-scraper) to learn more, explore other use cases, and run it yourself.