TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1# cgc-cards-cert — CGC Cards certificate verification23Verifies CGC Cards (TCG / sports / non-sports) cert numbers against `https://www.cgccards.com/certlookup/<cert>/`4(Firecrawl render of the Cloudflare-challenged public page). One request per known cert.56- `certUrl(cert)` / `certFromUrl(url)` (also accepts the QR form `/CERTLOOKUP/<cert>/0_0/`).7- Output: `catalog_item` (card name, game/sport, set, number, year, language, grade, grade date, holder images,8 `identifiers.cgc_cert`); `population_report` only when CGC shows a number (many cards read "Coming Soon!").9- Category: franchise/sport detected from game + set + name (`pokemon`, `magic_the_gathering`, …), sports brands →10 `sports_cards`, otherwise `trading_cards` with lower confidence.11- Fixtures: `data/fixtures/cgc-cards-cert/` (certs published on a public collector forum) — rebuild with12 `capture.ts cgc-cards-cert lances-charizard=4340250003 not-found=9999999999`.13