stockx

Scrape StockX sneaker leaderboards with a real Chrome session and output structured JSON.

5|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/AgentComputerAI/torch --skill stockx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stockx
Source: https://github.com/AgentComputerAI/torch/tree/main/skills/sites/stockx
Command: npx skills add https://github.com/AgentComputerAI/torch --skill stockx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

StockX blocks standard HTTP requests with Cloudflare, making it difficult to collect product information from listing pages.

Core Features & Use Cases

  • Detect Cloudflare protection and switch to a real Chrome session via the debugging port.
  • Navigate to StockX sneaker leaderboards and extract each product tile’s details directly from the DOM.
  • Provide structured JSON output containing rank, title, URL, price, shipping flag, and image for further analysis or integration.

Quick Start

Ask Torch to scrape the StockX most‑active sneakers page and return the product data as JSON.

Frequently Asked Questions about stockx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape StockX product data when Cloudflare is blocking standard requests?

To scrape StockX product data past Cloudflare blocks, you can use a real Chrome session via the debugging port to bypass challenges and extract product details directly from the DOM.

Can I extract sneaker leaderboard rankings and lowest ask prices from StockX?

Yes, you can extract sneaker leaderboard rankings and lowest ask prices by navigating to StockX listing pages and pulling each product tile's rank, title, URL, and price directly from the DOM.

What is the best way to bypass Cloudflare protection when scraping e-commerce listings?

The best way to bypass Cloudflare protection when scraping e-commerce listings is to detect the challenge and switch to a real Chrome session via the debugging port to render the page normally.

Does scraping StockX with real Chrome require external browser automation dependencies?

Scraping StockX with real Chrome does not require external dependencies, as it operates by connecting to a real Chrome session through the debugging port to navigate pages and extract DOM data.

What specific product details can I retrieve when scraping StockX sneaker releases?

When scraping StockX sneaker releases, you can retrieve each product tile's rank, title, URL, lowest ask price, image, and shipping flag, returning the data as structured JSON for analysis.

Why does my HTTP request fail when trying to collect StockX product information?

Your HTTP request fails because StockX actively blocks standard requests with Cloudflare protection, requiring a real Chrome session to bypass the challenge and access the listing page DOM.