# Dermatologist Listings in Chicago, Illinois

**Use case:** 

Retrieve detailed data on dermatologists in Chicago, Illinois. Includes names, NPI numbers, and contact information for up to 200 providers.

## Input

```json
{
  "taxonomyDescription": "Dermatology",
  "states": [
    "IL"
  ],
  "enumerationType": "",
  "city": "Chicago",
  "maxRecords": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "organizationName": {
    "label": "Organization Name",
    "format": "string"
  },
  "firstName": {
    "label": "First Name",
    "format": "string"
  },
  "lastName": {
    "label": "Last Name",
    "format": "string"
  },
  "credential": {
    "label": "Credential",
    "format": "string"
  },
  "primaryTaxonomy": {
    "label": "Primary Taxonomy",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  }
}
```

## About this Actor

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