Worn Wear Resale Scraper
Pricing
from $3.00 / 1,000 results
Worn Wear Resale Scraper
Scrape Patagonia Worn Wear - Patagonia's official secondhand resale marketplace. Search or browse by category, get resale price, estimated retail price, size, condition, and images for used Patagonia gear.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape Worn Wear — Patagonia's official secondhand resale marketplace for used Patagonia gear. Search by keyword, browse 130 curated collections (by gender and category), or look up specific items by product handle/URL. Get resale price, estimated original retail price, size, used-item condition grade, and images. HTTP-only, no login, no cookies, no proxy required.
Data source note
This actor originally targeted a different resale marketplace, but that site's product-listing API sits behind a Cloudflare interactive bot challenge that could not be solved reliably from a zero-cost datacenter proxy at any tier (plain HTTP, browser-impersonating HTTP, headless Playwright, and headless Camoufox were all tested and all get stuck on the challenge). Per this project's zero-cost reliability policy, it was replaced with Patagonia Worn Wear — a genuine secondhand/resale-fashion marketplace with a fully public, unauthenticated JSON API (standard Shopify storefront endpoints) that returns real, live resale-item data with zero configuration.
What this actor does
- Three modes:
search(keyword),byCategory(130 curated collections),byProductHandles(direct lookup) - Variant-level records: each used item is a unique physical unit — output is one record per size/condition variant, not per product
- Filters: gender/department, condition grade, exact size, min/max resale price, in-stock only, sort order
- Empty fields are omitted
Output per item
productId,variantId,skutitle,brand(Patagonia)price(resale, USD),retailPrice(estimated original retail, when shown),currencysize,condition(Excellent condition/Great condition/Good condition)available—falseonce a unique used item sellscategory(byCategory mode),tags[],genderimageUrl,images[]— capped at 5productUrldescriptioncreatedAt,updatedAt— when the listing was created/last updatedrecordType: "item",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byCategory / byProductHandles |
searchQuery | string | fleece jacket | Keyword matched against title/tags/style code (mode=search) |
categoryPath | select | mens-jackets | One of 130 curated collections (mode=byCategory) |
productHandles | array | – | Product handles or full URLs (mode=byProductHandles) |
gender | select | all | all / Men's / Women's / Kids & Baby / Unisex (products dual-tagged for both Men's and Women's) |
condition | select | all | all / Excellent condition / Great condition / Good condition |
size | string | – | Exact size label, e.g. M, L, 8, 2T |
minPrice | int | – | Drop items cheaper than this (USD) |
maxPrice | int | – | Drop items more expensive than this (USD) |
inStockOnly | bool | true | Only emit currently-available items |
sortBy | select | default | default / priceLowToHigh / priceHighToLow |
maxItems | int | 50 | Hard cap (1–2000) |
Example: search
{"mode": "search","searchQuery": "down jacket","maxItems": 50}
Example: browse women's fleece, cheapest first
{"mode": "byCategory","categoryPath": "womens-fleece","sortBy": "priceLowToHigh","maxItems": 50}
Example: lookup specific items
{"mode": "byProductHandles","productHandles": ["ws-cord-fjord-jkt_20335_dvl", "https://wornwear.patagonia.com/products/ms-triolet-jkt_83403_clmb"]}
Use cases
- Resale price tracking — monitor used-Patagonia pricing vs. retail across categories
- Sustainability research — measure secondhand availability and condition mix by category
- Deal alerts — build a notifier for specific sizes/conditions coming into stock
- Market research — for resale/re-commerce platforms benchmarking a brand-run resale program
- Inventory feeds — power a curated secondhand-outdoor-gear storefront or aggregator
FAQ
What's Worn Wear? Patagonia's official trade-in and resale program: customers trade in used Patagonia gear for store credit, and Patagonia resells inspected, cleaned items at wornwear.patagonia.com.
Is every item unique? Yes — each variant (a specific size + condition combination) represents exactly one physical used garment. Once it sells, available flips to false and the SKU won't restock.
What do the condition grades mean? Excellent condition (like new), Great condition (light wear), Good condition (visible wear but fully functional) — Patagonia's own inspection grading.
Why is retailPrice sometimes missing? It's only included when Worn Wear shows a compare_at_price distinct from the resale price (i.e., an estimated original retail reference).
Do I need to log in? No — all search, category, and product-lookup endpoints used here are public.
Is pricing in USD? Yes — wornwear.patagonia.com prices are in USD.
How fresh is the data? Live — each run reads the current catalog directly from wornwear.patagonia.com.