# Monitor Harley-Davidson Motorcycle Prices & Listings

**Use case:** 

Track real-time pricing and new listings for popular Harley-Davidson models to stay ahead of market fluctuations and competitor offerings. This enables dealersh

## Input

```json
{
  "mode": "searchVehicles",
  "searchQuery": "Harley-Davidson Sportster",
  "vehicleType": "motorcycles",
  "partCategory": "car-truck-parts",
  "condition": "all",
  "sortBy": "price-desc",
  "minPrice": 5000,
  "startUrls": [],
  "maxItems": 150
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceFormatted": {
    "label": "Price formatted"
  },
  "condition": {
    "label": "Condition"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "mileage": {
    "label": "Mileage"
  },
  "location": {
    "label": "Location"
  },
  "listingType": {
    "label": "Listing type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [eBay Motors Vehicle & Parts Scraper](https://apify.com/crawlerbros/ebay-motors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ebay-motors-scraper) to learn more, explore other use cases, and run it yourself.