GET
/
api
/
v2
/
products

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 contains match search.


Example: 000111222333 will be matched with 111222333 or 111222.

Get only the trending products from the last 24 hours.

brand
string

Find products by brand.

size
string

Find a product that has a variant with this size.


Note: This is a exact match search and it’s only available when used with under_price.

category
string

Find products by category.

Categories availables:

  • apparel
  • baseball
  • basketball
  • collectibles
  • handbags
  • skateboards
  • sneakers
  • soccer
  • watches
under_price
number

Find products with a variant under this price.


Note: This is a less than match and it’s only available when used with size.

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".