# Extract dentist emails and phone numbers in the USA

**Use case:** 

Get dentist contact information from Google Maps including verified emails, phone numbers, clinic addresses, and websites. Built for dental SaaS vendors, medica

## Input

```json
{
  "searchQueries": [
    "dentists in San Francisco",
    "dental clinics in Houston",
    "orthodontists in Miami"
  ],
  "startUrls": [],
  "maxResults": 100,
  "maxCrawledPages": 50,
  "extractEmails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "emailsString": {
    "label": "Emails",
    "format": "string"
  },
  "facebookUrl": {
    "label": "Facebook",
    "format": "string"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "string"
  },
  "twitterUrl": {
    "label": "Twitter",
    "format": "string"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [📩 Google Maps Scraper: Emails + Socials in 1 Run](https://apify.com/electrifying_haircut/google-map-scrapper-neo) with a specific input configuration. Visit the [Actor detail page](https://apify.com/electrifying_haircut/google-map-scrapper-neo) to learn more, explore other use cases, and run it yourself.