StockX Release Calendar Scraper avatar

StockX Release Calendar Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
StockX Release Calendar Scraper

StockX Release Calendar Scraper

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

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Xtractoo

Xtractoo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pull every upcoming and recently-released drop from StockX across any category — with release dates, pre-release bid/ask signals, retail price, and full product metadata in structured JSON.

Why use this actor

  • No account required — reads public StockX release pages; no login or API key needed.
  • All 7 categories in one run — sneakers, apparel, electronics, accessories, collectibles, shoes, and trading cards can be collected together in a single job.
  • Pre-release demand signals — each drop includes the current lowest ask and highest bid even before the item releases, letting you gauge hype ahead of time.
  • Stable JSON output — consistent field names across every run, ready for newsletters, price-alert apps, or resell research tools.
  • Deep pagination — crawls up to 50 pages per category and stops automatically when results run out.
  • Localized pricing — configure proxy region to get market-specific pricing for any country.

How it works

  1. You select one or more categories (e.g. sneakers, apparel) in the categories field.
  2. The actor fetches the upcoming-releases page for each category, then walks subsequent pages up to your maxPagesPerCategory limit.
  3. Each product tile is parsed and saved as a JSON record with release date, pre-release bid/ask, traits, and media.
  4. Pagination stops early when a page returns no items, keeping the run efficient.
  5. All records land in Apify's default dataset, exportable as JSON, CSV, or Excel.

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

Input

{
"categories": ["sneakers", "apparel"],
"maxPagesPerCategory": 3,
"maxConcurrency": 2,
"maxRequestRetries": 6,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDefaultDescription
categoriesstring[]["sneakers"]Required. One or more of: sneakers, apparel, electronics, accessories, collectibles, shoes, trading-cards.
maxPagesPerCategoryinteger3Pages to crawl per category (max 50). Stops early when a page returns no items.
maxConcurrencyinteger2Number of parallel workers.
maxRequestRetriesinteger6Retry budget per request before skipping.
proxyConfigurationobjectRESIDENTIALApify Proxy or custom proxy list. RESIDENTIAL group recommended.

Output

{
"category": "sneakers",
"page": 1,
"scrapedAt": "2026-05-30T04:37:54Z",
"urlKey": "air-jordan-4-retro-toro-bravo-2026",
"url": "https://stockx.com/air-jordan-4-retro-toro-bravo-2026",
"isAd": false,
"node": {
"id": "9acafeb5-bc4a-4d66-bc3a-4899d2e64775",
"title": "Jordan 4 Retro Toro Bravo 2026",
"brand": "Jordan",
"traits": [
{ "name": "Release Date", "value": "2026-06-07" },
{ "name": "Retail Price", "value": "225" }
]
}
}
FieldTypeDescription
categorystringThe category this record was scraped from (e.g. sneakers).
pageintegerPage number this tile was found on.
scrapedAtstringISO 8601 timestamp of when the record was collected.
urlKeystringStockX slug — use to build the product URL or feed other actors.
urlstringFull StockX product URL.
isAdbooleantrue if StockX marked this tile as a promoted listing.
nodeobjectFull raw node: product ID, title, brand, market state (pre-release ask/bid), and traits array including release date and retail price.

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.