Browse a Woolworths category
browse_categoryFind products by department, aisle, or shelf slugs. View one page at a time, sort results, and include out-of-stock items as needed.
Instructions
List the products in a department, aisle or shelf, using the slugs from list_categories. A narrower level needs the wider ones too. Returns one page: read coverage before answering anything about the cheapest, the best, or whether something exists, and page until a page comes back short if you need the full set. 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 |
| aisle | No | Aisle slug within the department, e.g. 'wine'. | |
| shelf | No | Shelf slug within the aisle, e.g. 'rose-wine'. | |
| department | Yes | Department slug, e.g. 'beer-wine'. Required. | |
| includeOutOfStock | No | Include products that cannot be bought at the current location. |