sephora_category
Browse any Sephora category page by slug and retrieve structured product data with filters for brand, price, rating, and sorting. Returns a page of product listings for scraping.
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. An unrecognized slug returns 404.
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 |