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%
944 B · 10 lines markdown
Rendered Raw Blame History
1# kuenker — Künker hammer prices23Fritz Rudolf Künker, Osnabrück — Europe's largest coin auction house; every past lot keeps a static product page with estimate and hammer price (EUR).45- **Engine**: `api` (static HTML), Firecrawl fallback. Discovery through `sitemap.xml` → `sitemap-products-<n>.xml` (29 × 25 000 URLs). `/widgets/` (JS listings) is robots-disallowed and never used.6- **Flow**: cursor `{ sitemapIndex, urlIndex }` → `lotsPerRun` lot pages per run → one raw record per lot page.7- **Records**: `sale` when a hammer price is printed (`buyerPremiumIncluded=false`), sale date = date on the page, estimate/mint/rarity/references in metadata, grade + certification from the Condition property (PCGS/NGC slab `(pcgs#.grade/cert)`), `identifiers.kuenker_product_id`, `pcgs_number`, `<grader>_cert`.8- **Lookup**: any `kuenker.de/<slug>/<id>` URL via `seeds`.9- **Smoke**: `pnpm tsx connectors/api/kuenker/_smoke.ts 2`10