# ICD-10-CM change monitoring scraper

**Use case:** 

Create a CMS ICD-10-CM change dataset with addenda actions, billable flags, hierarchy, and release metadata.

## Input

```json
{
  "releaseYear": "latest",
  "updateType": "auto",
  "includeAddenda": true,
  "includeHierarchy": true,
  "maxItems": 100000
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "code": {
    "label": "Code"
  },
  "formattedCode": {
    "label": "Formatted code"
  },
  "description": {
    "label": "Description"
  },
  "billable": {
    "label": "Billable"
  },
  "releaseYear": {
    "label": "Release year"
  },
  "effectiveDate": {
    "label": "Effective date"
  },
  "chapter": {
    "label": "Chapter"
  },
  "parentCode": {
    "label": "Parent code"
  },
  "changeAction": {
    "label": "Change action"
  },
  "sourceFileName": {
    "label": "Source file"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [ICD-10-CM Codes Scraper](https://apify.com/automation-lab/icd-10-cm-codes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/icd-10-cm-codes-scraper) to learn more, explore other use cases, and run it yourself.