# Dentist Leads in Austin from Google Maps

**Use case:** 

Find dentist and orthodontist leads in Austin with phone numbers, websites, ratings, addresses, and optional emails.

## Input

```json
{
  "searchQueries": [
    "dentist",
    "orthodontist"
  ],
  "locations": [
    "Austin, TX"
  ],
  "maxLeads": 25,
  "language": "en",
  "countryCode": "US",
  "requireWebsite": false,
  "requireEmail": false,
  "includeWebsiteEnrichment": false,
  "enrichmentTimeoutSecs": 12,
  "verifyEmails": false,
  "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.