# Npi Registry Providers Scraper sample

**Use case:** 

Sample use-case Task for npi-registry-providers-scraper: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "city": "Boston",
  "state": "MA",
  "taxonomy": "",
  "maxResults": 3
}
```

## Output

```json
{
  "npi": {
    "label": "Npi",
    "format": "text"
  },
  "enumeration_type": {
    "label": "Enumeration Type",
    "format": "text"
  },
  "provider_name": {
    "label": "Provider Name",
    "format": "text"
  },
  "first_name": {
    "label": "First Name",
    "format": "text"
  },
  "last_name": {
    "label": "Last Name",
    "format": "text"
  },
  "credential": {
    "label": "Credential",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "taxonomy": {
    "label": "Taxonomy",
    "format": "text"
  },
  "taxonomy_code": {
    "label": "Taxonomy Code",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "last_updated": {
    "label": "Last Updated",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [NPI Registry Providers Scraper - Healthcare Directory](https://apify.com/benthepythondev/npi-registry-providers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/npi-registry-providers-scraper) to learn more, explore other use cases, and run it yourself.