TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1# european-watch-company — European Watch Company (Boston)23USD dealer asking prices for ~750 pre-owned luxury watches.45- One request per run: `/all` (server-rendered grid) → cards with brand + model title, price, badge (In Stock / New Arrival / Sale Pending), image and `/watch/<slug>-<id>` URL → `listing`.6- `lookup()` reads the product page's schema.org Product (sku, mpn = reference, price, availability, condition).7- Identity: `identifiers.ewc_sku` (the trailing id) + `reference` (Rolex/Patek/AP numeric refs and letter-prefixed codes such as SBGE201G). Category from the brand (`watchCategory`).8- Never sales: 'Sale Pending' stays a listing with `metadata.sale_pending = true`.910Smoke: `pnpm tsx connectors/api/_g9-asia-watch-sneaker-lib/capture.ts european-watch-company --limit 1`.11