SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
927 B · 11 lines markdown
Rendered Raw Blame History
1# noble-numismatics — Noble Numismatics prices realised23Australia's main numismatic auction house (Sydney). Every sale since Sale 44 (March 1994) publishes one static prices-realised page listing all lots.45- **Engine**: plain HTTPS (`api`), Firecrawl fallback; robots fully permissive.6- **Flow**: `/auctions` (past sales with dates) → `/auctions/sale/<n>/prices-realised` (one page, 2 000–3 500 rows) → raw records of 250 lots each.7- **Records**: `sale` per sold lot — AUD hammer price (`buyerPremiumIncluded=false`, the page states that prices exclude buyer and vendor premiums), sale date = first day of the sale, grading sentence kept as `condition.conditionRaw`, `identifiers.noble_lot`, `isBundle` for multiple-piece lots "(4)".8- **Cursor**: `{ doneSales, done }`; backfill walks all sales newest → oldest.9- **Config**: `salesPerRun`.10- **Smoke**: `pnpm tsx connectors/api/noble-numismatics/_smoke.ts 1`11