StockX API
KicksDB is the leading API for sneakers and fashion products, offering over 395,000 StockX & 480,000 GOAT products and 1,500,000 GTIN/UPC codes, daily updated. Perfect for price comparison, news, and auto-buy bots. Start for free today! We only offer real-time data (instantly collected from StockX or GOAT) on RapidAPI. You can subscribe directly through our website for cheaper plans with cached…
StockX API endpoints
| Method | Endpoint | Description |
|---|---|---|
| StockX | ||
| GET |
Search products on StockX /v3/realtime/stockx/products |
Get instantly results from StockX |
| GET |
Get one product from StockX /v3/realtime/stockx/products/{id} |
Get instantly a single product from StockX |
| GET |
Get asks/bids from StockX /v3/realtime/stockx/products/{id}/asks |
Get instantly asks or bids from StockX |
| GET |
Get sales history from StockX /v3/realtime/stockx/products/{id}/sales |
Get instantly the sales history of a product from StockX |
| GET |
Get final checkout price from StockX /v3/realtime/stockx/products/{id}/subtotal |
Get instantly the subtotal (final price) of a product from StockX |
| GET |
Get related products on StockX /v3/realtime/stockx/products/{id}/related |
Get instantly related products to another one from StockX |
| GOAT | ||
| GET |
Search products on GOAT /v3/realtime/goat/products |
Get instantly search results from GOAT |
| GET |
Get a single product from GOAT /v3/realtime/goat/products/{id} |
Get instantly a single product from GOAT |
| GET |
Get offers/asks from GOAT /realtime/goat/products/{id}/offers |
Get instantly every available offers (or asks) from a GOAT product |
| GET |
Get sales history from GOAT /v3/realtime/goat/products/{id}/sales |
Get a product sales history from GOAT |
| Other endpoints | ||
| GET |
Search for products /search |
Search for a product, up to 10 words are considered in the search query. Every fields in the response are being search (title, category, brand, price, etc...). Use quotes to… |
| GET |
Get a product by ID /product/{id} |
IDs are UUID and are compatible with StockX internal IDs. |
| GET |
StockX Products (v1) /search |
Backward compatibility-mode from V1 |
| GET |
StockX products (v2) /stockx/products |
Find products on StockX, with traits, images, variants. Additional query (not supported by RapidAPI documentation): - `display[variants]` with true/false value to display… |
| GET |
GOAT Products /goat/products |
Get products from GOAT marketplace with USD prices Additional query params: - `display[variants]` to display variants object in every products |
StockX API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO | $29.99 / month | 2 / second |
|
| ULTRA Recommended | $79 / month | 4 / second |
|
| MEGA | $129 / month | 8 / second |
|