# Infant Deaths (2007-current) CDC WONDER Mortality Data

**Use case:** 

Extract CDC WONDER Mortality Data data filtered by Infant Deaths (2007-current). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "database": "D157",
  "groupBy": "year-state",
  "yearFrom": 2020,
  "yearTo": 2020
}
```

## Output

```json
{
  "database": {
    "label": "Database",
    "format": "text"
  },
  "groupBy": {
    "label": "Grouped By",
    "format": "text"
  },
  "yearFrom": {
    "label": "Year from"
  },
  "yearTo": {
    "label": "Year to"
  },
  "groupLabels": {
    "label": "Group labels"
  },
  "groupCodes": {
    "label": "Group codes"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "additionalLabel": {
    "label": "Sub Group",
    "format": "text"
  },
  "deaths": {
    "label": "Deaths",
    "format": "number"
  },
  "population": {
    "label": "Population",
    "format": "number"
  },
  "crudeRatePer100k": {
    "label": "Crude Rate /100k",
    "format": "number"
  },
  "ageAdjustedRate": {
    "label": "Age-Adj Rate",
    "format": "number"
  },
  "ageAdjustedRateStdErr": {
    "label": "Age adjusted rate std err"
  },
  "ageAdjustedRateLowerCI": {
    "label": "Lower CI",
    "format": "number"
  },
  "ageAdjustedRateUpperCI": {
    "label": "Upper CI",
    "format": "number"
  },
  "icd10Filter": {
    "label": "ICD-10",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CDC WONDER Mortality Data Scraper](https://apify.com/parseforge/cdc-wonder-mortality-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cdc-wonder-mortality-scraper) to learn more, explore other use cases, and run it yourself.