# Coles Product Detail Enrichment for Grocery Monitoring

**Use case:** 

Enrich product data for Coles items. Retrieve detailed pricing, specials, and category information for focused grocery monitoring.

## Input

```json
{
  "operation": "item",
  "query": "milk",
  "page": 1,
  "details": false,
  "contextMode": "delivery",
  "url": "https://www.coles.com.au/product/coles-full-cream-milk-3l-8150288",
  "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"
  },
  "unit_price": {
    "label": "Unit price",
    "format": "number"
  },
  "unit_quantity": {
    "label": "Unit quantity",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "string"
  },
  "price_per_unit_price": {
    "label": "Price per unit",
    "format": "number"
  },
  "price_per_unit_quantity": {
    "label": "Price per unit quantity",
    "format": "number"
  },
  "price_per_unit_unit": {
    "label": "Price per unit measure",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "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.