Get Woolworths specials
get_specialsBrowse grocery specials by department, showing wasPrice vs current price. Check coverage to confirm all available deals before comparing.
Instructions
List products currently on special, optionally narrowed to one department. Each product carries wasPrice alongside the current price. Returns one page: read coverage before claiming anything is the best or only special available. Prices and availability are per delivery location; call get_location to see the current one and set_location to change it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page of results; 40 per page. | |
| sort | No | Result order. CUPAsc uses the site's raw cup price, whose measure varies per product ($/L, $/100g, $/1ea), so it ranks meaningfully only within one category and is absent for many products. | Relevance |
| department | No | Department slug from list_categories, e.g. 'meat-poultry'. | |
| includeOutOfStock | No | Include products that cannot be bought at the current location. |