# 2000 CMS Medicare Physician Fee Schedule - RVU & Rates

**Use case:** 

Extract CMS Medicare Physician Fee Schedule - RVU & Rates data filtered by 2000. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "hcpcsCodes": "99213, 99214, 70450, 93000, 36415",
  "maxItems": 10,
  "year": "2000",
  "modifier": "all",
  "locality": "0000000",
  "acaKey": "9jCM5PaHLj"
}
```

## Output

```json
{
  "hcpcsCode": {
    "label": "🔢 HCPCS",
    "format": "text"
  },
  "modifier": {
    "label": "🏷️ Mod",
    "format": "text"
  },
  "shortDescription": {
    "label": "📝 Description",
    "format": "text"
  },
  "procStatus": {
    "label": "🚦 Status",
    "format": "text"
  },
  "localityName": {
    "label": "🌎 Locality",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "workRvu": {
    "label": "💼 Work RVU",
    "format": "number"
  },
  "malpracticeRvu": {
    "label": "⚖️ MP RVU",
    "format": "number"
  },
  "conversionFactor": {
    "label": "✖️ Conv Factor",
    "format": "number"
  },
  "nonFacilityPrice": {
    "label": "💵 Non-Facility $",
    "format": "number"
  },
  "facilityPrice": {
    "label": "🏨 Facility $",
    "format": "number"
  },
  "url": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Medicare Physician Fee Schedule Scraper - RVU & Rates](https://apify.com/parseforge/cms-physician-fee-schedule-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cms-physician-fee-schedule-scraper) to learn more, explore other use cases, and run it yourself.