# Psychiatrists Accepting New Patients in NYC

**Use case:** 

Find psychiatrists in New York City currently accepting new patients on WebMD, with NPI, sub-specialties, phone, address, insurance, ratings and bio.

## Input

```json
{
  "specialties": [
    "psychiatry"
  ],
  "locations": [
    "new-york/new-york"
  ],
  "acceptingNewPatientsOnly": true,
  "minRating": 0,
  "gender": "any",
  "maxResultsPerSearch": 60,
  "maxResults": 100,
  "includeProviderDetails": true,
  "includeReviews": false,
  "maxReviewsPerProvider": 25,
  "enrichPracticeEmails": false,
  "deduplicateProviders": true,
  "monitorMode": false,
  "monitorStoreName": "webmd-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "fullName": {
    "label": "Provider"
  },
  "specialty": {
    "label": "Specialty"
  },
  "degree": {
    "label": "Degree"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "acceptsNewPatients": {
    "label": "New patients"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "npi": {
    "label": "NPI"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile URL"
  }
}
```

## About this Actor

This example demonstrates how to use [WebMD Scraper — Doctors, Reviews & Provider Leads](https://apify.com/scrapesage/webmd-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/webmd-scraper) to learn more, explore other use cases, and run it yourself.