kroger_category
Browse a Kroger category and retrieve normalized product cards plus facet groups, with support for pagination, filters, and sorting.
Instructions
Browse a Kroger category. Browses a Kroger product category and returns normalized product cards plus facet groups, in the same shape as kroger-search. slug and category_id together identify the category (e.g. "pet" and "27" for kroger.com/pl/pet/27). Served from Kroger's own search JSON API using category_id as a taxonomy filter, with real upstream pagination; it falls back to parsing the rendered category page if that path is unavailable, and the source field reports which path answered. Facet filters and sort apply to the JSON path only: when any of them is set, a JSON-path failure returns an error rather than silently falling back to unfiltered results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based result page | |
| slug | Yes | Category URL slug segment | |
| sort | No | Result order. One of: relevance, name_asc, popularity_desc | |
| scent | No | Comma-separated scent facet values | |
| brands | No | Comma-separated brand names to filter by, taken verbatim from a previous response's facets | |
| flavor | No | Comma-separated flavor facet values | |
| savings | No | Comma-separated savings facet values | |
| nutrition | No | Comma-separated nutrition/dietary facet values | |
| price_max | No | Upper bound of the price filter; required to filter on price | |
| price_min | No | Lower bound of the price filter; defaults to 0 | |
| category_id | Yes | Category numeric taxonomy id | |
| more_options | No | Comma-separated more-options facet values |