Browse Ozon category
ozon_category_browseBrowse products in an Ozon category by exact slug, filtering by price, brand, and facets without text search. Returns product list, breadcrumbs, and top brands.
Instructions
Products inside a category without text search. Use for browsing a department with priceMax/filters. Returns products, breadcrumbs, top brands. IMPORTANT: Ozon matches the numeric id only — a guessed stem+id can open a different category. Always copy slug from ozon_list_categories (or ozon_search_filters / real ozon.ru link). Mismatch of text prefix vs real category → error. Supports filters{} like ozon_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| rich | No | Alias for compact:false — return full payload | |
| sort | No | popular | |
| 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. | |
| category | Yes | Exact category slug from ozon_list_categories — not a guessed name-id | |
| foodOnly | No | Drop pet-food / dish / cleaner noise | |
| priceMax | No | ||
| priceMin | No | ||
| minReviews | No | ||
| withSeller | No | ||
| withDelivery | No | ||
| dedupeConfigs | No | Collapse RAM/SSD configs (default true) | |
| excludeBrands | No | ||
| dedupeVariants | No | Collapse color variants (default true) | |
| excludeContains | No | Name/brand substrings to drop, e.g. ["корм","для кошек"] | |
| minSellerOrders | No | ||
| minSellerRating | No |