Piloterr

StockX Search

GET
/v2/stockx/search

Search StockX for products by name, brand, SKU, or slug and receive a list of matching items with product IDs, slugs, images, and colorways.

Credit cost: 2 credits per call

Autorisierung

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Abfrageparameter

query*string

Search query for StockX products. Can be a product name, brand, SKU, or slug.

Examples:

Air Jordan Retro

All three formats are supported: keyword phrases, style codes (SKU), and product slugs.

Antworttext

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/stockx/search?query=string"
[  {    "id": "9acafeb5-bc4a-4d66-bc3a-4899d2e64775",    "sku": null,    "name": "Jordan 4 Retro",    "slug": "air-jordan-4-retro-toro-bravo-2026",    "brand": "Jordan",    "image": "https://images.stockx.com/images/Air-Jordan-4-Retro-Toro-Bravo-2026-Product.jpg?fit=fill&bg=FFFFFF&w=140&h=100&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1775837171",    "category": "sneakers",    "colorway": "Toro Bravo (2026)"  },  {    "id": "019c8c79-5739-7557-8d1f-4825eb64694d",    "sku": null,    "name": "Jordan 4 Retro OG",    "slug": "air-jordan-4-retro-og-nigel-sylvester-brick-after-brick",    "brand": "Jordan",    "image": "https://images.stockx.com/images/Air-Jordan-4-Retro-OG-Nigel-Sylvester-Sail-Cinnabar-Product.jpg?fit=fill&bg=FFFFFF&w=140&h=100&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1777572762",    "category": "sneakers",    "colorway": "Nigel Sylvester Brick After Brick"  },  {    "id": "019cfdb4-3545-7b24-8773-11f7411145fb",    "sku": null,    "name": "Jordan 1 Retro Low OG SP",    "slug": "air-jordan-1-retro-low-og-sp-travis-scott-sail-tropical-pink",    "brand": "Jordan",    "image": "https://images.stockx.com/images/Air-Jordan-1-Retro-Low-OG-SP-Travis-Scott-Sail-Tropical-Pink-Product.jpg?fit=fill&bg=FFFFFF&w=140&h=100&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1779381546",    "category": "sneakers",    "colorway": "Travis Scott Sail Tropical Pink"  },  {    "id": "15795a80-5cc8-4d2d-9ed0-20250d83be7f",    "sku": null,    "name": "Jordan 4 Retro",    "slug": "air-jordan-4-retro-black-cat-2025",    "brand": "Jordan",    "image": "https://images.stockx.com/images/Air-Jordan-4-Retro-Black-Cat-2025-Product.jpg?fit=fill&bg=FFFFFF&w=140&h=100&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1762549807",    "category": "sneakers",    "colorway": "Black Cat (2025)"  }]
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}