# Analyze Miami Jet Ski Rental Inventory & Ratings

**Use case:** 

Collect data on all jet ski rental listings in Miami, including user ratings and capacity. This helps new and existing rental businesses understand market satur

## Input

```json
{
  "platform": "both",
  "location": "Miami, FL",
  "boatType": "jetski",
  "captainOption": "any",
  "sortBy": "ratingDesc",
  "maxItems": 75,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "platform": {
    "label": "Platform"
  },
  "location": {
    "label": "Location"
  },
  "boatType": {
    "label": "Boat type"
  },
  "capacity": {
    "label": "Capacity"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "priceUnit": {
    "label": "Price unit"
  },
  "captainIncluded": {
    "label": "Captain included"
  },
  "rating": {
    "label": "Rating"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

This example demonstrates how to use [Boat Charter Scraper - Boatsetter & GetMyBoat](https://apify.com/crawlerbros/boat-charter-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/boat-charter-scraper) to learn more, explore other use cases, and run it yourself.