StockX Search Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
StockX Search Scraper
Run keyword searches on StockX and collect every result tile across paginated pages.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Xtractoo
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
4
Monthly active users
3 days ago
Last modified
Categories
Share
Search any keyword or browse any StockX category and export every result as structured JSON — with live ask, bid, and full market statistics on every product tile.
Why use this actor
- No account required — works entirely with public StockX search pages; no login, cookies, or API key needed.
- Stable JSON output — every run produces the same field names, ready for spreadsheets, databases, or downstream pipelines.
- Flexible input — accepts plain keywords (
jordan 1 chicago) or full StockX URLs in the same run. - Deep pagination — crawls up to 50 pages per query and stops automatically when results run out.
- Rich market data per tile — lowest ask, highest bid, last sale, annual average price, volatility, and 72-hour sales velocity included on every row.
- Localized pricing — choose any ship-to country and display currency at run time.
How it works
- You provide one or more search keywords or StockX search/category URLs in the
startUrlsfield. - The actor fetches the first page of results for each query, then walks subsequent pages up to your
maxPagesPerUrllimit. - Each product tile on the page is parsed and saved as a flat JSON record with identity, market state, and statistics fields.
- Pagination stops early when a page returns zero results, keeping your run fast and cost-efficient.
- All records land in Apify's default dataset, exportable as JSON, CSV, Excel, or HTML instantly.
You don't need to manage any browsers or scrapers.
Input
{"startUrls": ["jordan 1 chicago","https://stockx.com/search?s=yeezy+350","https://stockx.com/search?category=sneakers&s=nike"],"maxPagesPerUrl": 3,"country": "US","currency": "USD","maxConcurrency": 3,"maxRequestRetries": 5,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
| Field | Type | Default | Description |
|---|---|---|---|
startUrls | string[] | — | Required. Plain-text keywords or full StockX search/category URLs. |
maxPagesPerUrl | integer | 3 | Pages to crawl per entry (max 50). Stops early when a page returns no results. |
country | string | "US" | Two-letter ISO country code for pricing locale. |
currency | string | "USD" | ISO currency code (e.g. USD, EUR, GBP). |
maxConcurrency | integer | 3 | Number of parallel workers. |
maxRequestRetries | integer | 5 | Retry budget per request before skipping. |
proxyConfiguration | object | RESIDENTIAL | Apify Proxy or custom proxy list. RESIDENTIAL group recommended. |
Output
{"searchLabel": "jordan 1","page": 1,"scrapedAt": "2026-05-30T05:01:29Z","urlKey": "air-jordan-1-retro-low-og-sp-travis-scott-shy-pink","url": "https://stockx.com/air-jordan-1-retro-low-og-sp-travis-scott-shy-pink","isAd": false,"productId": "019b0a03-b142-73e7-b0f9-3cf04d719268","name": "Travis Scott Shy Pink","brand": "Jordan","lowestAsk": 390,"highestBid": 900,"image": "https://images.stockx.com/images/Air-Jordan-1-Retro-Low-OG-SP-Travis-Scott-Shy-Pink-Product.jpg","node": { "... full raw node with market stats, traits, media ..." }}
| Field | Type | Description |
|---|---|---|
searchLabel | string | The keyword or URL that produced this result. |
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. |
productId | string | StockX UUID for the product. |
name | string | Product display name. |
brand | string | Brand (e.g. Jordan, Nike, New Balance). |
lowestAsk | number | Current lowest ask in the selected currency. |
highestBid | number | Current highest bid in the selected currency. |
image | string | Primary product image URL. |
node | object | Full raw node including market statistics, traits, and media. |
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. |