kroger-search
Product Search
Search the product catalog by keyword via the configured grocery chain.
Commands
# Basic search
grocer-cli search "organic milk"
# Search with filters
grocer-cli search "chicken breast" --brand "Simple Truth" --limit 5
# Get details for a specific product
grocer-cli product <productId>
Requirements
More from sieteunoseis/grocer-cli
recipe-to-cart
Add all items from one or more locally saved recipes to the user's online grocery cart in a single step. Automatically deduplicates across recipes and checks the pantry first to avoid re-buying items you already have. Use when the user wants to shop for a recipe or add meal ingredients to their cart.
1shelf-life-check
Check and update shelf life estimates for pantry items using USDA FoodKeeper, StillTasty, and FDA guidelines. Use when a user wants to verify expiration estimates, check freshness dates, or get more accurate best-by dates for their groceries.
1find-store
Find store locations near a given zip code and optionally set the closest one as the preferred store. Use when a user wants to locate nearby stores, pick a store for pricing and availability, or change their preferred store location.
1