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

7

Total users

4

Monthly active users

3 days ago

Last modified

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

  1. You provide one or more search keywords or StockX search/category URLs in the startUrls field.
  2. The actor fetches the first page of results for each query, then walks subsequent pages up to your maxPagesPerUrl limit.
  3. Each product tile on the page is parsed and saved as a flat JSON record with identity, market state, and statistics fields.
  4. Pagination stops early when a page returns zero results, keeping your run fast and cost-efficient.
  5. 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"] }
}
FieldTypeDefaultDescription
startUrlsstring[]Required. Plain-text keywords or full StockX search/category URLs.
maxPagesPerUrlinteger3Pages to crawl per entry (max 50). Stops early when a page returns no results.
countrystring"US"Two-letter ISO country code for pricing locale.
currencystring"USD"ISO currency code (e.g. USD, EUR, GBP).
maxConcurrencyinteger3Number of parallel workers.
maxRequestRetriesinteger5Retry budget per request before skipping.
proxyConfigurationobjectRESIDENTIALApify 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 ..." }
}
FieldTypeDescription
searchLabelstringThe keyword or URL that produced this result.
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.
productIdstringStockX UUID for the product.
namestringProduct display name.
brandstringBrand (e.g. Jordan, Nike, New Balance).
lowestAsknumberCurrent lowest ask in the selected currency.
highestBidnumberCurrent highest bid in the selected currency.
imagestringPrimary product image URL.
nodeobjectFull raw node including market statistics, traits, and media.

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.