chewy_brands
Get Chewy's brand directory: IDs, names, descriptions, images, parent-child groups. Look up by exact name or page through all brands.
Instructions
List Chewy's brand directory. Returns one page of Chewy's full brand directory -- roughly 7,600 brands -- with each brand's id, name, Chewy's own written description, image, parent-catalog group, and its child brands where a brand umbrellas others (Purina lists 27). This is the whole catalog of brands, unlike chewy_facets, which only reports the brands present in one category's listing. Pass name to look up a single brand by exact name, case-insensitive; it is an exact match upstream, not a search, so "Purina" matches while "purina pro" does not. To filter products by a brand, pass the brand's NAME to chewy_category or chewy_search as filter=brand_facet: -- facet_id is the join key onto chewy_facets' own option ids and is not accepted by the filter parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Return only the brand with this exact name, case-insensitive. Exact match, not a search. | |
| page | No | Page number, 1-based (default 1). | |
| limit | No | Brands per page, 1 to 500 (default 100). |