# America ECDC Disease Surveillance | European Open Data

**Use case:** 

Extract ECDC Disease Surveillance | European Open Data data filtered by America. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "continent": "America"
}
```

## Output

```json
{
  "title": {
    "label": "Country",
    "format": "text"
  },
  "dateRep": {
    "label": "Reporting Date",
    "format": "text"
  },
  "country": {
    "label": "Country"
  },
  "geoId": {
    "label": "GeoID",
    "format": "text"
  },
  "continent": {
    "label": "Continent",
    "format": "text"
  },
  "cases": {
    "label": "Cases",
    "format": "number"
  },
  "deaths": {
    "label": "Deaths",
    "format": "number"
  },
  "population": {
    "label": "Population"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ECDC Disease Surveillance Scraper | European Open Data](https://apify.com/parseforge/ecdc-disease-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ecdc-disease-data-scraper) to learn more, explore other use cases, and run it yourself.