The fastest way to access sneaker & streetwear market data.
KicksDB is a plug-and-play sneaker data API designed for developers, resellers, analysts, and SaaS builders who need real-time, reliable, and structured data from marketplaces like StockX, GOAT, Shopify, and more.
With a single subscription, you get instant access to:
- Accurate product metadata (sizing, colorways, release info)
- Market pricing across multiple platforms
- Live inventory & sales insights
- A unified API to query multiple marketplaces with one request
Stop scraping. Stop reverse-engineering. Start building with KicksDB.
| API Type | Description | Best For |
|---|---|---|
| Standard API | Pre-fetched & cached sneaker market data, refreshed on schedule. | Bulk data, dashboards, historical price tracking. |
| Real-time API | Live requests directly from marketplaces with the latest info. | Price monitors, checkout bots, live market signals. |
| Unified API | A single normalized response format across all marketplaces. | Multi-platform apps, cross-site comparisons, product matching. |
# Get product from StockX
curl "https://api.kicks.dev/v3/stockx/products/air-jordan-4-retro-red-thunder" \
-H "Authorization: Bearer YOUR_API_KEY"- Website: https://kicks.dev
- API Documentation: https://docs.kicks.dev
{ "$schema": "https://api.kicks.dev/schemas/RespProductBody.json", "data": { "id": "50b8dfb8-327b-4703-8a9b-e6a344aef7b8", "title": "Jordan 4 Retro Red Thunder", "brand": "Jordan", "model": "Jordan 4 Retro", "gender": "men", "description": "Following similar color blocking as the Air Jordan 4 Thunder, the Air Jordan 4 Red Thunder features an all-black Durabuck upper with red netted underlays and eyelets. On the tongue, a signature Air Jordan Flight patch is stitched. A vibrant red midsole and Jumpman heel tab complete the retro design.\n<br>\n<br>\nThe Air Jordan 4 Red Thunder releases in January of 2022 and retails for $190.", "image": "https://images.stockx.com/images/Air-Jordan-4-Retro-Red-Thunder-Product.jpg?fit=fill&bg=FFFFFF&w=700&h=500&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1738193358", "sku": "CT8527-016", "slug": "air-jordan-4-retro-red-thunder", "category": "Air Jordan", "product_type": "sneakers", "secondary_category": "Four", // Truncated for readability, we have much more data! } }