SGC Pop Report Scraper - Graded Card Population Data avatar

SGC Pop Report Scraper - Graded Card Population Data

Pricing

from $15.00 / 1,000 results

Go to Apify Store
SGC Pop Report Scraper - Graded Card Population Data

SGC Pop Report Scraper - Graded Card Population Data

Get SGC (Sportscard Guaranty) graded card population data for an entire set. Full grade breakdown: Authentic, 1-10 with half grades, Gem Mint 10, and Pristine 10 (gold label). Covers baseball, basketball, football, hockey, soccer, Pokemon, and vintage T205/T206 tobacco cards.

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

5 days ago

Last modified

Categories

Share

SGC Pop Report Scraper — Graded Card Population Data

Get SGC (Sportscard Guaranty Company) graded-card population data for an entire set in one run. SGC is one of the top trading-card grading companies, and its Pop Report tracks how many copies of each card exist at each grade.

Returns a structured, per-card grade breakdown including SGC's full scale:

  • Pristine 10 (the "gold label" top tier)
  • Gem Mint 10
  • Numeric grades 1 – 9.5 with half grades
  • Authentic (cards graded but not numerically scored)
  • Cumulative "population at grade or higher" counts
  • A computed Gem Rate % (share graded Gem 10 / Pristine 10)

Covers Baseball, Basketball, Football, Hockey, Soccer, Boxing, Golf, Non-Sport, Pokemon, Racing, Tennis, Wrestling — plus the vintage T205 / T206 tobacco-card master pops.

Input

FieldDescription
cardSetExact SGC set name (e.g. 1986-87 Fleer, 1952 Topps). Recommended.
sportThe set's sport/category. SGC requires this for set lookups. If blank, common sports are tried automatically.
masterPopt206 or t205 — pull the full vintage tobacco master pop (thousands of cards).
searchQueryPartial set-name search. reCAPTCHA-gated — requires recaptchaToken.
recaptchaTokenA valid reCAPTCHA token minted from gosgc.com/pop-report (only for searchQuery).
maxResultsCap rows returned (0 = unlimited).

Finding exact set names

SGC's set-name search is protected by reCAPTCHA, so the most reliable workflow is:

  1. Browse to gosgc.com/pop-report and search for your set.
  2. Note the exact set name and sport shown.
  3. Run this actor with cardSet + sport.

Example input

{
"cardSet": "1986-87 Fleer",
"sport": "Basketball"
}

Example output

{
"cardNumber": "1",
"subject": "Kareem Abdul-Jabbar",
"variety": null,
"setName": "1986-87 Fleer",
"sport": "Basketball",
"year": "1986",
"sgcPop": {
"total": 818,
"grade10Pristine": 0,
"grade10": 3,
"grade9_5": 4,
"grade9": 60,
"grade8_5": 94,
"grade8": 145,
"grade7": 139,
"authentic": 64
},
"sgcPopHigher": { "grade9": 7, "grade8": 161, "authentic": 818 },
"gemRate": 0.37
}

Use cases

  • Card collectors gauging rarity / scarcity before buying or grading
  • Resellers and dealers pricing inventory against population scarcity
  • Building price-guide and pop-report datasets across graders (pair with PSA / CGC scrapers)
  • Identifying low-pop and high-gem-rate cards