adidas_search
Find Adidas products by keyword search or category browse, with sort and pagination, returning product details, prices, ratings, and filter options.
Instructions
Search or browse Adidas products. Searches Adidas.com product listings by keyword, or browses a category listing by taxonomy slug, with real pagination and sort options. Exactly one of query or category is required. Returns normalized product summaries (title, price, rating, images, color variants) plus facet filter groups, sort options, and (for category browse) a breadcrumb trail. Keyword search is best-effort relevance, not a guaranteed match: an obscure keyword returns whatever Adidas's own search index surfaces. A genuinely empty keyword search returns an empty product list, and requesting a page beyond the available result pages (or an unknown category) returns a not-found error. Category values are the path segment after /us/ in an Adidas category URL (e.g. women-athletic_sneakers); they can also be read from the url fields of a search/category response's own filters and breadcrumbs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based page number, defaults to 1 | |
| sort | No | Sort order. Allowed values: price-low-to-high, newest-to-oldest, top-sellers, price-high-to-low. Omitted means relevance. | |
| query | No | Search keyword. Exactly one of query or category is required. | |
| category | No | Category/taxonomy slug, the path segment after /us/ in an Adidas category URL. Exactly one of query or category is required. |