# Compare Milk Prices: Aldi vs. Morrisons Price Check

**Use case:** 

Quickly compare the best prices for milk across Aldi and Morrisons to identify the cheapest options. This is essential for budget-conscious consumers and busine

## Input

```json
{
  "mode": "search",
  "searchQuery": "semi-skimmed milk 2l",
  "categorySlug": "vanilla-ice-creams",
  "productIds": [],
  "store": "tesco",
  "sortOrder": "relevance",
  "dietary": "",
  "minPrice": 0.5,
  "maxPrice": 2.5,
  "maxItems": 10
}
```

## 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.