CGC Cards Population Scraper - Census / Grade Data avatar

CGC Cards Population Scraper - Census / Grade Data

Pricing

from $15.00 / 1,000 results

Go to Apify Store
CGC Cards Population Scraper - Census / Grade Data

CGC Cards Population Scraper - Census / Grade Data

Scrape the CGC Cards Population Report: how many trading cards are graded at each CGC grade. Look up any sport, TCG, set or card and get per-card grade breakdowns (Perfect/Pristine/Gem Mint 10 down to 1, plus Authentic) with total population, gem rate, year, card number and variety.

Pricing

from $15.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

CGC Cards Population Scraper — Census / Grade Data

Get CGC Cards population report (census) data — how many trading cards are graded at each CGC grade — for any sport, trading-card game (TCG), set, or card. For every card (year, card number, variety) it returns the full grade breakdown, from CGC Perfect 10 / Pristine 10 / Gem Mint 10 down through 9.5, 9, 8.5 … 1, plus Authentic designations, the total graded population, and a computed gem rate.

Great for card dealers, collectors, registry-set builders, price-guide makers, grading-arbitrage analysts, and anyone studying rarity and grade distribution.

What you get

For each card in a set:

FieldDescription
subjectPlayer / character / subject, e.g. Charizard, Mickey Mantle
categorySport or TCG (e.g. Pokémon, Baseball)
setSet / group (e.g. Base Set - 1st Edition - English)
year, cardNumber, variety, rarityCard attributes (variety = Holo, Reverse Holo, etc.)
populationByGradeObject mapping grade label → count, e.g. { "CGC Gem Mint 10": 12, "9.5": 9, "9": 27, ... } — only non-zero grades are included
totalPopTotal cards graded for this card
gemRateShare of the population in the top tiers (Gem Mint 10 / Pristine 10 / Perfect 10)
listingUrlLink to the CGC Cards population page for the set
cardId, populationIdCGC identifiers

Input

Navigate the census the same way the CGC Cards website does: Vertical → Category → Set Family → Set.

{
"vertical": "trading-cards",
"category": "Pokémon",
"set": "Base Set",
"maxResults": 1000
}
FieldDescription
verticalsports-cards, trading-cards, or non-sports-cards. Blank = auto-detect from category
categorySport or TCG (e.g. Baseball, Pokémon, Magic: The Gathering). Blank = first category
setFamilySet family / era (e.g. Original Series, 2020-Present). Blank = all set families
setSet name filter (substring). Blank = all sets in the set family
groupIdAdvanced: scrape one set directly by its CGC research group ID (pair with vertical)
maxResultsMax card rows (0 = unlimited). Default 1000
maxSetsMax number of sets to scrape (0 = unlimited)
proxyConfigurationRESIDENTIAL proxy is used by default (CGC blocks datacenter IPs)

Examples

Scrape one specific set directly:

{ "groupId": 16990, "vertical": "trading-cards" }

All Baseball cards from 2020-present:

{ "vertical": "sports-cards", "category": "Baseball", "setFamily": "2020-Present" }

Notes

  • Data comes from CGC Cards' public population report. Use the residential proxy (default) — CGC blocks datacenter IPs.
  • populationByGrade only lists grades with a non-zero count, keeping output compact.
  • CGC grade scale: Perfect 10, Pristine 10, Gem Mint 10, half-point grades 9.5 → 1, plus Authentic and Authentic Altered.