# Miami, FL GetMyBoat

**Use case:** 

Extract GetMyBoat data filtered by Miami, FL. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "location": "Miami--FL--United-States",
  "maxItems": 10,
  "includeDetails": false
}
```

## Output

```json
{
  "photoUrl": {
    "label": "Photo",
    "format": "image"
  },
  "headline": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "capacity": {
    "label": "Guests"
  },
  "price": {
    "label": "Price"
  },
  "priceUnit": {
    "label": "Unit"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "reviewAverage": {
    "label": "Rating"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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