fanatics-collect
Fanatics Collect (ex-PWCC) sold results — weekly/premier auctions and fixed-price sales of sports cards, TCG and memorabilia.
- Discovery:
/sitemap.xml→sitemap/sales-history-{weekly-auction,fixed-price}-N.xml.gz(gzip url sets withlastmod, newest = highest N). - Item pages:
/weekly/<uuid>,/fixed/<uuid>/<slug>— the Next.js RSC payload carriesprefetchedItemData(CollectListing) withcollectSales[{soldDate, soldFor}]. - Records:
saleonly whencollectSalesis non-empty.soldForincludes the 20 % buyer's premium (buyerPremiumIncluded: truefor auctions, hammer =currentBidin metadata). Fixed-price/best-offer →saleType: fixed_price, premiumnull. - Cursor: incremental
{ since }(newest lastmod processed, newest-first walk); backfill{ sitemap, offset, urlsDone }oldest→newest withctx.progress, ends with{ done: true }. - Lookup: item URLs are supported (
urlPatterns). - Smoke:
set -a; . ./.env; set +a; pnpm tsx connectors/api/_g7-auctions-na-lib/smoke.ts api/fanatics-collect --limit 3.