VOOZH about

URL: https://apify.com/xtracto/stockx-product-scraper

⇱ StockX Product Scraper Β· Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

StockX Product Scraper

Extract complete product data from StockX product pages: market prices, last sale, bid/ask, retail price, release date, traits, images.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

3

Monthly active users

2 days ago

Last modified

Share

Fetch a complete market snapshot for any StockX product URL β€” lowest ask, highest bid, last sale, annual statistics, traits, and media β€” delivered as clean JSON with no account required.

Why use this actor

  • No account required β€” reads public product pages; no login or API key needed.
  • Stable JSON output β€” consistent field names across every run, ready for databases and price-tracking pipelines.
  • Slug-rename tolerant β€” automatically follows StockX URL redirects and reports a matchScore so you know when a slug has changed.
  • Rich per-product data β€” market state, annual and 90-day statistics, full traits (release date, colorway, style ID, retail price), and media in one record.
  • Batch-friendly β€” supply dozens of URLs in a single run; results land in the dataset as they complete.
  • Localized pricing β€” configure ship-to country and display currency per run.

How it works

  1. You provide a list of StockX product URLs in the productUrls field.
  2. The actor resolves each URL, following any slug renames, and fetches the live product page.
  3. Market state (lowest ask, highest bid, last sale, express ask count) and statistics (annual average price, volatility, 72-hour sales) are extracted and normalized.
  4. A matchScore between 0 and 1 is attached β€” score 1.0 means the slug matched exactly; a matchWarning is added when confidence is below 0.5.
  5. Each product is saved as a single JSON record in Apify's default dataset, exportable as JSON, CSV, or Excel.

You don't need to manage any browsers or scrapers.

Input

{
"productUrls":[
{"url":"https://stockx.com/jordan-1-retro-high-og-chicago-lost-and-found"},
{"url":"https://stockx.com/air-jordan-1-retro-high-bred-toe"}
],
"country":"US",
"currency":"USD",
"maxConcurrency":3,
"maxRequestRetries":6,
"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}
}
FieldTypeDefaultDescription
productUrlsURL[]β€”Required. StockX product URLs (https://stockx.com/<slug>).
countrystring"US"Two-letter ISO country code for pricing locale.
currencystring"USD"ISO currency code (e.g. USD, EUR, GBP).
maxConcurrencyinteger3Number of parallel workers.
maxRequestRetriesinteger6Retry budget per request before skipping.
proxyConfigurationobjectRESIDENTIALApify Proxy or custom proxy list. RESIDENTIAL group recommended.

Output

{
"productId":"9a4d44f9-4b16-4abc-ba58-c0db340ee791",
"urlKey":"air-jordan-1-retro-high-og-chicago-reimagined-lost-and-found",
"title":"Jordan 1 Retro High OG Chicago Lost and Found",
"sources":["graphql","search"],
"matchScore":1.0,
"url":"https://stockx.com/air-jordan-1-retro-high-og-chicago-reimagined-lost-and-found",
"market":{
"lowestAsk":145,
"highestBid":215,
"numberOfAsks":2438,
"numberOfBids":1549,
"lastSale":287,
"salesLast72Hours":24,
"lastSaleChangePercentage":0.0181,
"lastSaleChangeValue":10
},
"graphql":{
"productId":"9a4d44f9-4b16-4abc-ba58-c0db340ee791",
"title":"Jordan 1 Retro High OG Chicago Lost and Found",
"brand":"Jordan",
"market":{
"state":{
"lowestAsk":{"amount":145,"lastUpdatedAt":"2026-05-08T03:57:14Z"},
"highestBid":{"amount":215,"lastUpdatedAt":"2026-04-29T14:47:46Z"},
"lastSale":{"amount":287},
"expressAskCount":192,
"expressLowestAsk":{"amount":196}
},
"statistics":{
"annualAveragePrice":293,
"annualVolatility":0.093861,
"annualSalesCount":5814,
"salesLast72Hours":24
}
},
"traits":[
{"name":"Release Date","value":"2022-11-19"},
{"name":"Colorway","value":"WHITE/BLACK-VARSITY RED"},
{"name":"Style","value":"DZ5485-612"},
{"name":"Retail Price","value":"$180"}
]
},
"searchEdge":{"... search edge node ..."}
}
FieldTypeDescription
productIdstringStockX UUID for the product.
urlKeystringResolved StockX slug (may differ from input if slug was renamed).
titlestringProduct display title.
sourcesstring[]Data sources used, e.g. ["graphql", "search"].
matchScorenumberConfidence that the resolved product matches the input URL (1.0 = exact).
urlstringCanonical StockX product URL.
marketobjectProduct-level headline numbers surfaced flat for quick use: lowestAsk, highestBid, numberOfAsks, numberOfBids, lastSale, salesLast72Hours, and the last-sale change. (No product-level spread β€” at the product level the lowest ask and highest bid come from different sizes; use the Orderbook Scraper for per-size spread.)
graphqlobjectFull market data: state (ask/bid/last sale), statistics, traits, media.
searchEdgeobjectRaw search edge node when available, for additional market signals.

Other StockX Scrapers

ActorWhat it does
StockX Search ScraperSearch keywords or categories; get every result tile with live market data.
StockX Product ScraperFull product detail β€” market snapshot, traits, stats β€” from a list of product URLs.
StockX Orderbook ScraperLive per-size bid/ask orderbook with spread and 72-hour velocity for any product.
StockX Sales History ScraperMulti-bucket sales statistics (annual, 90-day, 72-hour) plus per-size breakdowns.
StockX Release Calendar ScraperUpcoming and recent drops with release dates and pre-release bid/ask signals.

You might also like

StockX Product Details Scraper

ecomscrape/stockx-product-page-details-scraper

The StockX Product Details Scraper extracts detailed product data from StockX, including name, brand, price, rating, image URLs, etc., in structured formats like JSON by providing product details page urls.

ecomscrape

63

StockX Product Search Scraper

ecomscrape/stockx-product-search-scraper

The StockX Product Search Scraper extracts detailed product data from StockX, including name, title, brand, description, condition, market statistics, etc., using search query URLs. This tool is perfect for market research, trend analysis, lead generation, and campaign planning.

ecomscrape

111

StockX Listings Scraper

piotrv1001/stockx-listings-scraper

The StockX Listings Scraper extracts product data from StockX based on search keywords and categories, capturing names, URLs, images, detailed pricing, condition, model, and categoryβ€”ideal for market research and resale analysis.

60

StockX Product Search Scraper (Pay per event)

ecomscrape/stockx-product-search-scraper-ppe

The StockX Product Search Scraper extracts detailed product data from StockX, including name, title, brand, description, condition, market statistics, etc., using search query URLs. This tool is perfect for market research, trend analysis, lead generation, and campaign planning.

ecomscrape

17

StockX Release Calendar Scraper

xtracto/stockx-release-calendar-scraper

Pull every upcoming and recently-released drop on StockX with release dates, pre-release bid/ask hype, and category metadata.

πŸ‘ User avatar

Farhan Febrian Nauval

2

StockX Orderbook Scraper (per-size bid/ask)

xtracto/stockx-orderbook-scraper

Pull the live per-size orderbook (lowest ask, highest bid, spread, last sale, sales-72h) for any StockX product.

πŸ‘ User avatar

Farhan Febrian Nauval

7

StockX Scraper

moving_beacon-owner1/stockx-scraper

Scrapes StockX for sneakers, streetwear, electronics, watches, and collectibles in two modes: Retrieves paginated search/listing pages via Next.js cache. Gets full product details and live pricing, including lowest ask, highest bid, and last sale.

6

StockX Search Scraper

xtracto/stockx-search-scraper

Run keyword searches on StockX and collect every result tile across paginated pages.

πŸ‘ User avatar

Farhan Febrian Nauval

8

StockX Scraper

crawlerbros/stockx-scraper

Scrape StockX, sneakers, apparel, accessories, electronics, collectibles, trading cards. Search by query, brand, or category, fetch by product slug, get prices, last-sale data, and sales history. Multi-currency.

10

StockX Data Scraper

devcake/stockx-data-scraper

Extract real-time StockX product data! Track sneaker prices, get lowest asks,highest bids, sales history & size-specific pricing.