stockx_search
Search and browse StockX products by category, using keyword search and filters like gender, brand, and color. Returns product summaries with pricing and total match count.
Instructions
Search/browse StockX products. Browses StockX's product catalog by category with optional free-text keyword search and facet filters (gender, brand, color, shoe height, activity, availability), returning normalized product summaries with headline pricing plus the total matching count. Credential-free public data from the same GraphQL API backing StockX's own category browse pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed result page, defaults to 1 | |
| sort | No | Result sort order, defaults to featured | |
| brand | No | Filter by one or more brand slugs, comma-separated, e.g. jordan,nike | |
| color | No | Filter by color, comma-separated for multiple values | |
| limit | No | Results per page, defaults to 20, maximum 100 | |
| model | No | Filter by a single model slug, e.g. air-force-1. Requires exactly one value in brand | |
| query | No | Free-text keyword search within the category, e.g. a model name or colorway | |
| gender | No | Filter by gender, comma-separated for multiple values | |
| activity | No | Filter by activity, comma-separated for multiple values | |
| category | Yes | StockX top-level category | |
| shoe_height | No | Filter by shoe height, comma-separated for multiple values | |
| xpress_ship | No | Only include products with StockX Xpress Ship availability | |
| below_retail | No | Only include products currently trading below original retail price | |
| available_now | No | Only include products with at least one active ask |