samsclub_category
Browse any Sam's Club category or collection and extract a product grid with name, brand, pricing, availability, rating, and image. Pass a numeric category ID or /browse/ URL, then use the page parameter for paginated results.
Instructions
Browse a Sam's Club category or collection. Returns a Sam's Club category or collection page's product grid, with real page-based pagination. id accepts a bare numeric category id (from a nav link's /browse/{id} URL) or a full /browse/{slug}/{id} URL copied from samsclub.com -- only the trailing id is used. Returns normalized products with name, brand, pricing, availability, rating, and image. An id samsclub.com does not recognize returns a genuine zero-result response rather than an error, matching upstream's own behavior.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sam's Club category id, or a /browse/{slug}/{id} URL | |
| page | No | Result page, 1-based, defaults to 1 |