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%
933 B · 10 lines markdown
Rendered Raw Blame History
1# corinphila — Corinphila Auctions stamp hammer prices23Zürich stamp auction house; static archive (c4ms) of auctions 12–28 (2016–2024) with hammer prices in CHF.45- **Engine**: `api` (static HTML), 10 s politeness (robots Crawl-Delay 10), ≤ 20 pages per run.6- **Flow**: archive list → auction overview (`c4msEnv.auctionData` JSON: currency, dates, status; catalogue parts with lot counts) → lot lists `…&action=showLots&auctionID=N&catalogPart=P&show_all_lots=1&page=K` (100 lots/page).7- **Records**: `sale` per sold lot — hammer CHF (`buyerPremiumIncluded=false`), starting bid in metadata, sale date = auction start date, country label → ISO where known, `identifiers.corinphila_lot = <auctionId>/<lotNo>`; "not sold" lots skipped.8- **Cursor**: `{ doneAuctions, inProgress: { auction, parts, partIndex, page }, done }`.9- **Not fetched**: live catalogue on auction.corinphila.ch (JS/ajax), PDF result lists.10