COMC Scraper - Sports Cards & TCG Listings
Pricing
from $5.00 / 1,000 results
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
Maintained by CommunityActor 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
| Field | Description |
|---|---|
itemId | COMC internal item id |
title | Listing title (e.g. Holo - Charizard [PSA 4 VG-EX]) |
subject | Player / subject parsed from the title (e.g. Charizard, Michael Jordan) |
description | Year + set + card number line |
category | Top-level category (e.g. Pokemon, Baseball, Basketball) |
year | Card year |
set | Set / product name |
cardNumber | Card number within the set |
condition | Graded or Ungraded |
gradingCompany | Grading company for graded cards (e.g. PSA, BGS, SGC) |
grade | Numeric grade (graded) or marketplace condition code (ungraded, e.g. LP, NM) |
price | Numeric price in USD |
priceText | Formatted price string (e.g. $1,242.20) |
currency | Always USD |
image | Card image URL |
url | Full listing URL on COMC |
seller | Seller username (only when Scrape Detail Pages is enabled) |
searchQuery | The query that produced this record |
scrapedAt | ISO timestamp of when the record was scraped |
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchQueries | array of strings | ["charizard"] | Keywords to search |
maxResults | integer | 50 | Max listings across all queries (0 = unlimited) |
scrapeDetails | boolean | false | Visit each listing to also capture the seller username (slower) |
proxyConfiguration | object | none | Proxy 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