# UK tyre price monitor - daily changes by size

**Use case:** 

Track UK tyre prices by size and postcode. A daily scan returns only what moved: price up or down, new listings, and fitment availability changes.

## Input

```json
{
  "mode": "size_sweep",
  "sizes": [
    "205/55R16",
    "195/65R15"
  ],
  "postcodes": [
    "SW1A1AA",
    "EH11AA"
  ],
  "deltaMode": true,
  "deltaStateKey": "uk-popular-sizes",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "size": {
    "label": "Size",
    "format": "text"
  },
  "shelfPosition": {
    "label": "Pos",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "pattern": {
    "label": "Pattern",
    "format": "text"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "fittedPrice": {
    "label": "Fitted £",
    "format": "number"
  },
  "mailOrderPrice": {
    "label": "Mail order £",
    "format": "number"
  },
  "fittingPremium": {
    "label": "Fitting £",
    "format": "number"
  },
  "currency": {
    "label": "Ccy",
    "format": "text"
  },
  "euFuelGrade": {
    "label": "Fuel",
    "format": "text"
  },
  "euWetGripGrade": {
    "label": "Wet",
    "format": "text"
  },
  "noiseDb": {
    "label": "dB",
    "format": "number"
  },
  "runflat": {
    "label": "Runflat",
    "format": "boolean"
  },
  "loadIndex": {
    "label": "Load",
    "format": "number"
  },
  "speedRating": {
    "label": "Speed",
    "format": "text"
  },
  "earliestFittingDate": {
    "label": "Earliest fit",
    "format": "text"
  },
  "promotion": {
    "label": "Promo",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "previousFittedPrice": {
    "label": "Prev £",
    "format": "number"
  },
  "priceChange": {
    "label": "Δ £",
    "format": "number"
  },
  "priceChangePct": {
    "label": "Δ %",
    "format": "number"
  },
  "previousShelfPosition": {
    "label": "Prev pos",
    "format": "number"
  },
  "positionChange": {
    "label": "Δ pos",
    "format": "number"
  },
  "retailer": {
    "label": "Retailer",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Tyre Price & Fitment Monitor](https://apify.com/zhorex/tyre-price-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/tyre-price-monitor) to learn more, explore other use cases, and run it yourself.