# Find Bareboat Sailboat Listings Lake Tahoe

**Use case:** 

Discover all bareboat sailboat rental options in Lake Tahoe for adventurers seeking uncaptained vessels. This data is invaluable for travel agencies or niche re

## Input

```json
{
  "platform": "both",
  "location": "Lake Tahoe",
  "boatType": "sailboat",
  "minCapacity": 2,
  "captainOption": "bareboat",
  "priceMaxPerHour": 150,
  "sortBy": "relevance",
  "maxItems": 60,
  "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.