Sneaker Database - StockX
This API outputs a sneaker object of the following variables: -Sneaker Name - Colorway - Description - Release Date - Retail Price - Style ID - Image Links - Product links from each of the resell sites - Price map (of shoe size to price) from each of the resell sites And more
Sneaker Database - StockX endpoints
| Method | Endpoint | Description |
|---|---|---|
| Stockx Only | ||
| GET |
Search By URL /searchByUrl |
This endpoint allows you to extract product details from a given URL from stockx. It expects a GET request to the **'/searchByUrl'** URL. **Note that this endpoints is useful to… |
| GET |
Stockx Sneakers Only /stockx/sneakers |
### Endpoint: GET /apparel/search This endpoint allows users to search for sneakers items based on a query string and several optional parameters. #### Request - **URL:**… |
| GET |
Stockx Related Product /stockx-related |
Get stockx similar product Parameters urlKey (* required) |
| GET |
Stockx Product Description /stockx-description |
Get Stockx Product Description Parameters: urlKey (* required) |
| GET |
Stockx Only /stockxonly |
Get Product from Stockx only. Parameters: search (* required - the keyword to search) perpage (Default: 20) This is the result limit. Default will return 20 products. |
| StadiumGoods Only | ||
| GET |
Product Details by URL [SG] /sg/description-byurl |
Retrieve Product Details by URL on StadiumGoods |
| GET |
Search Products [SG] /sg/search |
Search Products on StadiumGoods |
| GET |
Similar Products [SG] /sg/similar |
Get Similar Products from Stadiumgoods |
| GET |
Get Collections [SG] /sg/collections |
Get Collections from stadiumgoods |
| GET |
Products by Collection [SG] /sg/collections/product |
Get Products by Collection from stadiumgoods |
| FightClub Only | ||
| GET |
FightClub Search /fightclubonly |
Search products on fightclub only Parameters: query (* required) hitsPerPage (Default: 20) |
| GET |
FightClub New Releases /fightclub-releases |
Get New Releases Parameters: hitsPerPage (Default: 20) |
| GET |
FightClub Product By BRAND /fightclub-brand |
gET FightClub Product By BRAND Parameters: brand (Default: 'adidas) |
| GET |
FightClub ProducT Recommendation /fightclub-recommendation |
Get FightClub Similar Product Parameter: id (* required) This is the product_template_id. |
| GET |
FightClub Product Description /fightclub-description |
This endpoint returns the Product Description Parameter: sku (* required) |
| Goat Only | ||
| GET |
Goat Search /goat-search |
This endpoint retrieves goat product search. Parameters: query (* required) hitsPerPage (Default: 20) |
| GET |
Goat Product Description /goat-description |
This endpoint retrieves Goat Product Description Parameter: sku (* required) |
| GET |
Goat Similar Products /goat/recommended |
Retrieve similar products from Goat |
| KicksCrew Only | ||
| GET |
KicksCrew Search /kc-search |
This endpoint returns the search result Parameters: query (* required) hitsPerPage (Default: 16) page (Default: 0) |
| GET |
KicksCrew Product Description /kc-description |
Get KicksCrew Product Description Parameter: spu (* required) |
| APPAREL | ||
| GET |
Apparel Search /apparel/search |
### Endpoint: GET /apparel/search This endpoint allows users to search for apparel items based on a query string and several optional parameters. #### Request - **URL:**… |
| Other endpoints | ||
| GET |
Get Products /getproducts |
This endpoint returns a collection of products. **Parameters ** (All the parameters must be string to work, even the limit| Don't worry about the data conversion!) -> keyword ->… |
| GET |
Get Products Prices /productprice |
This endpoint returns Prices of Sneakers: **Parameters:** styleId |
| GET |
Get Most Popular /mostpopular |
This endpoint returns the most popular sneakers from StockX, FlightClub, Goat, and Stadium Goods. **Parameters:** limit |
| GET |
Simple Search /simpleSearch |
This endpoint allows you to perform a simple search for products using a query parameter. It expects a GET request to the **'/simpleSearch'** URL. The query parameter 's' should… |
Sneaker Database - StockX pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $18.99 / month | — |
|
| ULTRA Recommended | $47.99 / month | — |
|
| MEGA | $149.99 / month | — |
|