# Dentist Leads in Austin — Email & Phone Scraper

**Use case:** 

Get every dentist in Austin TX with email, phone, website and rating from Google Maps. Clean CSV for B2B outreach. No API key.

## Input

```json
{
  "searchStringsArray": [
    "dentist in Austin"
  ],
  "max_results": 100,
  "extract_emails": true,
  "min_rating": 0,
  "skip_closed_places": true,
  "language": "en",
  "max_concurrency": 5
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "category": {
    "label": "Category"
  },
  "google_maps_url": {
    "label": "Google maps url"
  },
  "image_url": {
    "label": "Image url"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "plus_code": {
    "label": "Plus code"
  },
  "place_id": {
    "label": "Place id"
  },
  "email_found": {
    "label": "Email found"
  },
  "source": {
    "label": "Source"
  },
  "confidence_score": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper - Business Leads, Emails & Phone Numbers](https://apify.com/inexhaustible_glass/smart-lead-finder-email-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/smart-lead-finder-email-extractor) to learn more, explore other use cases, and run it yourself.