# Track bowrider boat listings on Popsells marketplace

**Use case:** 

Monitor Popsells.com bowrider boat category with hull length, engine specs, and asking prices for marine sales intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://popsells.com/boats-for-sale/category-bowriders"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "listingId": {
    "label": "Listing id"
  },
  "stockNumber": {
    "label": "Stock number"
  },
  "status": {
    "label": "Status"
  },
  "condition": {
    "label": "Condition"
  },
  "itemType": {
    "label": "Item type"
  },
  "category": {
    "label": "Category"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "price": {
    "label": "Price"
  },
  "priceValue": {
    "label": "Price value"
  },
  "currency": {
    "label": "Currency"
  },
  "usage": {
    "label": "Usage"
  },
  "usageValue": {
    "label": "Usage value"
  },
  "locationCity": {
    "label": "Location city"
  },
  "locationState": {
    "label": "Location state"
  },
  "salesperson": {
    "label": "Salesperson"
  },
  "imageCount": {
    "label": "Image count"
  }
}
```

## About this Actor

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