# YATCO Yachts For Sale 25 Listings Scraper

**Use case:** 

Scrape 25 yacht listings from YATCO with vessel name, make and model, year, length, price, location, broker, and images. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 25
}
```

## Output

```json
{
  "primaryImageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "vesselName": {
    "label": "Vessel Name",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "makeAndModel": {
    "label": "Make & Model",
    "format": "text"
  },
  "builderName": {
    "label": "Builder Name",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "priceDetails": {
    "label": "Price Details",
    "format": "object"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "vesselType": {
    "label": "Vessel Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "length": {
    "label": "Length",
    "format": "text"
  },
  "dimensions": {
    "label": "Dimensions",
    "format": "object"
  },
  "hullMaterial": {
    "label": "Hull Material",
    "format": "text"
  },
  "cabins": {
    "label": "Cabins",
    "format": "number"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "locationDetails": {
    "label": "Location Details",
    "format": "object"
  },
  "broker": {
    "label": "Broker",
    "format": "object"
  },
  "brokerDetails": {
    "label": "Broker Details",
    "format": "object"
  },
  "photoUrl": {
    "label": "Photo URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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