# Alabama CMS Physician Compare | Medicare Doctors Directory

**Use case:** 

Extract CMS Physician Compare | Medicare Doctors Directory data filtered by Alabama. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "state": "AL"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Provider",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "Id"
  },
  "npi": {
    "label": "NPI",
    "format": "text"
  },
  "provider_last_name": {
    "label": "Last Name",
    "format": "text"
  },
  "provider_first_name": {
    "label": "First Name",
    "format": "text"
  },
  "pri_spec": {
    "label": "Specialty",
    "format": "text"
  },
  "citytown": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "text"
  },
  "telephone_number": {
    "label": "Phone",
    "format": "text"
  },
  "facility_name": {
    "label": "Facility",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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