# miller-miller — Miller & Miller Auctions (Canada) Auction Mobility site `live.millerandmillerauctions.com`. Auction ids come from `/sitemap/auctions.xml`; each catalog page `/auctions/[/]?page=N` (36 lots) embeds the lot summaries as JSON in the server-rendered HTML (`"type":"auction-lot-summary"`), so no API call or rendering is needed. - **Sales**: lots with `status: "sold"` → `price` = winning timed bid (hammer, CAD, `buyerPremiumIncluded: false`; the 21 % in-house premium is kept in metadata), `saleDate` = auction effective end time. - **Auction lots**: upcoming/live catalogs → estimates and current bid. - Categories from the sale department (`millerCategory`): sports cards, petroliana/advertising, coin-op, toys, watches/jewellery, coins/banknotes, folk art, Canadiana/decoys, books/postcards. Firearms are excluded. - Politeness: robots `Crawl-delay: 10` honoured (10 s between requests). Cursor: `finished` map of closed auction ids; open auctions are revisited each run; backfill sets `done: true` when every sitemap auction is closed. Probe/capture: `pnpm tsx connectors/api/_g7-auctions-na-lib/smoke.ts api/miller-miller --seed https://live.millerandmillerauctions.com/auctions/`.