# Resort Search for Maldives, Seychelles, Fiji with Ratings

**Use case:** 

Extract detailed data on resorts in Maldives, Seychelles, and Fiji, including reviews and rates. Get key business information efficiently.

## Input

```json
{
  "searches": [
    "Resorts in Maldives ",
    "Resorts in Seychelles",
    "Resorts in Fiji"
  ],
  "maxResultsPerSearch": 5,
  "maxReviewsPerPlace": 10,
  "refreshAfterHours": 1,
  "forceRescrape": true,
  "safeMode": false,
  "timeout": 60000
}
```

## Output

```json
{
  "totalResults": {
    "label": "Total Results",
    "format": "integer"
  },
  "runType": {
    "label": "Run Type",
    "format": "string"
  },
  "message": {
    "label": "Status",
    "format": "string"
  },
  "datasetUrl": {
    "label": "Dataset",
    "format": "string"
  },
  "datasetName": {
    "label": "Dataset Name",
    "format": "string"
  },
  "finishedAt": {
    "label": "Finished At",
    "format": "string"
  }
}
```

## About this Actor

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