# Google Maps Scraper - Find restaurants in Dubai

**Use case:** 

Find all the restaurants in dubai. Powerful Apify Actor that extracts business information from Google Maps. Names, ratings, reviews, contact details and more.

## Input

```json
{
  "searchQuery": "restaurants",
  "location": [
    "Dubai, UAE"
  ],
  "browserConcurrency": 1,
  "maxResults": 5,
  "scrapeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "minDelay": 1,
  "maxDelay": 3,
  "language": "en",
  "debugScreenshots": false,
  "captureFinishScreenshot": false,
  "skipSponsored": false,
  "skipWithWebsite": false,
  "skipWithPhone": false,
  "skipWithoutContact": false,
  "extractReviews": true,
  "maxReviews": 5,
  "extractReviewShareLink": true,
  "debugReviewScreenshots": false,
  "enrichWebsiteData": true,
  "followContactPage": true
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "hoursStatus": {
    "label": "Hours",
    "format": "string"
  },
  "priceLevel": {
    "label": "Price Level",
    "format": "string"
  },
  "plusCode": {
    "label": "Plus Code",
    "format": "string"
  },
  "placename": {
    "label": "Location",
    "format": "string"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "url": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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