# Find Austin dentists with contact emails

**Use case:** 

Build a lead list of Austin dentists with websites, phones, ratings and contact emails.

## Input

```json
{
  "mode": "search",
  "query": "dentists",
  "location": "Austin, Texas",
  "maxResults": 3,
  "requireEmail": false,
  "enableSmtpVerification": false,
  "smtpTimeout": 5
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "primary_email": {
    "label": "Primary email",
    "format": "text"
  },
  "email_confidence": {
    "label": "Email confidence",
    "format": "number"
  },
  "email_source": {
    "label": "Email source",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "google_maps_url": {
    "label": "Google Maps",
    "format": "link"
  }
}
```

## About this Actor

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