Browse Ozon brand store
ozon_brand_catalogRetrieve a brand's product catalog from Ozon by brand name, slug, or URL. Returns ad-free products with optional filters for sorting and narrowing results.
Instructions
Official brand storefront on Ozon. Accepts brand name, slug-id ("name-123"), or /brand/... URL. Plain names are resolved via Ozon search. Returns brand products (ads filtered out). Supports filters{}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rich | No | Alias for compact:false — return full payload | |
| sort | No | popular | |
| brand | Yes | Brand name, slug-id "name-123", or https://www.ozon.ru/brand/... URL | |
| limit | No | ||
| compact | No | Default true: slim fields (saves context). false or rich:true returns full nested variants/images/filters. | |
| filters | No | Facet filters from ozon_search_filters. Examples: {"brand":"<id>"}, {"brand":"Brand Title"}, {"brand":["<id1>","<id2>"]}, {"is_promo":true}, {"<rangeFacet>":{"min":0,"max":10000}}, {"category":"<slug-id from ozon_list_categories>"}. Titles resolve to keys when needed. | |
| priceMax | No | ||
| priceMin | No |