# Dentist Email Leads – Verified Emails from Google Maps

**Use case:** 

Scrape dentists and dental clinics from Google Maps and extract DNS-verified emails. Contact-ready dentist email list from established practices.

## Input

```json
{
  "searchTerms": [
    "dentists",
    "dental clinics",
    "orthodontists"
  ],
  "location": "Toronto, ON",
  "startUrls": [
    {
      "url": "https://www.google.com/maps/search/dentists+Toronto"
    }
  ],
  "maxItems": 200,
  "maxResultsPerSearch": 100,
  "contactExtraction": "emails",
  "emailVerification": "dns",
  "minReviewCount": 5,
  "inferCategories": true,
  "requireEmail": true,
  "requireWebsite": false,
  "includeReviews": false,
  "scrapeDetailPages": true,
  "maxConcurrency": 5,
  "requestRetries": 2,
  "requestTimeoutSecs": 30,
  "requestDelayMillis": 0
}
```

## Output

```json
{
  "title": {
    "label": "Business"
  },
  "category_name": {
    "label": "Category name"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "primary_email": {
    "label": "Email"
  },
  "email_status": {
    "label": "Email status"
  },
  "email_confidence": {
    "label": "Confidence"
  },
  "total_score": {
    "label": "Total score"
  },
  "reviews_count": {
    "label": "Reviews count"
  },
  "google_maps_url": {
    "label": "Google maps url"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Email Extractor](https://apify.com/kmiloaguilar/google-maps-email-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kmiloaguilar/google-maps-email-extractor) to learn more, explore other use cases, and run it yourself.