# Vegan Product Research: UK Grocery Market Trends

**Use case:** 

Identify top-selling vegan products and emerging trends across major UK supermarkets. This data helps manufacturers and retailers understand market demand and d

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "milk",
  "categorySlug": "meat-alternatives",
  "productIds": [],
  "store": "tesco",
  "sortOrder": "relevance",
  "dietary": "vegan",
  "maxItems": 100
}
```

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