samsclub_category
Retrieve structured product data from any Sam's Club category page. Input a category id or /browse/ URL to get normalized products with pricing, availability, ratings, and images.
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 |