# Top-Rated Miami Restaurants - Contacts & Ratings

**Use case:** 

Highly rated Miami restaurants from Google Maps with phone, website, star rating and review count. Filter by rating and reviews. Export CSV or JSON.

## Input

```json
{
  "searchTerms": [
    "restaurant"
  ],
  "location": "Miami, FL",
  "maxPlaces": 60,
  "scrollDepth": 10,
  "fetchContactDetails": true,
  "minRating": "4.3",
  "minReviews": 50,
  "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.