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%
2.3 KB · 38 lines json
Raw Blame History
1{2  "id": "cgc-cert",3  "displayName": "CGC Comics cert verification",4  "sourceId": "cgc",5  "sourceName": "CGC (Certified Guaranty Company) — Comics",6  "sourceType": "grading_company",7  "sourceUrl": "https://www.cgccomics.com/certlookup/",8  "module": "firecrawl/cgc-cert",9  "enginePriority": ["firecrawl", "scrapfly"],10  "categories": ["comics", "marvel_comics", "dc_comics", "independent_comics", "manga"],11  "regions": ["US"],12  "languages": ["en"],13  "currency": ["USD"],14  "supportsListings": false,15  "supportsSold": false,16  "supportsAuctions": false,17  "supportsImages": true,18  "supportsCatalog": true,19  "supportsPopulation": true,20  "supportsLookup": true,21  "capabilities": ["cert_lookup", "grading_population", "catalog", "url_lookup", "images"],22  "refreshFrequencyMinutes": 10080,23  "priority": "high",24  "trustScore": 0.95,25  "attributionRequired": true,26  "termsUrl": "https://www.cgccomics.com/terms-of-use/",27  "acquisitionMethod": "Firecrawl render of the public cert page (Scrapfly fallback)",28  "historicalDepth": "none",29  "accessNotes": "Reads ONLY the public 'Verify CGC Certification' page https://www.cgccomics.com/certlookup/<cert>/ (the short form https://www.cgccomics.com/<cert>/ is accepted by lookup) for cert numbers supplied as seeds, config.certs or lookup(); no enumeration. cgccomics.com/robots.txt (200 to our bot) only disallows a list of named scrapers and allows everything else; the site answers plain HTTP on /certlookup with a Cloudflare managed-challenge 403, so the page is rendered with Firecrawl (1 credit) with Scrapfly fallback — the public page any visitor sees, no login (CGC states the lookup is free and needs no account). Fields read: cert, title, issue, issue date/year, publisher, grade, page quality, grade date, label category, art/key comments, grader notes, and the on-page 'Total Graded by CGC: In <grade>: n / In Higher Grades: m' counts (emitted as a partial population_report, population_scope=grade_and_higher). Deliberately NOT fetched: the CGC Census / population report pages (login-gated), registry pages and grader-notes that require a paid membership. A not-found cert yields zero records.",30  "enabled": true,31  "schemaVersion": "1.0",32  "config": {33    "grader": "cgc",34    "certs": ["1134755001", "3727616007"],35    "maxPerRun": 5036  }37}38