# Dental Office Email Prospecting Workflow

**Use case:** 

Build a dental practice prospect list with website enrichment and MX email verification for outreach planning.

## Input

```json
{
  "searchQueries": [
    "dental clinic",
    "cosmetic dentist"
  ],
  "locations": [
    "Dallas, TX",
    "Houston, TX"
  ],
  "maxLeads": 50,
  "language": "en",
  "countryCode": "US",
  "requireWebsite": true,
  "requireEmail": true,
  "includeWebsiteEnrichment": true,
  "enrichmentTimeoutSecs": 12,
  "verifyEmails": true,
  "verificationLevel": "mx",
  "dedupeStrategy": "placeIdAndAddress",
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debugMode": false
}
```

## Output

```json
{
  "name": {
    "label": "Business"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "plusCode": {
    "label": "Plus Code"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "searchQuery": {
    "label": "Search Query"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

This example demonstrates how to use [Dentist Lead Scraper](https://apify.com/automation-lab/dentist-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/dentist-lead-scraper) to learn more, explore other use cases, and run it yourself.