Search Woolworths products
search_productsSearch the Woolworths New Zealand catalogue by keyword to find available products, compare prices by category, and verify whether results cover the full query.
Instructions
Search the Woolworths New Zealand catalogue by keyword. Returns products for this page, matchesAvailable for the whole query, and a coverage sentence saying whether this is everything — read it before answering cheapest/only/none questions. Extra query words are ANDed, including sizes, and the site's ranking pads pages with loosely related products, so check each name. unitPrice is a formatted string whose measure varies per product and is absent for many, so compare it only within a category. 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 products 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 |
| query | Yes | Search keywords, e.g. 'rose wine' or 'oat milk'. | |
| department | No | Department slug to keep only products from, e.g. 'fruit-veg'. Applied to the fetched page after the search runs, because the site's search does not accept a category filter; the coverage sentence says how much was actually examined. | |
| includeOutOfStock | No | Include products that cannot be bought at the current location. Off by default: an unbuyable product is not a useful answer. |