# Scrape San Diego Yacht Rental Prices & Availability

**Use case:** 

Gather comprehensive data on yacht rental listings in San Diego, including pricing, capacity, and captain options. This enables competitive analysis and market 

## Input

```json
{
  "platform": "both",
  "location": "San Diego, CA",
  "boatType": "yacht",
  "minCapacity": 8,
  "captainOption": "captained",
  "priceMinPerHour": 250,
  "sortBy": "priceAsc",
  "maxItems": 100,
  "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.