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

9 hours ago

Last modified

Share

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

What you can do with it

  • Drop prioritization — rank tomorrow's releases by pre-release highest bid to decide which drops are worth targeting.
  • Resell allocation — combine releaseDate with pre-release ask/bid to plan inventory ahead of time.
  • Hype detectionpreReleaseHighestBid on items with days until release > 0 is a clean leading indicator of demand.
  • Content & editorial — power "Drops This Week" newsletters, calendars, and apps with fresh structured data.
  • Cross-channel alerts — trigger notifications when an upcoming item crosses a price threshold before release.

Features

  • 7 categories supported: sneakers, apparel, electronics, accessories, collectibles, shoes, trading-cards.
  • Pagination — crawls up to N pages per category; stops early when a page has no items.
  • Per-release data (20+ fields):
    • Identity: productId, uuid, urlKey, url, title, brand, model, gender, primaryCategory, productCategory.
    • Release timing: releaseDate (ISO yyyy-mm-dd), daysUntilRelease (negative for already-released items).
    • Pre-release demand: preReleaseHighestBid, preReleaseLowestAsk, annualAveragePrice, annualSalesCount.
    • Traits: full traits map including colorway, style ID, retail price.
    • Media: image, thumbUrl.
  • Default Dataset output — JSON / CSV / Excel / RSS / HTML export.

Input

{
"categories": ["sneakers", "apparel"],
"maxPagesPerCategory": 3,
"maxConcurrency": 2,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
categoriesstring[]One or more of: sneakers, apparel, electronics, accessories, collectibles, shoes, trading-cards.
maxPagesPerCategoryintPages per category (default 3).
maxConcurrencyintParallel category workers (default 2).
maxRequestRetriesintPer-request retry budget (default 6).
proxyConfigurationproxyApify Proxy or custom list.

Sample Output

{
"category": "sneakers",
"page": 1,
"urlKey": "nike-air-max-1-86-og-big-bubble-sport-red",
"url": "https://stockx.com/nike-air-max-1-86-og-big-bubble-sport-red",
"isAd": false,
"scrapedAt": "2026-05-09T10:05:17Z",
"sourceUrl": "https://stockx.com/releases/upcoming?category=sneakers",
"node": {
"productId": "3b7a2e14-f8c9-4d5a-b3e7-9c0f2d8a1b46",
"title": "Nike Air Max 1 '86 OG Big Bubble Sport Red",
"brand": "Nike",
"model": "Air Max 1",
"gender": "men",
"primaryCategory": "Nike",
"productCategory": "sneakers",
"market": {
"state": {
"lowestAsk": { "amount": 185 },
"highestBid": { "amount": 138 }
}
},
"traits": [
{ "name": "Release Date", "value": "2026-05-17" },
{ "name": "Colorway", "value": "SPORT RED/WHITE-SPORT RED" },
{ "name": "Retail Price", "value": "$150" }
]
}
}

Notes

  • daysUntilRelease is computed at scrape time relative to UTC.
  • Public data only — no StockX account required.