SneakerAPI - Realtime API
Support all API calls for StockX, Goat, and Alias sneaker platforms, and all APIs are real-time data. Support you to achieve price inquiry, sales inquiry, and product information inquiry; Support you to perform listing/cancel product and price adjustment operations, automate sales; Support you in order management; We provide you with all automated support in the sneaker sales process.
SneakerAPI - Realtime API endpoints
| Method | Endpoint | Description |
|---|---|---|
| goat | ||
| GET |
search_by_keyword /api/alias/query_by_sku |
By keyword search, keyword is keyword, generally for sku, brand, etc. |
| GET |
browse_product_with_all_params /api/alias/browse_product_with_all_params |
Filter/Browse all products, support sneakers, apparel, accessories and all categories, support many parameters. |
| GET |
goat_product_detail /api/alias/goat_product_detail |
Query the product detail of goat by slug. |
| GET |
goat_lowest_price /api/alias/goat_lowest_price |
Query the lowest price of goat by slug. This is the price of the Goat buyer side. ## Parameter Description: - - - |
| GET |
goat_highest_offers /api/alias/goat_highest_offers |
Query the highest offer(BID) of goat by slug. |
| alias | ||
| GET |
search_by_condition /api/alias/query_by_condition |
Query by specific criteria. |
| GET |
login /api/alias/login |
Login to the seller account. This interface generates `access_token` and `refresh_token`. If the login fails, please check the code and headers returned. If it shows "Please… |
| GET |
self_info /api/alias/self_info |
User self info. This interface requires `access_token`. |
| GET |
seller_info /api/alias/seller_info |
seller info. This interface requires `access_token`. - |
| GET |
update_access_token /api/alias/update_access_token |
Update access_token. This interface requires `refresh_token`. The generated `access_token` is valid for 1 hour, and needs to be updated again after expiration. - |
| GET |
get_product_detail /api/alias/get_product_detail |
Query product details, slug is the unique ID of the product, which can be obtained by searching. - - |
| GET |
get_recent_orders /api/alias/get_recent_orders |
Query the recent sales of the specified slug |
| GET |
historical_sales_price /api/alias/historical_sales_price |
Query the historical sales price of the specified slug, the currency in the result is USD |
| GET |
lowest_price /api/alias/lowest_price |
Query the lowest price information of the specified slug in this region, support specified region or global. |
| GET |
get_selling_info /api/alias/get_selling_info |
Query the listing situation. Return the overall count information. |
| GET |
get_sold_info /api/alias/get_sold_info |
Query the sold situation. Return the overall count information. - |
| GET |
get_selling_products /api/alias/get_selling_products |
Query the listing. Return the product list. |
| GET |
get_pending_products /api/alias/get_pending_products |
Query the pending products. Return the product list. |
| GET |
get_sold_products /api/alias/get_sold_products |
Query the sold. Return the product list. |
| GET |
get_history_products /api/alias/get_history_products |
Query the history sold. Return the product list. |
| GET |
get_sold_products_detail /api/alias/get_sold_products_detail |
Query the sold detail. Return the product detail. |
| GET |
confirm_order /api/alias/confirm_order |
Confirm the order. - - |
| GET |
generate_shipping_label /api/alias/generate_shipping_label |
Start generating express label. It will take a while to generate. After the generation is complete, the pdf link will be returned in order_detail (`get_sold_products_detail`). |
| GET |
enable_vacation_mode /api/alias/enable_vacation_mode |
Enable vacation mode. This interface requires `access_token`. - |
| GET |
cancel_product /api/alias/cancel_product |
Cancel product. product_id is the id of the product returned when it is put on the shelf, and it can also be obtained when querying the listing. This interface requires… |
| POST |
update_price_single /api/alias/update_price_single |
Update product price(single). This interface requires `access_token`. This interface has a frequency limit. High concurrency and frequency may cause 'Resource exhausted' error.… |
| GET |
query_product_price_range /api/alias/query_product_price_range |
Query the product price range, generally 25-2000 US dollars, but there are special cases with a larger price range. Return the product price range and the lowest selling price… |
| POST |
listing_product_multi /api/alias/listing_product_multi |
Listing product(multi). Only available when seller score is above 110. This interface requires `access_token`. |
| POST |
listing_product_single_step1 /api/alias/listing_product_single_step1 |
Listing product(single) step1. This interface requires `access_token`. |
| POST |
listing_product_single_step2 /api/alias/listing_product_single_step2 |
Listing product(single) step2. This interface requires `access_token`. |
SneakerAPI - Realtime API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $400 / month | — |
|
| ULTRA Recommended | $800 / month | — |
|
| MEGA | $1,600 / month | — |
|