Piloterr

StockX Product

Retrieve detailed product information from StockX, including market prices, bid/ask data, size variants, and product metadata.

Credit cost: 2 credits per call

GET
/v2/stockx/product

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Query Parameters

query*string

A StockX product slug.

Examples:

nike-air-max-1-travis-scott-wheat

Note: Use product slugs, not internal UUIDs (e.g. do NOT use c318bbcc-312a-4396-9252-698c203d1dea). Find slugs in the product URL on stockx.com.

country?string

Country code for localized pricing and availability.

  • US: United States (default)
  • FR: France
  • GB: United Kingdom
  • SV: El Salvador

Example: US

Default"US"
currency?string

Currency code for price display.

  • USD: US Dollar (default)
  • EUR: Euro
  • GBP: British Pound

Example: USD

Default"USD"
language?string

Language code for localized content.

  • en-US: English (default)
  • fr-FR: French
  • en-GB: British English

Example: en-US

Default"en-US"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/stockx/product?query=string"
{
  "id": "c318bbcc-312a-4396-9252-698c203d1dea",
  "sku": "DO9392-700",
  "name": "Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold",
  "slug": "nike-air-max-1-travis-scott-wheat",
  "brand": "Nike",
  "image": "https://images.stockx.com/images/Nike-Air-Max-1-Travis-Scott-Wheat-Product.jpg?fit=fill&bg=FFFFFF&w=700&h=500&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1738193358",
  "model": "Nike Air Max 1",
  "gender": "men",
  "market": {
    "bids": {
      "lowest_ask": 168,
      "highest_bid": 270,
      "number_asks": 373,
      "number_bids": 272
    },
    "sales": {
      "last_sale": 303,
      "change_value": -7,
      "sales_last_72h": 6,
      "change_percentage": -0.0231
    },
    "shipping": {
      "standard": {
        "count": 373,
        "lowest_ask": 168,
        "inventory_type": null,
        "latest_delivery_date": null,
        "expected_delivery_date": null
      },
      "express_next_day": {
        "count": 5,
        "lowest_ask": 170,
        "inventory_type": "CUSTODIAL",
        "latest_delivery_date": "2026-06-03T21:00:00.000Z",
        "expected_delivery_date": "2026-06-03T21:00:00.000Z"
      },
      "express_standard": {
        "count": 30,
        "lowest_ask": 168,
        "inventory_type": "DFS",
        "latest_delivery_date": "2026-06-09T21:00:00.000Z",
        "expected_delivery_date": "2026-06-04T21:00:00.000Z"
      },
      "express_expedited": {
        "count": 5,
        "lowest_ask": 170,
        "inventory_type": "CUSTODIAL",
        "latest_delivery_date": "2026-06-04T21:00:00.000Z",
        "expected_delivery_date": "2026-06-04T21:00:00.000Z"
      }
    }
  },
  "traits": [
    {
      "name": "Style",
      "value": "DO9392-700"
    },
    {
      "name": "Colorway",
      "value": "Saturn Gold/Tea Tree Mist/Tent"
    },
    {
      "name": "Retail Price",
      "value": "150"
    },
    {
      "name": "Release Date",
      "value": "2022-05-27"
    },
    {
      "name": "Included Accessories",
      "value": "Grey extra laces, Special paper "
    },
    {
      "name": "Featured",
      "value": "false"
    },
    {
      "name": "Product Line",
      "value": "Nike Air Max"
    }
  ],
  "category": "sneakers",
  "variants": [
    {
      "id": "c7e40ad8-030e-4444-baaf-30569c52347b",
      "gtins": [
        {
          "type": "UPC",
          "identifier": "195867114073"
        }
      ],
      "sizes": [
        {
          "size": "US M 4",
          "type": "us m"
        },
        {
          "size": "UK 3.5",
          "type": "uk"
        },
        {
          "size": "CM 23",
          "type": "cm"
        },
        {
          "size": "KR 230",
          "type": "kr"
        },
        {
          "size": "EU 36",
          "type": "eu"
        },
        {
          "size": "US W 5.5",
          "type": "us w"
        }
      ],
      "market": {
        "bids": {
          "lowest_ask": 168,
          "highest_bid": 90,
          "number_asks": 15,
          "number_bids": 8
        },
        "sales": {
          "last_sale": 168,
          "change_value": 17,
          "sales_last_72h": 0,
          "change_percentage": 0.1019
        },
        "shipping": {
          "standard": {
            "count": 15,
            "lowest_ask": 168,
            "inventory_type": null,
            "latest_delivery_date": null,
            "expected_delivery_date": null
          },
          "express_next_day": {
            "count": 1,
            "lowest_ask": 170,
            "inventory_type": "CUSTODIAL",
            "latest_delivery_date": "2026-06-03T21:00:00.000Z",
            "expected_delivery_date": "2026-06-03T21:00:00.000Z"
          },
          "express_standard": {
            "count": 2,
            "lowest_ask": 168,
            "inventory_type": "DFS",
            "latest_delivery_date": "2026-06-09T21:00:00.000Z",
            "expected_delivery_date": "2026-06-04T21:00:00.000Z"
          },
          "express_expedited": {
            "count": 1,
            "lowest_ask": 170,
            "inventory_type": "CUSTODIAL",
            "latest_delivery_date": "2026-06-04T21:00:00.000Z",
            "expected_delivery_date": "2026-06-04T21:00:00.000Z"
          }
        }
      },
      "traits": {
        "size": "4"
      }
    }
  ],
  "breadcrumbs": [
    {
      "url": "/",
      "name": "Home",
      "level": 1
    },
    {
      "url": "/sneakers",
      "name": "sneakers",
      "level": 2
    },
    {
      "url": "/nike",
      "name": "Nike",
      "level": 3
    },
    {
      "url": "/nike/air-max",
      "name": "Air Max",
      "level": 4
    },
    {
      "url": "/nike/air-max/1",
      "name": "1",
      "level": 5
    },
    {
      "url": "/nike-air-max-1-travis-scott-wheat",
      "name": "Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold",
      "level": 6
    }
  ],
  "description": "In collaboration with Travis Scott's record label Cactus Jack, the Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold pays homage to outdoor exploration and the Nike ACG Pocket Knife hiking shoe. It boasts a light yellow layered mesh upper with matching Durabuck overlays and reversed Swoosh logos. A drawstring Gillie lacing system nods to common features on trail runners. At the base, a yellowed sole with a cloudy Air unit adds the finishing touch.\n<br>\n<br>\nThe Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold released in May of 2022 and retailed for $150.",
  "small_image": "https://images.stockx.com/images/Nike-Air-Max-1-Travis-Scott-Wheat-Product.jpg?fit=fill&bg=FFFFFF&w=300&h=214&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1738193358",
  "thumb_image": "https://images.stockx.com/images/Nike-Air-Max-1-Travis-Scott-Wheat-Product.jpg?fit=fill&bg=FFFFFF&w=140&h=100&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1738193358",
  "primary_category": "Air Max"
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}