# Psychiatrists NPI Data in New York

**Use case:** 

Extract NPI data for psychiatrists in New York, including names, specialties, and contact information. Get up to 400 records in CSV or JSON format.

## Input

```json
{
  "taxonomyDescription": "Psychiatry",
  "states": [
    "NY"
  ],
  "enumerationType": "",
  "city": "",
  "maxRecords": 400,
  "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.