# Ocado Own Brand Cereal: Price Analysis & Trends

**Use case:** 

Extract pricing data for Ocado's own-brand cereals to analyse price movements and competitive positioning. This information supports product management and pric

## Input

```json
{
  "mode": "search",
  "searchQuery": "ocado cereal",
  "categorySlug": "vanilla-ice-creams",
  "productIds": [],
  "store": "tesco",
  "sortOrder": "relevance",
  "dietary": "",
  "brandFilter": "Ocado",
  "filterByStore": "Ocado",
  "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.