# NPI Medicare Payment Data Extractor

**Use case:** 

Extract CMS Medicare payment and utilization data for a specific NPI from official Physician & Other Practitioners files.

## Input

```json
{
  "datasetMode": "provider-service",
  "datasetYear": "latest",
  "maxRecords": 50,
  "npi": "1003000126",
  "providerName": "",
  "state": "CA",
  "specialty": "",
  "zip5": "",
  "hcpcsCode": "99213",
  "placeOfService": ""
}
```

## Output

```json
{
  "datasetMode": {
    "label": "Dataset mode"
  },
  "datasetYear": {
    "label": "Dataset year"
  },
  "npi": {
    "label": "NPI"
  },
  "providerName": {
    "label": "Provider name"
  },
  "specialty": {
    "label": "Specialty"
  },
  "state": {
    "label": "State"
  },
  "hcpcsCode": {
    "label": "HCPCS"
  },
  "hcpcsDescription": {
    "label": "Service description"
  },
  "placeOfService": {
    "label": "POS"
  },
  "beneficiaryCount": {
    "label": "Beneficiaries"
  },
  "serviceCount": {
    "label": "Services"
  },
  "submittedChargeAmount": {
    "label": "Submitted charge"
  },
  "medicareAllowedAmount": {
    "label": "Allowed"
  },
  "medicarePaymentAmount": {
    "label": "Payment"
  },
  "medicareStandardizedAmount": {
    "label": "Standardized"
  },
  "sourceDatasetTitle": {
    "label": "CMS dataset"
  },
  "sourceModified": {
    "label": "Modified"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Medicare Physician Payments Scraper](https://apify.com/automation-lab/cms-medicare-physician-payments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cms-medicare-physician-payments-scraper) to learn more, explore other use cases, and run it yourself.