# Extract Hotel Business Data in Miami

**Use case:** 

Export Miami hotel business data from Google Maps including names, addresses, websites, phones, ratings, review counts, categories, and map URLs.

## Input

```json
{
  "maxBusinesses": 20,
  "keywords": [
    "hotel"
  ],
  "location": "Miami, Florida",
  "includeDetails": true,
  "batchDetailsPerQuery": 3,
  "requestTimeoutSecs": 20,
  "retryCount": 3,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "description": {
    "label": "Description"
  },
  "address": {
    "label": "Address"
  },
  "street": {
    "label": "Street"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "district": {
    "label": "District"
  },
  "city": {
    "label": "City"
  },
  "countryCode": {
    "label": "Country code"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "phone": {
    "label": "Phone"
  },
  "phoneUnformatted": {
    "label": "Phone unformatted"
  },
  "website": {
    "label": "Website"
  },
  "url": {
    "label": "Url"
  },
  "fid": {
    "label": "Fid"
  },
  "cid": {
    "label": "Cid"
  },
  "placeId": {
    "label": "Place id"
  },
  "location": {
    "label": "Location"
  },
  "categoryName": {
    "label": "Category name"
  },
  "mainPicture": {
    "label": "Main picture"
  },
  "imageUrls": {
    "label": "Image urls"
  },
  "kgmid": {
    "label": "Kgmid"
  },
  "plusCode": {
    "label": "Plus code"
  },
  "plusCodeUrl": {
    "label": "Plus code url"
  },
  "delivery": {
    "label": "Delivery"
  },
  "openingHours": {
    "label": "Opening hours"
  },
  "additionalInfo": {
    "label": "Additional info"
  },
  "faqUrl": {
    "label": "Faq url"
  },
  "imageCategories": {
    "label": "Image categories"
  },
  "reviewsTags": {
    "label": "Reviews tags"
  },
  "popularTime": {
    "label": "Popular time"
  },
  "reviewsDistribution": {
    "label": "Reviews distribution"
  },
  "peopleAlsoSearch": {
    "label": "People also search"
  },
  "getDetailError": {
    "label": "Get detail error"
  }
}
```

## About this Actor

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