# Coles Half-Price Specials Data Tracker

**Use case:** 

Track half-price specials at Coles Australia. Get insights on current promotions, product prices, and savings for your grocery monitoring.

## Input

```json
{
  "operation": "specials",
  "query": "milk",
  "page": 1,
  "limit": 50,
  "details": true,
  "contextMode": "delivery",
  "special": "halfprice",
  "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.