COMC Scraper - Sports Cards & TCG Listings avatar

COMC Scraper - Sports Cards & TCG Listings

Pricing

from $5.00 / 1,000 results

Go to Apify Store
COMC Scraper - Sports Cards & TCG Listings

COMC Scraper - Sports Cards & TCG Listings

Scrape sports card and trading card listings from COMC.com. Get title, player/subject, year, set, card number, price, condition, grade, grading company, image, and URL. Search by keyword like 'charizard' or 'michael jordan'.

Pricing

from $5.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

Scrape card listings from COMC.com (Check Out My Cards / Check Out My Collectibles), one of the largest sports card and trading card consignment marketplaces. Search by keyword and get clean, structured data for every matching listing.

What it does

Given one or more search queries (e.g. charizard, michael jordan, 2003 lebron james rookie), the actor paginates through COMC's full search results and extracts every card listing into structured records.

Output fields

FieldDescription
itemIdCOMC internal item id
titleListing title (e.g. Holo - Charizard [PSA 4 VG-EX])
subjectPlayer / subject parsed from the title (e.g. Charizard, Michael Jordan)
descriptionYear + set + card number line
categoryTop-level category (e.g. Pokemon, Baseball, Basketball)
yearCard year
setSet / product name
cardNumberCard number within the set
conditionGraded or Ungraded
gradingCompanyGrading company for graded cards (e.g. PSA, BGS, SGC)
gradeNumeric grade (graded) or marketplace condition code (ungraded, e.g. LP, NM)
priceNumeric price in USD
priceTextFormatted price string (e.g. $1,242.20)
currencyAlways USD
imageCard image URL
urlFull listing URL on COMC
sellerSeller username (only when Scrape Detail Pages is enabled)
searchQueryThe query that produced this record
scrapedAtISO timestamp of when the record was scraped

Input

FieldTypeDefaultDescription
searchQueriesarray of strings["charizard"]Keywords to search
maxResultsinteger50Max listings across all queries (0 = unlimited)
scrapeDetailsbooleanfalseVisit each listing to also capture the seller username (slower)
proxyConfigurationobjectnoneProxy settings (no proxy works best — see Notes)

Example input

{
"searchQueries": ["charizard", "michael jordan"],
"maxResults": 200,
"scrapeDetails": false,
"proxyConfiguration": { "useApifyProxy": false }
}

Notes

  • COMC is protected by Cloudflare. This actor uses realistic browser fingerprinting and runs without a proxy by default — the Apify platform IP passes Cloudflare's managed challenge cleanly. Enabling datacenter or residential proxies can actually trigger challenges, so only enable a proxy if you have a specific reason to.
  • One COMC item can appear in multiple graded variants; each price/grade variant is returned as a separate record. Records are de-duplicated by item + grade + URL.
  • Pricing: charged per result via Apify Pay-Per-Event.

Use cases

  • Card arbitrage and pricing intelligence
  • Building a price-comparison or population/inventory dataset
  • Tracking specific players, sets, or rookies across the marketplace
  • Feeding collectibles dashboards, Discord bots, and alerting tools