# Get Dentist Contact Data in Sydney for Medical Sales

**Use case:** 

Acquire a comprehensive list of dental practices in Sydney, including their emails, phone numbers, and websites. This is crucial for medical equipment sales rep

## Input

```json
{
  "searchQueries": [
    "Dentists in Sydney CBD",
    "Dental clinics North Sydney",
    "Orthodontists Parramatta"
  ],
  "maxPlacesPerSearch": 40,
  "extractEmailsFromWebsite": true,
  "maxEmailsPerWebsite": 5,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "totalScore": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  }
}
```

## About this Actor

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