Sneaker and streetwear resale-price research
StockXエンドポイントを使えば、「Sneaker and streetwear resale-price research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
23
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
7
スキーマ参照
5
{
"platform": "StockX",
"endpoint": "stockx-search",
"method": "GET",
"path": "/stockx/search",
"auth": "apiKey"
}ユースケース
Search StockX products and get product detail, brand and category directories, and the release calendar as structured JSON.
StockXエンドポイントを使えば、「Sneaker and streetwear resale-price research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
StockXエンドポイントを使えば、「Release-calendar tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
StockXエンドポイントを使えば、「Brand and category demand analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/stockx/brands
/stockx/categories
/stockx/product/{slug}
/stockx/releases
/stockx/search
エンドポイントカタログ
/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.
関連API
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.
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.