# ECDC COVID Distribution in Canada

**Use case:** 

Find and extract ECDC COVID Distribution in Canada. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "country": "Canada",
  "maxItems": 10
}
```

## Output

```json
{
  "dateRep": {
    "label": "🔹 dateRep",
    "format": "text"
  },
  "country": {
    "label": "🔹 country",
    "format": "text"
  },
  "geoId": {
    "label": "🔹 geoId",
    "format": "text"
  },
  "cases": {
    "label": "🔹 cases",
    "format": "text"
  },
  "deaths": {
    "label": "🔹 deaths",
    "format": "text"
  },
  "popData": {
    "label": "🔹 popData",
    "format": "text"
  },
  "continent": {
    "label": "🔹 continent",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ECDC COVID Distribution Scraper](https://apify.com/parseforge/ecdc-covid-distribution-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ecdc-covid-distribution-scraper) to learn more, explore other use cases, and run it yourself.