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%
1.1 KB

# clean-sweep — Clean Sweep Auctions (past results)

Sports cards & memorabilia house (Port Washington, NY). Source: the public archive on www.cleansweepauctions.com.

  • /past-auctions → one page per closed monthly auction (April 2008 → present).
  • /past-auctions/<month-year>?page=N → 50 lot links per page.
  • /past-auctions/<month-year>/<slug> → Winning bid: $X (hammer; a 22 % buyer's premium is added by the house → buyerPremiumIncluded: false).

One request per lot (2 s politeness). saleDate = first day of the auction month with metadata.sale_date_precision = "month" because the archive gives no closing date. Cursor { doneMonths, current: { month, page, index } } resumes mid-month; incremental runs finish the newest pending month, backfill walks newest → oldest and ends with done: true. The live auction host marketplace.cleansweepauctions.com is not crawled.

Tests: pnpm vitest run connectors/api/clean-sweep. Live smoke / fixture capture: pnpm tsx connectors/api/_g7-auctions-na-lib/smoke.ts api/clean-sweep --capture lot --limit 3.