# Austin Dentists with Phone Numbers - Local Leads

**Use case:** 

Dentists in Austin, Texas from Google Maps with phone number, website, star rating and review count. Export to CSV, JSON or Excel. No API key.

## Input

```json
{
  "searchTerms": [
    "dentist"
  ],
  "location": "Austin, TX",
  "maxPlaces": 60,
  "scrollDepth": 8,
  "fetchContactDetails": true,
  "minRating": "0",
  "minReviews": 20,
  "onlyWithWebsite": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Place"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews_count": {
    "label": "Reviews"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "hours_summary": {
    "label": "Hours"
  },
  "is_open_now": {
    "label": "Open now"
  },
  "search_term": {
    "label": "Search"
  },
  "maps_url": {
    "label": "Maps"
  }
}
```

## About this Actor

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