# Coles Category Shelf Monitor for Grocery Insights

**Use case:** 

Monitor grocery category shelves at Coles Australia. Get detailed data on product assortment, prices, and special offers for effective grocery analysis.

## Input

```json
{
  "operation": "category",
  "query": "milk",
  "page": 1,
  "limit": 20,
  "details": false,
  "contextMode": "delivery",
  "categoryId": "1300",
  "special": "allspecials",
  "radius": 25,
  "refresh": false,
  "includeRaw": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "discount_price": {
    "label": "Discount price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "image": {
    "label": "Image",
    "format": "string"
  },
  "store_id": {
    "label": "Store ID",
    "format": "string"
  },
  "store_name": {
    "label": "Store name",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Coles AU Product Search Scraper](https://apify.com/dromb/coles-au-product-search-specials-stores-unofficial) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dromb/coles-au-product-search-specials-stores-unofficial) to learn more, explore other use cases, and run it yourself.