sephora_category
Browse Sephora category listings by slug, applying brand, price, rating, and facet filters. Returns one page of products from any Sephora shop category via public catalog search.
Instructions
Sephora category browse. Returns one page of a Sephora category/browse listing (e.g. Makeup, Skincare), with the same sort and facet filters as /sephora/search. slug is the path segment after sephora.com/shop/, e.g. makeup-cosmetics. The response uses Sephora's public catalog search to keep browse listings available when the category page's legacy embedded data is absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page, 1-based, defaults to 1 | |
| slug | Yes | Category-page slug | |
| brand | No | One or more exact brand names to filter to (OR'd together); repeat the param for multiple values | |
| filter | No | Additional facet:value filters, repeat the param for multiple; facet must be one of: benefits, ingredientpreferences, colorfamily, formulation, size, shoppingpreferences, agerange, skintype, finish, skinconcerns, coverage, hairtype, hairconcerns, hairtexture | |
| is_new | No | When true, filters to products flagged New | |
| sort_by | No | Sort order, defaults to featured | |
| price_max | No | Maximum price in whole dollars; must be set together with price_min | |
| price_min | No | Minimum price in whole dollars; must be set together with price_max | |
| rating_min | No | Minimum star rating, 1 to 4 |