Retrieve comprehensive StockX product data for any sneaker, streetwear item, watch, or collectible. Returns market prices, shipping tiers, size variants with per-size market data, traits, breadcrumbs, and product metadata.
GET https://api.piloterr.com/v2/stockx/product?query=nike-air-max-1-travis-scott-wheat&country=US¤cy=USD
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
StockX product slug |
country |
string |
no |
Country code for pricing (default: US) |
currency |
string |
no |
Currency code (default: USD) |
language |
string |
no |
Language code (default: en-US) |
| Field |
Type |
Description |
id |
string |
StockX product UUID |
slug |
string |
Product slug |
name |
string |
Full product name |
sku |
string |
Style code / SKU |
brand |
string |
Brand name |
model |
string |
Product model |
gender |
string |
Target gender |
category |
string |
Top-level category (e.g. sneakers) |
primary_category |
string |
Sub-category (e.g. Air Max) |
image |
string |
Main product image URL |
small_image |
string |
Medium thumbnail URL |
thumb_image |
string |
Small thumbnail URL |
description |
string |
Product description (may contain HTML) |
market.bids.lowest_ask |
number |
Current lowest ask |
market.bids.highest_bid |
number |
Current highest bid |
market.bids.number_asks |
integer |
Active ask count |
market.bids.number_bids |
integer |
Active bid count |
market.sales.last_sale |
number |
Most recent sale price |
market.sales.change_value |
number |
Price change since prior sale |
market.sales.change_percentage |
number |
Relative price change |
market.sales.sales_last_72h |
integer |
Sales in the last 72 hours |
market.shipping.standard |
object |
Standard shipping lowest ask |
market.shipping.express_next_day |
object |
Next-day express shipping |
market.shipping.express_standard |
object |
Standard express shipping |
market.shipping.express_expedited |
object |
Expedited express shipping |
traits |
array |
Product attributes (name, value) |
variants |
array |
Size variants with GTINs, sizes, and per-size market data |
variants[].gtins |
array |
Barcode identifiers (UPC, EAN-13, etc.) |
variants[].sizes |
array |
Size labels across regions (us m, eu, uk, etc.) |
variants[].traits.size |
string |
Size label for the variant |
breadcrumbs |
array |
Category navigation path (url, name, level) |
- Use product slugs from StockX URLs, not internal UUIDs.
- Each shipping tier includes
count, lowest_ask, inventory_type, and optional delivery dates.
- Variant-level
market mirrors the root market shape (bids, sales, shipping).
- Costs 2 credits per call.
- Monitor sneaker and streetwear resale market prices
- Track bid/ask spreads, sales velocity, and price trends
- Build price alert systems for high-demand products
- Enrich platforms with real-time StockX market values per size