# Build a Dentist Contact List from Google Maps

**Use case:** 

Scrape dentists and dental clinics from Google Maps with phone numbers, websites, opening hours and reviews. Build targeted healthcare lead lists fast.

## Input

```json
{
  "searchStringsArray": [
    "dentist",
    "dental clinic"
  ],
  "country": "United Kingdom",
  "city": "London",
  "maxCrawledPlacesPerSearch": 120,
  "language": "en",
  "detailGeneration": true,
  "startUrls": [],
  "placeIds": [],
  "geoSearchRadiusKm": 25,
  "waitMode": "stream",
  "taskPollTimeoutSecs": 3305,
  "pollIntervalMs": 10000,
  "maxRequestRetries": 3,
  "maxConcurrency": 5,
  "navigationTimeoutSecs": 20,
  "sessionPool": {
    "enabled": true,
    "maxPoolSize": 20
  },
  "verboseLog": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "totalScore": {
    "label": "Score",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "url": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "object"
  }
}
```

## About this Actor

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