# CMS Medicare PECOS Provider Enrollment — Full Export

**Use case:** 

Scrape the full cms medicare pecos provider enrollment dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract cms medicare pecos provider enrollment for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "dataset": "all",
  "npi": "",
  "state": "",
  "specialty": "",
  "maxItems": 200
}
```

## Output

```json
{
  "npi": {
    "label": "Npi",
    "format": "string"
  },
  "first_name": {
    "label": "First Name",
    "format": "string"
  },
  "last_name": {
    "label": "Last Name",
    "format": "string"
  },
  "organization_name": {
    "label": "Organization Name",
    "format": "string"
  },
  "specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "enrollment_state": {
    "label": "Enrollment State",
    "format": "string"
  },
  "opt_out_status": {
    "label": "Opt Out Status",
    "format": "string"
  },
  "order_refer_eligible": {
    "label": "Order Refer Eligible",
    "format": "boolean"
  },
  "source_dataset": {
    "label": "Source Dataset",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Medicare PECOS Provider Enrollment Scraper](https://apify.com/jungle_synthesizer/cms-medicare-pecos-enrollment-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/cms-medicare-pecos-enrollment-crawler) to learn more, explore other use cases, and run it yourself.