# Find Dentist Leads in Los Angeles

**Use case:** 

Build a Los Angeles dentist lead list from Google Maps with business names, phones, websites, ratings, review counts, addresses, and map URLs.

## Input

```json
{
  "maxBusinesses": 20,
  "keywords": [
    "dentist"
  ],
  "location": "Los Angeles, California",
  "includeDetails": true,
  "batchDetailsPerQuery": 3,
  "requestTimeoutSecs": 20,
  "retryCount": 3,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "searchLocation": {
    "label": "Search location"
  },
  "searchKeyword": {
    "label": "Search keyword"
  },
  "categories": {
    "label": "Categories"
  },
  "totalScore": {
    "label": "Total score"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "url": {
    "label": "Url"
  },
  "currentStatus": {
    "label": "Current status"
  },
  "priceRange": {
    "label": "Price range"
  },
  "location": {
    "label": "Location"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Extractor: Phones, Ratings & Review Counts](https://apify.com/nezha/google-maps-scraper-plus) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nezha/google-maps-scraper-plus) to learn more, explore other use cases, and run it yourself.