OrbTop

Brandear Japan Luxury Buyback Price Database Scraper

ECOMMERCE

Brandear Japan Luxury Buyback Price Database Scraper

Scrapes Brandear's past-appraisal (過去査定) price database — the buy-side comp for Japan's luxury resale market. Returns brand, model number (型番), product name, buyback price (JPY), appraisal date, and image for every authenticated luxury item in Brandear's kakosatei archive.

What it does

Brandear (ブランディア) is one of Japan's largest luxury goods buy-back operators. Their kakosatei (past appraisal) database publishes the actual price the trade PAYS for authenticated luxury items, indexed by model number (型番).

This actor scrapes the full archive of ~11,000+ model-number pages, extracting every individual appraisal record with price, date, and product details.

Use cases:

  • Luxury arbitrage: compare buy-side (Brandear 査定) vs sell-side (RECLO, The RealReal) prices by model number
  • Price history research for authenticated luxury goods
  • Market data for brands including Louis Vuitton, Chanel, Hermès, Rolex, Cartier, and more

Output

Each record is one individual appraisal transaction:

Field Type Description
brand string Luxury brand name (e.g. ルイヴィトン)
model_number string Model/reference number (型番), e.g. M80020
product_name string Product name (商品名)
buyback_price_jpy integer Buyback price in JPY
appraisal_date string Date of appraisal (YYYY-MM-DD)
record_url string URL of the individual appraisal record
image_url string Product image URL

Example record:

{
  "brand": "ルイヴィトン",
  "model_number": "M80020",
  "product_name": "1995年ヴィトンカップ ボストンバッグ",
  "buyback_price_jpy": 31000,
  "appraisal_date": "2023-03-01",
  "record_url": "https://brandear.jp/kakosatei/shouhin/36987296",
  "image_url": "https://image5.brandear.jp/image1/00230/36987296_1.jpg"
}

Input

Field Type Default Description
maxItems integer 10 Maximum number of appraisal records to return. Leave blank (or 0) for all records.

For a full archive crawl, omit maxItems or set to 0. The full dataset contains tens of thousands of records across ~11,000 model-number pages.

Notes

  • Source: brandear.jp/kakosatei/katabanlist — the complete model-number archive
  • Language: All text output is in Japanese (brand names, product names)
  • Rate: Moderate rate limiting applied; full crawl takes several hours
  • No proxy required: Direct Chrome TLS fingerprint fetch clears the site's anti-bot gate