StockX API Scraper avatar

StockX API Scraper

Pricing

from $0.75 / 1,000 product list rows

Go to Apify Store
StockX API Scraper

StockX API Scraper

Scrape product listings, market data, and product details from StockX via its private GraphQL API. Supports keyword search and category browsing with pricing data (lowest ask, highest bid).

Pricing

from $0.75 / 1,000 product list rows

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

4

Monthly active users

9 days ago

Last modified

Categories

Share

StockX Scraper – Sneaker Prices, Resale Market Data & Product Details

Scrape StockX at scale. Extract sneakers, streetwear, watches, handbags, electronics, collectibles, and trading cards with live resale pricing — lowest ask, highest bid, and last sale — plus full product details and per-size market data. Search by keyword or browse any StockX category. No login, no browser automation, no rate-limit headaches.

Perfect for sneaker resellers, price monitoring, dropshipping, market research, arbitrage, and price-comparison apps.

What this StockX Scraper does

  • 🔎 Keyword search — find any product ("Jordan 1 Retro High", "Yeezy 350", "Rolex Submariner")
  • 📂 Category browse — sneakers, streetwear, watches, handbags, electronics, collectibles, trading cards
  • 💸 Live resale pricing — lowest ask, highest bid, last sale, retail price
  • 📏 Per-size market data — pricing across every available size (optional PDP enrichment)
  • 🖼️ Rich product data — title, brand, model, colorway, style ID, images, description, release date
  • Fast API-based extraction — no headless browser, low memory (runs on 128 MB)
  • 🌐 Built-in proxy support — routes through Apify Proxy by default

Use cases

WhoWhy
Sneaker resellersTrack lowest ask / last sale to spot arbitrage and price trends
E-commerce & dropshippingPull catalog + pricing to feed price-comparison and listing tools
Market researchersMonitor resale demand across brands, models, and categories
DevelopersGet clean StockX JSON via API without reverse-engineering the site

Input

FieldTypeDescription
qstringSearch keyword (e.g. Jordan 1 Retro High)
categoryselectBrowse a category: sneakers, streetwear, watches, handbags, electronics, collectibles, trading-cards
includeDetailsbooleanFetch PDP fields (description, release date, per-size variantSizes). Off by default for speed
maxItemsintegerMax products to scrape. 0 = no limit (default 100)
proxyConfigurationobjectProxy settings (Apify Proxy on by default)

Example input

{
"q": "Jordan 1 Retro High",
"includeDetails": true,
"maxItems": 50
}

Output

Each product is one dataset record:

{
"id": "...",
"name": "Jordan 1 Retro High OG Chicago",
"title": "Jordan 1 Retro High OG Chicago Lost & Found",
"brandName": "Jordan",
"model": "Jordan 1 Retro High",
"colorway": "Varsity Red/Black-Sail-Muslin",
"styleId": "DZ5485-612",
"retailPrice": 180,
"currency": "USD",
"lowestAsk": 310,
"highestBid": 275,
"lastSale": 295,
"thumbUrl": "https://images.stockx.com/...",
"images": ["https://images.stockx.com/..."],
"productUrl": "https://stockx.com/...",
"productSlug": "air-jordan-1-...",
"description": "...",
"releaseDate": "2021-11-19",
"variantSizes": [
{ "size": "10", "lowestAsk": 320, "highestBid": 280, "lastSale": 300 }
]
}

description, releaseDate, and variantSizes are populated only when Include product details is enabled.

Export formats

Download results as JSON, CSV, Excel, or XML, or pull them programmatically via the Apify API. Push to Google Sheets, Airtable, Zapier, Make, and more through Apify integrations.

How it works

The scraper talks directly to StockX's data API instead of rendering pages, so it's fast and cheap:

  1. Runs a keyword search or category browse
  2. Paginates results up to maxItems
  3. Optionally enriches each product with PDP details and per-size market data
  4. Stores structured records in the dataset

FAQ

Is scraping StockX legal? This tool collects publicly available data. You are responsible for complying with StockX's terms and applicable law. Don't collect personal data.

Do I need an account or API key? No StockX account needed. Runs on Apify with built-in proxy.

Can I get per-size prices? Yes — enable Include product details to get variantSizes with per-size ask/bid/last-sale.

Which categories are supported? Sneakers, streetwear, watches, handbags, electronics, collectibles, and trading cards.

Resources