# Pediatric Dentist Leads in Los Angeles

**Use case:** 

Collect pediatric dentist practices from Google Maps in Los Angeles, including websites, ratings, addresses, and contact fields.

## Input

```json
{
  "searchQueries": [
    "pediatric dentist",
    "emergency dentist"
  ],
  "locations": [
    "Los Angeles, CA"
  ],
  "maxLeads": 40,
  "language": "en",
  "countryCode": "US",
  "minRating": 4,
  "requireWebsite": true,
  "requireEmail": false,
  "includeWebsiteEnrichment": false,
  "enrichmentTimeoutSecs": 12,
  "verifyEmails": false,
  "verificationLevel": "mx",
  "dedupeStrategy": "placeIdAndAddress",
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debugMode": false
}
```

## Output

```json
{
  "name": {
    "label": "Business"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "plusCode": {
    "label": "Plus Code"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "searchQuery": {
    "label": "Search Query"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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