# Monitor Tesco Prices: Daily Competitor Price Tracking

**Use case:** 

Stay competitive by tracking daily price changes for essential groceries at Tesco. Gain crucial insights into your competitor's pricing strategy to optimise you

## Input

```json
{
  "mode": "search",
  "searchQuery": "fresh chicken breast",
  "categorySlug": "vanilla-ice-creams",
  "productIds": [],
  "store": "tesco",
  "sortOrder": "relevance",
  "dietary": "",
  "filterByStore": "Tesco",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "size": {
    "label": "Size"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "pricePerUnit": {
    "label": "Price per unit"
  },
  "storeCount": {
    "label": "Store count"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

This example demonstrates how to use [Trolley Grocery Price Comparison Scraper](https://apify.com/crawlerbros/trolley-grocery-price-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/trolley-grocery-price-scraper) to learn more, explore other use cases, and run it yourself.