StockX Search Scraper avatar

StockX Search Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
StockX Search Scraper

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

Xtractoo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

StockX Search & Browse Scraper

Search any keyword or browse any StockX category and export every result tile — with live ask/bid/last-sale and full market statistics on every hit.

What you can do with it

  • Resell intelligence — find which products surface for trending keywords along with their live lowest ask, highest bid, and last sale price.
  • Market screening — filter the entire Jordan 1 universe by annual average price, volatility, or 72-hour sales velocity in a single run.
  • Drop monitoring — detect newly indexed products within minutes of a release going live on StockX.
  • Portfolio benchmarking — snapshot an entire keyword universe daily with current prices and statistics.
  • Trend research — quantify which brands and silhouettes dominate a search term, with sales velocity per item.

Features

  • Flexible input — enter plain keywords (jordan 1 chicago) or full StockX URLs (https://stockx.com/search?s=yeezy+350). Both are supported in the same run.
  • Pagination — crawls up to 25 pages per query; stops early when a page returns no results.
  • Rich per-tile data — every row includes:
    • Identity: urlKey, title, brand, model, gender, condition, primaryCategory.
    • Live market: lowestAsk, highestBid, lastSale, expressAskCount, expressLowestAsk.
    • Statistics: annualAveragePrice, annualVolatility, annualSalesCount, salesLast72Hours, last90DaysAveragePrice, last90DaysSalesCount.
    • Traits: releaseDate, colorway, styleId, retailPrice.
    • Media: image, thumbUrl.
  • Localized output — choose ship-to country and display currency at run time.
  • Resilient — automatic retry and proxy rotation handles transient blocks.
  • Default Dataset output — JSON / CSV / Excel / RSS / HTML export.

Input

{
"startUrls": [
"jordan 1 chicago",
"yeezy 350 v2",
"https://stockx.com/search?s=travis+scott&category=sneakers"
],
"country": "US",
"currency": "USD",
"maxPagesPerUrl": 3,
"maxConcurrency": 3,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
startUrlsstring[]Keywords or full StockX search/category URLs.
countrystringTwo-letter ISO country code (default US).
currencystringISO currency code (default USD).
maxPagesPerUrlintPagination depth per entry (default 3, max 25).
maxConcurrencyintParallel workers (default 3).
proxyConfigurationproxyApify Proxy or custom list. RESIDENTIAL recommended.

Sample Output

{
"searchLabel": "s:jordan 1 chicago",
"page": 1,
"urlKey": "air-jordan-1-retro-high-og-chicago-reimagined-lost-and-found",
"url": "https://stockx.com/air-jordan-1-retro-high-og-chicago-reimagined-lost-and-found",
"isAd": false,
"scrapedAt": "2026-05-09T08:14:22Z",
"node": {
"productId": "9a4d44f9-4b16-4abc-ba58-c0db340ee791",
"title": "Jordan 1 Retro High OG Chicago Lost and Found",
"brand": "Jordan",
"model": "Jordan 1 Retro High OG",
"gender": "men",
"condition": "New",
"primaryCategory": "Air Jordan",
"market": {
"state": {
"lowestAsk": { "amount": 147 },
"highestBid": { "amount": 210 },
"lastSale": { "amount": 287 }
},
"statistics": {
"annualAveragePrice": 293,
"annualVolatility": 0.093861,
"annualSalesCount": 5814,
"salesLast72Hours": 24,
"last90DaysAveragePrice": 278,
"last90DaysSalesCount": 1138
}
}
}
}

Notes

Public search results only — no StockX account required.