Wethenew Scraper - Sneakers & Streetwear Resale avatar

Wethenew Scraper - Sneakers & Streetwear Resale

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Wethenew Scraper - Sneakers & Streetwear Resale

Wethenew Scraper - Sneakers & Streetwear Resale

Scrape Wethenew.com sneaker & streetwear resale listings. Get product name, brand, style code/SKU, lowest price, per-size availability, retail price, product URL and image. Search by keyword or browse the full catalog. For resale price tracking, sneaker arbitrage and market research.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Wethenew Scraper — Sneakers & Streetwear Resale

Scrape sneaker and streetwear listings from Wethenew.com, Europe's leading sneaker & streetwear resale marketplace. Search by keyword or browse the entire catalog and get clean, structured product data: lowest price, retail price, per-size availability, style code/SKU, images and more.

Great for resale price tracking, sneaker arbitrage, cross-marketplace price comparison (vs GOAT / StockX / Stadium Goods), and market research.

What it does

  • Reads Wethenew's public Shopify product feed (fast JSON, no HTML parsing, no proxy needed).
  • Returns the lowest available price plus per-size availability for every product.
  • Extracts the manufacturer style code / SKU so you can join across marketplaces.
  • Two modes: keyword search (most relevant products) or full-catalog browse.

Input

FieldTypeDescription
searchQuerystringKeyword to search (e.g. jordan 1, yeezy, travis scott, new balance 550). Leave empty to browse the entire catalog.
maxProductsintegerMax products to scrape. 0 = unlimited (whole catalog in browse mode). Keyword search returns up to ~10 most-relevant products. Default 100.
proxyConfigurationobjectProxy settings. The Shopify feed is open, so no proxy is used by default.

Example input

{
"searchQuery": "jordan 1",
"maxProducts": 50,
"proxyConfiguration": { "useApifyProxy": false }
}

Browse the whole catalog:

{ "searchQuery": "", "maxProducts": 0 }

Output

Each dataset item looks like:

{
"name": "Air Jordan 4 Vivid Sulfur",
"brand": "Air Jordan",
"styleCode": "AQ9129-101",
"lowestPrice": 210.00,
"highestPrice": 320.00,
"retailPrice": null,
"currency": "EUR",
"inStock": true,
"availableSizes": ["38 EU - 5.5 US", "40 EU - 7 US", "42 EU - 8.5 US"],
"sizesInStock": 3,
"totalSizes": 30,
"sizes": [
{ "size": "35.5 EU - 3.5 US", "price": 210.00, "available": false, "sku": "AQ9129-101" }
],
"productType": "Sneakers",
"tags": ["Air Jordan", "EXPRESS"],
"image": "https://cdn.shopify.com/s/files/1/2358/2817/files/air-jordan-4-vivid-sulfur3.webp",
"url": "https://wethenew.com/products/air-jordan-4-vivid-sulfur",
"handle": "air-jordan-4-vivid-sulfur",
"productId": 1234567890,
"scrapedAt": "2026-08-10T00:00:00.000Z"
}

Field reference

FieldDescription
nameProduct title
brandBrand / vendor (Air Jordan, Nike, adidas, New Balance, …)
styleCodeManufacturer style code / SKU (join key across marketplaces)
lowestPriceLowest available price (falls back to lowest overall)
highestPriceHighest listed price across sizes
retailPriceReference/retail price when the store sets one (else null)
currencyCurrency code (EUR)
inStockWhether any size is available
availableSizesList of in-stock sizes
sizesInStock / totalSizesAvailability counts
sizesFull per-size breakdown: { size, price, available, sku }
productTypeSneakers / Accessoire / apparel etc.
tagsShopify product tags
imagePrimary product image URL
url / handleProduct page URL and slug

Pricing

This actor is billed pay-per-result: a small fixed fee per product returned plus a tiny actor-start fee. You only pay for the data you get.

Notes

  • Prices are in EUR and reflect the live Wethenew marketplace at scrape time.
  • Sizes are shown in Wethenew's EU/US format (e.g. 42 EU - 8.5 US).
  • This is an unofficial scraper and is not affiliated with Wethenew.