StockX Search

/api/v2/stockx/search API endpoint allows you to scrape StockX search results.

API Parameters

NameTitleTypeDescription
query *Query your requestparameterThe name, SKU, or ID of the sneaker you want to search for.
limit Limit the number of resultsparameter
page Paginationparameter
x_api_key *Piloterr API keyparameterParameter defines the Piloterr private key to use.

Endpoint

GET https://piloterr.com/api/v2/stockx/search?query=CT8012-116&x_api_key=xxxxxx

Example

[
    {
        "id": "b6ad86bb-aec8-4b13-9296-5733d57aa786",
        "slug": "air-jordan-11-retro-cherry-2022",
        "name": "Jordan 11 Retro",
        "sku": null,
        "brand": "jordan",
        "image": "https://images.stockx.com/images/Air-Jordan-11-Retro-Cherry-2022-Product.jpg",
        "colorway": "cherry-(2022)"
    },
    {
        "id": "229f51c1-fb31-4b58-9c16-8e9afa34f538",
        "slug": "air-jordan-9-retro-fire-red",
        "name": "Jordan 9 Retro",
        "sku": null,
        "brand": "jordan",
        "image": "https://images.stockx.com/images/Air-Jordan-9-Retro-Fire-Red-Product.jpg",
        "colorway": "fire-red"
    },
    {
        "id": "07989d96-5cbf-4faf-b845-8c457a78d121",
        "slug": "air-jordan-12-retro-twist",
        "name": "Jordan 12 Retro",
        "sku": null,
        "brand": "jordan",
        "image": "https://images.stockx.com/images/Air-Jordan-12-Retro-Twist-Product.jpg",
        "colorway": "twist"
    }
]

We respect your privacy.

This website uses cookies to help personalize your online experience. Learn more.