Reclo Japan Luxury Resale Listings Scraper avatar

Reclo Japan Luxury Resale Listings Scraper

Pricing

Pay per event

Go to Apify Store
Reclo Japan Luxury Resale Listings Scraper

Reclo Japan Luxury Resale Listings Scraper

RECLO is a leading Japanese authenticated pre-owned luxury marketplace with ZERO

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

Scrapes authenticated pre-owned luxury item listings from RECLO — Japan's major luxury consignment marketplace operated by K-Brand Off (a Komehyo Holdings subsidiary). Extracts product ID, title, brand, price in JPY, RECLO condition rank (N/S/A/B/C), product URL, and primary image URL.

What data does this actor scrape?

FieldDescription
product_idShopify product ID
titleFull item title (Japanese)
brandBrand/vendor (e.g. CHANEL, HERMÈS, ROLEX)
price_jpyAsking price in JPY (integer)
condition_rankRECLO condition grade: N (new), S (like new), A (good used), B, C
product_urlCanonical product page URL
image_urlPrimary product image URL (CDN, no query params)

Use cases

  • Cross-border luxury arbitrage: Compare JP-market asks against The RealReal, Vestiaire Collective, and Fashionphile pricing in USD/EUR.
  • Price tracking: Monitor authenticated pre-owned Hermès, Chanel, and Rolex price trends in the JP market.
  • Inventory research: Find authenticated JP-market luxury supply at RECLO condition grades.

How it works

The actor walks RECLO's Shopify sitemap index (https://reclo.jp/sitemap.xml) to collect product URLs from the product sub-sitemaps, then visits each product page and extracts the embedded Shopify JSON object (present in every server-rendered product page). Condition rank is extracted from the p.rank DOM element. No JavaScript rendering is required.

Input

ParameterTypeDescriptionDefault
maxItemsintegerMaximum number of products to scrape10

Output example

{
"product_id": "7452533096484",
"title": "マトラッセ スモールバニティ チェーンショルダーバッグ キャビアスキン ブラック ゴールド金具 シャネル",
"brand": "CHANEL",
"price_jpy": 396577,
"condition_rank": "S",
"product_url": "https://reclo.jp/products/920422-1",
"image_url": "https://reclo.jp/cdn/shop/products/example.jpg"
}

Notes

  • Titles are in Japanese. Brand names (vendor field) are in ASCII/English.
  • RECLO uses Shopify + Boost AI Search. The collection page grid is JS-hydrated, but individual product pages are fully server-rendered with complete product data.
  • Prices are whole Japanese Yen (no decimal).
  • condition_rank may be null if a product page does not display it (rare).
  • The actor uses a datacenter proxy and respects rate limits automatically.