# Canyon Used Bike Deals — Best-Value Finder

**Use case:** 

Track the best-value used Canyon bikes on buycycle, ranked by deal score, cheapest first.

## Input

```json
{
  "model": "canyon aeroad",
  "sortBy": "lowest-price",
  "country": "de",
  "locationScope": "continent",
  "brands": [
    "canyon"
  ],
  "frameSizes": [],
  "conditions": [],
  "frameMaterials": [],
  "brakeTypes": [],
  "shifts": [],
  "sellerType": [],
  "highDemandOnly": false,
  "maxPages": 2,
  "returnOnly": "best_value",
  "minDiscountPct": 20,
  "minWishlistCount": 20
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "name": {
    "label": "Model",
    "format": "string"
  },
  "priceTotal": {
    "label": "Total",
    "format": "number"
  },
  "currency": {
    "label": "Cur.",
    "format": "string"
  },
  "priceBase": {
    "label": "Base",
    "format": "number"
  },
  "discountPct": {
    "label": "Discount %",
    "format": "integer"
  },
  "msrp": {
    "label": "MSRP",
    "format": "number"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "size": {
    "label": "Size",
    "format": "string"
  },
  "groupset": {
    "label": "Groupset",
    "format": "string"
  },
  "wishlistCount": {
    "label": "❤",
    "format": "integer"
  },
  "isHighDemand": {
    "label": "Hot",
    "format": "boolean"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  },
  "dealScore": {
    "label": "Deal score",
    "format": "number"
  },
  "productUrl": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Buycycle.com — Used Bike Finder](https://apify.com/inovaflow/buycycle-hunter-pw) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inovaflow/buycycle-hunter-pw) to learn more, explore other use cases, and run it yourself.