# Track Bizrate motorcycle jacket listing prices

**Use case:** 

Scrape motorcycle jacket comparison listings on Bizrate for price intelligence and merchant monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bizrate.com/motorcycle-jackets/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "shipping": {
    "label": "Shipping"
  },
  "merchant": {
    "label": "Merchant"
  },
  "description": {
    "label": "Description"
  },
  "link": {
    "label": "Link"
  },
  "image": {
    "label": "Image"
  }
}
```

## About this Actor

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