Kroger Product Search
kroger_product_searchSearch grocery products at Kroger-family supermarkets with real shelf prices, promo/sale prices, stock level, and aisle. Answers "how much does milk cost", "is X in stock", grocery price comparison. Give a zip_code (or location_id) to get store-specific prices; without one, only the national product catalog is returned (no prices). Example: kroger_product_search({ term: "whole milk", zip_code: "45202" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Product search term, e.g. "whole milk", "cage free eggs", "diet coke 12 pack" | |
| brand | No | Optional brand filter, e.g. "Kroger", "Organic Valley" | |
| limit | No | Max products to return, 1-50 (default 10) | |
| _apiKey | No | Optional: your own Kroger API credentials as "client_id:client_secret" (free at developer.kroger.com) | |
| zip_code | No | US ZIP code — the nearest store is auto-selected so prices and stock appear | |
| location_id | No | Exact store location_id from kroger_store_locator (overrides zip_code) |