WGACA Luxury Vintage Resale Scraper avatar

WGACA Luxury Vintage Resale Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
WGACA Luxury Vintage Resale Scraper

WGACA Luxury Vintage Resale Scraper

Scrape What Goes Around Comes Around (WGACA) - a luxury vintage/pre-owned designer resale retailer. Search by brand or keyword, or browse by category (bags, jewelry, accessories, men's). Get product name, brand, price, condition, material, gender, stock status, and images.

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

2 days ago

Last modified

Share

Scrape What Goes Around Comes Around (WGACA) — a well-known luxury vintage and pre-owned designer resale retailer — without any login, API key, or cookies. Search by brand or keyword, or browse by category, to get product name, brand, price, condition, material, gender, stock status, and images.

Data source note

This actor originally targeted a different secondhand-fashion marketplace, but that site's product-search endpoint consistently blocked every automated request regardless of query or filters. Per this project's zero-cost reliability policy, it was replaced with What Goes Around Comes Around (WGACA) — a genuine luxury vintage/pre-owned resale retailer in the same category with a fully public, unauthenticated product catalog.

What this actor does

  • Search mode — free-text search by brand or keyword (e.g. Chanel, Hermes Birkin, Cartier Love bracelet)
  • Browse mode — walk a top-level category: Bags, Accessories, Jewelry & Watches, Men's, or The Edits (curated picks)
  • Server-side refinements — price range, condition, gender, color, and store location filters applied at the source
  • No login, API key, cookies, or paid proxy required — reads WGACA's public product listing pages only
  • Empty fields are omitted — never returned as null or placeholder text

Output per product

  • productId — WGACA's internal product identifier
  • productName — product title/name
  • brand — designer/brand name (e.g. Chanel, Hermes)
  • sourceUrl — direct link to the product page on whatgoesaroundnyc.com
  • imageUrl — primary product image
  • imageUrlSecondary — secondary/alternate product image, when available
  • price — current listed price
  • currency — presentment currency (USD by default)
  • condition — WGACA's condition grade (Pristine, Excellent, Very Good, Good)
  • material — primary material (e.g. Leather, Canvas, Gold)
  • genderWomen or Men, when specified
  • discountAmount — markdown amount off original price, when the item is on sale
  • inStock — boolean stock availability
  • recordType — always "product"
  • scrapedAt — ISO timestamp of when the record was collected

Input

FieldTypeDefaultDescription
modestringsearchsearch (by brand/keyword) or byCategory (browse)
searchQuerystringChanelBrand name or keyword (mode=search)
categorystringbagsbags / accessories / jewelry / Men / the-edits (mode=byCategory)
minPricenumberDrop products priced below this (USD)
maxPricenumberDrop products priced above this (USD)
conditionstringPristine / Excellent / Very Good / Good. Blank = any
genderstringWomen / Men. Blank = any
brandstringNarrow a category browse to one designer (substring match), e.g. Gucci
colorstringServer-side color refinement, e.g. Black, Beige, Gold. Blank = any
locationstringOnly keep products listed under this WGACA store location — Beverly Hills, Online Only, Soho, Wooster. Blank = any
inStockOnlybooleanfalseOnly emit products currently marked in stock
maxItemsinteger30Hard cap on emitted product records (1–300)

Example: search by brand

{
"mode": "search",
"searchQuery": "Hermes Birkin",
"condition": "Excellent",
"maxItems": 50
}

Example: browse a category with price and stock filters

{
"mode": "byCategory",
"category": "bags",
"brand": "Chanel",
"minPrice": 2000,
"maxPrice": 8000,
"inStockOnly": true,
"maxItems": 100
}

Example: color and location refinement

{
"mode": "byCategory",
"category": "jewelry",
"color": "Gold",
"location": "Online Only",
"gender": "Women",
"maxItems": 40
}

Use cases

  • Secondhand/luxury-resale market research and price monitoring
  • Sustainability and resale-trend tracking for designer fashion
  • Competitive pricing research for thrift/consignment resellers
  • Tracking new arrivals and stock changes for specific brands or categories
  • Feeding luxury-resale price data into personal shopping or price-alert tools
  • Building datasets for fashion-resale value and depreciation analysis

FAQ

Do I need to log in or provide an API key? No. This actor reads WGACA's public product listing pages only.

What is WGACA? What Goes Around Comes Around is a long-established luxury vintage and pre-owned designer resale retailer, selling authenticated secondhand items from brands like Chanel, Hermès, Cartier, and Louis Vuitton.

What currency are prices in? Prices reflect WGACA's presentment currency for the request (USD by default on Apify's US datacenter proxy).

Does this include full product descriptions or measurements? This actor returns catalog/listing-level fields (name, brand, price, condition, material, images). Extended product-page copy such as fit notes and full measurements is out of scope.

What does "condition" mean on WGACA listings? WGACA grades each pre-owned item — Pristine, Excellent, Very Good, or Good — reflecting its physical state. This is set by WGACA, not by the actor.

Can I filter to only in-stock items? Yes — set inStockOnly to true to drop sold-out or unavailable products from the results.

Can I search for a specific brand within a category? Yes — in byCategory mode, use the brand field to narrow results to a single designer via substring match (e.g. brand: "Gucci" while browsing Bags).

Does this cover men's items? Yes — use category: "Men" to browse the men's collection, or set gender: "Men" to filter results in search mode.

How many products can I get in one run? Up to 300 per run via maxItems. Run multiple times with different search queries or categories to cover more of the catalog.

Is a proxy required? No — this actor works without any paid proxy or residential IP.