Researches products, prices, sellers, and reviews across 28 major online marketplaces and big-box/specialty retailers (Amazon, eBay, Shopify stores, Shop.app, Target, Costco, Walmart, Nike, Zara, Adidas, Best Buy, Home Depot, Sephora, SHEIN, IKEA, Chewy, and more) using the Crawlora API, returning clean JSON. Use when the user asks to find a product, compare prices or sellers, track listings, or pull marketplace/retailer reviews — instead of scraping store pages.
Coding
resale-secondhand-research
Try itResearches secondhand, resale, and handmade marketplaces via the Crawlora API — Poshmark, Etsy, Vinted, StockX, Mercari, Depop, and Whatnot — returning clean JSON. Use when the user wants to find or compare listings, check a seller/shop, look up sneaker/streetwear resale prices, or research handmade/vintage goods.
What it does
Researches secondhand, resale, and handmade marketplaces via the Crawlora API — Poshmark, Etsy, Vinted, StockX, Mercari, Depop, and Whatnot — returning clean JSON. Use when the user wants to find or compare listings, check a seller/shop, look up sneaker/streetwear resale prices, or research handmade/vintage goods.
The skill document
Resale & secondhand marketplace research
Search listings, sellers, and prices across seven C2C resale, streetwear, and handmade marketplaces as normalized JSON from the Crawlora API — no scraping app storefronts.
When to use this skill
- "Find for sale on " / compare listings.
- "What's this seller's/shop's closet/storefront like?"
- "What's the resale price for these sneakers?" (StockX)
- "Find handmade/vintage " (Etsy).
- "What's live right now?" (Whatnot livestream shopping).
Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at https://crawlora.net.
export CRAWLORA_API_KEY=sk_your_key_here- All requests:
x-api-key: $CRAWLORA_API_KEYagainsthttps://api.crawlora.net/api/v1. Missing/invalid key →401.
How it works
- Poshmark —
/poshmark/search(query) to find listings;/poshmark/listing/{id}for detail;/poshmark/closet/{username}for a seller's storefront;/poshmark/brand/{name}//poshmark/category/{path}to browse. - Etsy —
/etsy/search(q) for listings;/etsy/listing/{id}(+/reviews) for detail;/etsy/shop/search//etsy/shop/{id}(+/listings,/reviews) for a shop's storefront. - Vinted —
/vinted/catalog(search_text) for listings;/vinted/item/{id}for detail;/vinted/member/{id}for a seller;/vinted/brand//vinted/categoryto filter by brand/category id (resolve ids via/vinted/brands//vinted/categories). - StockX —
/stockx/searchrequirescategory(e.g.sneakers,apparel,collectibles;queryis the optional keyword within it) to find aslug, then/stockx/product/{slug}for market data;/stockx/releasesfor upcoming drops. - Mercari —
/mercari/search(query) for listings;/mercari/item/{id}for detail;/mercari/autocompletefor query suggestions. - Depop —
/depop/search(query, plus filters likebrand_ids,condition,price_min/price_max) for listings;/depop/item/{slug}for detail;/depop/shop/{username}for a seller's storefront. - Whatnot —
/whatnot/browserequirescategoryto list live/ upcoming shows;/whatnot/live/{id}for one livestream's detail.
Full endpoint list, methods, and params: reference/endpoints.md.
Calling the API
# Search a marketplace:
scripts/crawlora.sh /poshmark/search query="vintage levis jacket" | jq '.'
scripts/crawlora.sh /etsy/search q="handmade ceramic mug" | jq '.'
scripts/crawlora.sh /vinted/catalog search_text="north face jacket" | jq '.'
# StockX (category required):
scripts/crawlora.sh /stockx/search category=sneakers query="jordan 4" | jq '.'
# Seller/shop lookup:
scripts/crawlora.sh /depop/shop/ | jq '.'
Raw curl fallback:
curl -fsS -H "x-api-key: $CRAWLORA_API_KEY" \
"https://api.crawlora.net/api/v1/mercari/search?query=nintendo%20switch" | jq '.'
Endpoint reference
See reference/endpoints.md for every Poshmark,
Etsy, Vinted, StockX, Mercari, Depop, and Whatnot endpoint this skill uses.
Examples
- Cross-platform price compare: search the same item on Poshmark, Depop, Vinted, and Mercari, then diff asking prices.
- Sneaker resale check:
/stockx/search category=sneakers query="..."→/stockx/product/{slug}for current market price vs. retail. - Seller vetting:
/poshmark/closet/{username}or/depop/shop/{username}before buying, to check listing count and activity. - Handmade sourcing:
/etsy/searchfor a category, then/etsy/shop/{id}/reviewson top shops before ordering a custom piece.
Notes & limits
- Credits / pay-on-success: billed only on
2xx; free tier 2,000 credits/mo. Key at https://crawlora.net. - Public data only — public listing/storefront pages; no purchases or offers are made.
- Security: key lives in
CRAWLORA_API_KEYonly — never hardcode, query-param, or commit it. - StockX and Whatnot require a
categoryon their search/browse endpoints — checkreference/endpoints.mdfor accepted values before calling. - Vinted brand/category filters need numeric ids — resolve via
/vinted/brands//vinted/categoriesfirst if you only have a name.
Related skills
Researches eBay listings, items, and sellers using the Crawlora API, returning clean JSON. Use when the user asks to search eBay, look up an item's details, or vet a seller's reputation and shop listings — instead of scraping eBay pages.
Researches products, prices, brands, and categories on Zalando (the European fashion marketplace) using the Crawlora API, returning clean JSON. Use when the user asks to find a product, browse a category or brand, autocomplete a search, or resolve a Zalando storefront market — instead of scraping Zalando pages.
Researches Fiverr gigs and sellers via the Crawlora API — search gigs by keyword, pull a gig's full detail (packages, pricing tiers, rating, seller summary), and look up a seller's profile — returning clean JSON. Use when the user wants to find freelance gigs, compare gig pricing/packages, or vet a Fiverr seller.
Researches independent Shopify-powered storefronts — products, collections, pages, sitemaps, search suggestions, and product recommendations — using the Crawlora API, returning clean JSON for any store by domain, plus 14 pre-wired DTC brand storefronts (Allbirds, Brooklinen, Cole Haan, Everlane, Fashion Nova, Gymshark, J.Crew, Kylie Cosmetics, Oh Polly, Quince, Rothy's, SKIMS, Steve Madden, The Body Shop). Use when the user asks to audit a Shopify store's catalog, crawl its sitemap, look up a product or collection, or pull search/recommendation data — instead of scraping the store's pages directly.
Etsy shop optimization assistant. Listing SEO, tag selection, pricing strategy, competitor analysis, and shop audits. Encodes Etsy-specific domain expertise that generic AI can't replicate.