Sneaker and streetwear resale-price research
Use StockX endpoints to turn sneaker and streetwear resale-price research into repeatable API requests with documented inputs and JSON responses.
Turn public StockX pages into structured sneaker and streetwear resale data — keyword product search, full product detail with market pricing, the brand and category/subcategory directories, and the upcoming release calendar, all as normalized JSON. Credential-free.
Search StockX products and get product detail, brand and category directories, and the release calendar as structured JSON.
Endpoint families
5
Documented params
23
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
7
Schema refs
5
{
"platform": "StockX",
"endpoint": "stockx-search",
"method": "GET",
"path": "/stockx/search",
"auth": "apiKey"
}Use cases
Search StockX products and get product detail, brand and category directories, and the release calendar as structured JSON.
Use StockX endpoints to turn sneaker and streetwear resale-price research into repeatable API requests with documented inputs and JSON responses.
Use StockX endpoints to turn release-calendar tracking into repeatable API requests with documented inputs and JSON responses.
Use StockX endpoints to turn brand and category demand analysis into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/stockx/brands
/stockx/categories
/stockx/product/{slug}
/stockx/releases
/stockx/search
Endpoint catalog
/stockx/searchBrowses StockX's product catalog by category with optional free-text keyword search and facet filters (gender, brand, color, shoe height, activity, availability), returning normalized product summaries with headline pricing plus the total matching count. Credential-free public data from the same GraphQL API backing StockX's own category browse pages.
/stockx/product/{slug}Returns a normalized StockX product: identity (title, brand, model, colorway, style id, retail price, release date, description, image), current market data (lowest ask, highest bid, last sale, trailing average price/sales count, delivery-speed ask tiers), individual seller listings (price, condition, size), related-product recommendations (other colorways/siblings StockX surfaces on the product page), and any promotional badges. Credential-free public data from StockX's own product-page GraphQL API.
/stockx/brandsReturns StockX's full brand catalog (name and URL slug for every brand in its own brand directory), suitable for building GET /stockx/search's brand parameter or GET /stockx/search's model parameter's required single-brand context. Credential-free public data from the same navigation API backing StockX's own site menu.
/stockx/categoriesReturns StockX's full category/subcategory reference: the 7 top-level categories accepted by GET /stockx/search's category parameter, each with its subcategories (e.g. Shoes -> Boots, Cleats, Clogs). Credential-free public data from the same navigation API backing StockX's own site menu.
/stockx/releasesReturns a date-ordered page (release date ascending) of StockX's upcoming release calendar: new and restocked products releasing on or after the given date, with normalized product summaries, headline pricing, and each item's published release date. Credential-free public data from the same GraphQL API backing StockX's own releases page.
Related APIs
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
How to scrape StockX
Crawlora's StockX endpoints return product search, detail, brand/category directories, and the release calendar as normalized JSON with one API key — no StockX account required.
Send a keyword to /stockx/search for normalized product cards.
Pass a product slug from a search result to /stockx/product/{slug} for full detail and market pricing.
Use /stockx/brands and /stockx/categories for the full brand and category/subcategory directories.
Call /stockx/releases for StockX's upcoming release calendar.
FAQ
Send a keyword to Crawlora's /stockx/search endpoint and get normalized product cards — name, brand, current market price — as structured JSON.
No StockX account or login is required from the caller — only your Crawlora API key.
Yes — /stockx/releases returns StockX's upcoming release calendar as structured JSON.