Worn Wear Resale Scraper avatar

Worn Wear Resale Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Worn Wear Resale Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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, sku
  • title, brand (Patagonia)
  • price (resale, USD), retailPrice (estimated original retail, when shown), currency
  • size, condition (Excellent condition / Great condition / Good condition)
  • availablefalse once a unique used item sells
  • category (byCategory mode), tags[], gender
  • imageUrl, images[] — capped at 5
  • productUrl
  • description
  • createdAt, updatedAt — when the listing was created/last updated
  • recordType: "item", scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / byCategory / byProductHandles
searchQuerystringfleece jacketKeyword matched against title/tags/style code (mode=search)
categoryPathselectmens-jacketsOne of 130 curated collections (mode=byCategory)
productHandlesarrayProduct handles or full URLs (mode=byProductHandles)
genderselectallall / Men's / Women's / Kids & Baby / Unisex (products dual-tagged for both Men's and Women's)
conditionselectallall / Excellent condition / Great condition / Good condition
sizestringExact size label, e.g. M, L, 8, 2T
minPriceintDrop items cheaper than this (USD)
maxPriceintDrop items more expensive than this (USD)
inStockOnlybooltrueOnly emit currently-available items
sortByselectdefaultdefault / priceLowToHigh / priceHighToLow
maxItemsint50Hard cap (1–2000)
{
"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.