Discover/stadiumgoods.com API
live

stadiumgoods.com APIstadiumgoods.com

Access Stadium Goods product listings, variant pricing, inventory status, and collections via API. Search by keyword or SKU across the full sneaker catalog.

Endpoints
5
Updated
3mo ago
Try it
Maximum number of results to return (1-10).
Search keyword or SKU to look up (e.g. 'Jordan 1', 'Nike Dunk', 'DQ8426').
api.parse.bot/scraper/20a12fbe-b9a4-451f-82af-3866d39f973e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/20a12fbe-b9a4-451f-82af-3866d39f973e/search_products?limit=3&query=Nike+Dunk' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for products by keyword or SKU using the Shopify search suggest API. Returns matching products with titles, handles, prices, images, and availability information.

Input
ParamTypeDescription
limitintegerMaximum number of results to return (1-10).
queryrequiredstringSearch keyword or SKU to look up (e.g. 'Jordan 1', 'Nike Dunk', 'DQ8426').
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of products returned",
    "products": "array of product objects with title, handle, price, availability, vendor, image, and variants"
  },
  "sample": {
    "data": {
      "total": 1,
      "products": [
        {
          "id": 8290808070340,
          "url": "/products/air-jordan-1-mid-barons-159360",
          "body": "Step into a piece of athletic heritage...",
          "tags": [
            "Sale",
            "Tik Tok",
            "Walmart"
          ],
          "type": "Shoes",
          "image": "https://cdn.shopify.com/s/files/1/0659/1168/5316/files/vavvz2cmqapvjfmpdkhtoaretbe1.png?v=1758032148",
          "price": "112.00",
          "title": "Air Jordan 1 Mid \"Barons\" DQ8426 101",
          "handle": "air-jordan-1-mid-barons-159360",
          "vendor": "JORDAN",
          "variants": [],
          "available": true,
          "price_max": "190.00",
          "price_min": "112.00",
          "featured_image": {
            "alt": "Air Jordan 1 Mid 1",
            "url": "https://cdn.shopify.com/s/files/1/0659/1168/5316/files/vavvz2cmqapvjfmpdkhtoaretbe1.png?v=1758032148",
            "width": 2000,
            "height": 1200,
            "aspect_ratio": 1.667
          },
          "compare_at_price_max": "190.00",
          "compare_at_price_min": "112.00"
        }
      ]
    },
    "status": "success"
  }
}

About the stadiumgoods.com API

The Stadium Goods API exposes 5 endpoints covering product search, catalog browsing, collection listings, and full product details from one of the largest premium sneaker and streetwear marketplaces. The search_products endpoint accepts keyword or SKU queries and returns variant-level pricing, availability, and images. All endpoints return structured JSON, making it straightforward to build price trackers, resale tools, or sneaker inventory dashboards.

Product Search and Lookup

The search_products endpoint accepts a query parameter (keyword or SKU such as DQ8426 or Jordan 1) and returns up to 10 matching products per request. Each result includes title, handle, price, availability, vendor, image, and variants. The handle value from search results feeds directly into get_product_details for full variant-level data. get_product_details returns body_html, product_type, all variant sku values, per-variant price and availability, full image sets, and options (typically size).

Catalog and Collection Browsing

list_products pages through the entire Stadium Goods catalog with page and limit parameters (up to 250 per page). Each product record includes id, title, handle, vendor, product_type, variants, images, options, and creation/update timestamps. For brand- or category-scoped browsing, list_collections returns collection id, title, handle, description, published_at, and products_count. Pass a collection_handle from those results into list_products_by_collection to retrieve only products belonging to that collection, with the same full product schema and pagination controls.

Variant and Inventory Detail

Every product returned across all endpoints carries variant-level data — each variant maps a specific size option to its own price, sku, and availability flag. Stadium Goods lists products individually by size, so a single sneaker model may surface as many variants under one product handle, each priced independently. This makes the API particularly useful for per-size price tracking rather than just headline pricing.

Common use cases
  • Track per-size resale prices for specific sneaker SKUs using search_products with SKU queries and variant price fields
  • Monitor new product drops by polling list_products sorted by created_at timestamps
  • Build a brand-specific catalog page by filtering list_collections for a vendor handle and fetching products via list_products_by_collection
  • Compare Stadium Goods pricing across sizes using get_product_details variant array for a given product handle
  • Aggregate inventory availability signals across the sneaker catalog using the availability flag on each variant
  • Populate a sneaker database with full metadata — body_html, product_type, images, options — from get_product_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Stadium Goods have an official public developer API?+
No. Stadium Goods does not publish an official developer API or documented data feed for third-party access. This Parse API provides structured access to the catalog data.
What does `get_product_details` return that `search_products` does not?+
search_products returns a summary suitable for listing pages: title, handle, price, availability, vendor, and a single image. get_product_details returns the full record including body_html, all images in the images array, every variant with its individual sku, price, and availability flag, plus options and product_type. Use search_products to find a handle, then get_product_details for complete data.
Are historical price or sales volume data available?+
Not currently. The API returns current listing prices and availability at the time of the request — no historical price series, sold listings, or transaction volume. You can fork this API on Parse and revise it to add an endpoint that stores and surfaces price snapshots over time.
How does pagination work across the catalog endpoints?+
list_products, list_collections, and list_products_by_collection all accept page and limit parameters. The maximum limit is 250 per page. The total field in each response reflects the count of records returned on that page, not the total catalog size, so iterate pages until a response returns fewer records than your requested limit.
Does the API expose seller ratings, buyer reviews, or authentication certificates for individual listings?+
Not currently. The API covers product metadata, variant pricing, inventory status, and collection structure. Review scores, authentication status, and seller-level data are not included in the response schema. You can fork this API on Parse and revise it to add an endpoint targeting those details if they are accessible on the product page.
Page content last updated . Spec covers 5 endpoints from stadiumgoods.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.