# Internal Medicine Doctor Leads - Seattle

**Use case:** 

Turn internal-medicine doctors in Seattle, WA into B2B leads: WebMD NPI, phone and address enriched with practice emails crawled from their own website.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "fullName": {
    "label": "Provider"
  },
  "specialty": {
    "label": "Specialty"
  },
  "practiceName": {
    "label": "Practice"
  },
  "phone": {
    "label": "Phone"
  },
  "fax": {
    "label": "Fax"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Website phones"
  },
  "website": {
    "label": "Website"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "acceptsNewPatients": {
    "label": "New patients"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## 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.