# Google Maps Business Data Extractor for Maldives

**Use case:** 

Retrieve detailed business information from Google Maps in the Maldives, including ratings, reviews, and contact details of resorts, hotels, and cafes.

## Input

```json
{
  "keywords": [
    "Resort",
    "Hotel",
    "Guest house",
    "Cafe"
  ],
  "maxPlacesPerSearch": 5,
  "maxReviewsPerPlace": 5,
  "maxConcurrency": 1,
  "safeMode": false
}
```

## Output

```json
{
  "name": {
    "label": "Place Name",
    "format": "text"
  },
  "overall_rating": {
    "label": "Rating",
    "format": "number"
  },
  "n_reviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone_number": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "category": {
    "label": "Category"
  },
  "opening_hours": {
    "label": "Opening hours"
  },
  "lat": {
    "label": "Lat"
  },
  "long": {
    "label": "Long"
  },
  "url": {
    "label": "Google Maps Link",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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