lululemon_category
Retrieve normalized products for any lululemon category by supplying its category slug and category ID, including pricing, sale detection, sizes, colors, and style numbers.
Instructions
Browse a lululemon category's product listing. Returns one lululemon category's product listing page: normalized products with pricing, sale detection, sizes, colors, and style numbers, sourced from lululemon's own app-backend category data. category and cdp_hash are the two path segments of a lululemon category URL (https://shop.lululemon.com/c/{category}/{cdp_hash}), e.g. women-new-styles and n14f1wz6o10 -- both are also available from lululemon-categories's own category and cdp_hash fields. Pagination is page-based and real: requesting a page beyond the category's real last page returns a normal response with an empty products array rather than an error. An unrecognized category/cdp_hash pair returns 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, one-based, defaults to 1 | |
| category | Yes | lululemon category slug, from a category URL's first path segment | |
| cdp_hash | Yes | lululemon category id, from a category URL's second path segment | |
| page_size | No | Results per page, 1 to 100, defaults to 24 |