StockX Release Calendar Scraper
Pricing
from $3.00 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
- You select one or more categories (e.g.
sneakers,apparel) in thecategoriesfield. - The actor fetches the upcoming-releases page for each category, then walks subsequent pages up to your
maxPagesPerCategorylimit. - Each product tile is parsed and saved as a JSON record with release date, pre-release bid/ask, traits, and media.
- Pagination stops early when a page returns no items, keeping the run efficient.
- 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"] }}
| Field | Type | Default | Description |
|---|---|---|---|
categories | string[] | ["sneakers"] | Required. One or more of: sneakers, apparel, electronics, accessories, collectibles, shoes, trading-cards. |
maxPagesPerCategory | integer | 3 | Pages to crawl per category (max 50). Stops early when a page returns no items. |
maxConcurrency | integer | 2 | Number of parallel workers. |
maxRequestRetries | integer | 6 | Retry budget per request before skipping. |
proxyConfiguration | object | RESIDENTIAL | Apify 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" }]}}
| Field | Type | Description |
|---|---|---|
category | string | The category this record was scraped from (e.g. sneakers). |
page | integer | Page number this tile was found on. |
scrapedAt | string | ISO 8601 timestamp of when the record was collected. |
urlKey | string | StockX slug — use to build the product URL or feed other actors. |
url | string | Full StockX product URL. |
isAd | boolean | true if StockX marked this tile as a promoted listing. |
node | object | Full raw node: product ID, title, brand, market state (pre-release ask/bid), and traits array including release date and retail price. |
Other StockX Scrapers
| Actor | What it does |
|---|---|
| StockX Search Scraper | Search keywords or categories; get every result tile with live market data. |
| StockX Product Scraper | Full product detail — market snapshot, traits, stats — from a list of product URLs. |
| StockX Orderbook Scraper | Live per-size bid/ask orderbook with spread and 72-hour velocity for any product. |
| StockX Sales History Scraper | Multi-bucket sales statistics (annual, 90-day, 72-hour) plus per-size breakdowns. |
| StockX Release Calendar Scraper | Upcoming and recent drops with release dates and pre-release bid/ask signals. |