# CMS Medicare Provider Utilization & Payment in NY

**Use case:** 

Export cms medicare provider utilization & payment in NY — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract cms medicare provider utilization & payment for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "datasetType": "clinician",
  "states": [
    "NY"
  ],
  "specialty": "",
  "providerName": "",
  "maxItems": 200
}
```

## Output

```json
{
  "npi": {
    "label": "Npi",
    "format": "string"
  },
  "provider_name": {
    "label": "Provider Name",
    "format": "string"
  },
  "provider_credentials": {
    "label": "Provider Credentials",
    "format": "string"
  },
  "provider_specialty": {
    "label": "Provider Specialty",
    "format": "string"
  },
  "provider_city": {
    "label": "Provider City",
    "format": "string"
  },
  "provider_state": {
    "label": "Provider State",
    "format": "string"
  },
  "provider_phone": {
    "label": "Provider Phone",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Medicare Provider Utilization & Payment Crawler](https://apify.com/jungle_synthesizer/cms-provider-utilization-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/cms-provider-utilization-crawler) to learn more, explore other use cases, and run it yourself.