# Medicare Spending Per Beneficiary - State CMS Medicare

**Use case:** 

Extract CMS Medicare Spending | MSPB Provider Data data filtered by Medicare Spending Per Beneficiary - State. Export structured results ready for analysis,

## Input

```json
{
  "maxItems": 10,
  "dataset": "rs6n-9qwg"
}
```

## Output

```json
{
  "facility_id": {
    "label": "Facility ID"
  },
  "facility_name": {
    "label": "Facility"
  },
  "address": {
    "label": "Address"
  },
  "citytown": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip_code": {
    "label": "ZIP"
  },
  "measure_id": {
    "label": "Measure"
  },
  "measure_name": {
    "label": "Measure Name"
  },
  "score": {
    "label": "Score"
  },
  "start_date": {
    "label": "Start"
  },
  "end_date": {
    "label": "End"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Medicare Spending Scraper | MSPB Provider Data](https://apify.com/parseforge/cms-data-medicare-spending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cms-data-medicare-spending-scraper) to learn more, explore other use cases, and run it yourself.