GET
/
api
/
v2
/
products
search
string

Search query. This will search within the product title, SKU, brand and colorway with higher weights on titre and SKU.

url_key
string

Find product by URL Key from StockX, this is a exact match search. This is the slug of the product on StockX, example: https://stockx.com/nike-dunk-high-wu-tang-2024 -> nike-dunk-high-wu-tang-2024.

sku
string

Find product by SKU, this is a exact match search.

gtin
string

Find product by a GTIN within its variants, this is a exact match search.

trending
boolean

Get only the trending products from the last 24 hours.

brand
string

Find products by brand.

sort
string

By default, products are sorted by weekly rank (number of orders), if there is a search query, the results are sorted by relevance.

date and rank are the only available sorting options for non-search requests.

It’s not possible to sort by ASC or DESC for now.

page
integer

Page, limited by 20 products per page.

By encapsulating the query in quotes, you can search an exact phrase. For example, "adidas Forum Low".