# chairish — Chairish vintage design marketplace (listings) Reads the schema.org `Product` JSON-LD array embedded in Chairish browse pages (`/collection/`, `/style/`, `?page=N`, 48 per page): name, images, brand, color, material, dimensions, Offer (USD price, availability, condition, category path, seller city/country). - One raw record per page, one `listing` per product (asking prices, never sales). - Category: seed vertical + offer category + title → `design_furniture` / `antiques` / `porcelain` / `glass_crystal` / `silver` / `clocks` / `art` / `jewelry` / watch brand / `luxury_handbags`; rugs and textiles skipped. - Cursor `{seedIndex, page}` rotates seeds between runs; `lookup()` handles `/product//…` URLs. - Identifier: `chairish_product_id`.