# Google Maps Orthodontist Leads Scraper

**Use case:** 

Use dental-specific Google Maps searches to collect orthodontist prospects in selected cities with contact and location data.

## Input

```json
{
  "searchQueries": [
    "orthodontist"
  ],
  "locations": [
    "Denver, CO",
    "Boulder, CO"
  ],
  "maxLeads": 75,
  "enrichEmails": false,
  "maxWebsitePagesPerClinic": 2,
  "language": "en",
  "countryCode": "us",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Clinic name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "claimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "openingHours": {
    "label": "Opening hours",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Dental Clinic Lead Finder](https://apify.com/automation-lab/dental-clinic-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/dental-clinic-lead-finder) to learn more, explore other use cases, and run it yourself.