# Local CMS Coverage Change Report Extractor

**Use case:** 

Monitor changes in NCDs, LCDs, and articles. Receive structured data on coverage decisions relevant to local procedures and codes.

## Input

```json
{
  "sourceMode": "sample",
  "mode": "demo",
  "startUrls": [
    {
      "url": "https://www.cms.gov/medicare-coverage-database/",
      "sourceId": "CMS-MEDICARE-COVERAGE-DATABASE",
      "userData": {
        "sourceId": "CMS-MEDICARE-COVERAGE-DATABASE"
      }
    }
  ],
  "maxItems": 15,
  "lookbackDays": 3650,
  "sourceIds": [
    "CMS-MEDICARE-COVERAGE-DATABASE"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "includeRaw": false,
  "emitDiagnostics": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Coverage Decision Change Watcher](https://apify.com/zentrafoundry/cms-coverage-decision-change-watcher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/cms-coverage-decision-change-watcher) to learn more, explore other use cases, and run it yourself.