ComicConnect Auction Listings Scraper avatar

ComicConnect Auction Listings Scraper

Pricing

Pay per event

Go to Apify Store
ComicConnect Auction Listings Scraper

ComicConnect Auction Listings Scraper

Scrape live and sold comic auction listings from ComicConnect — the leading graded-comic auction marketplace. Captures lot title, grade (CGC/CBCS), sold price, auction dates, and thumbnail URLs for every item across all auctions.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape live and sold comic auction listings from ComicConnect — one of the top three graded-comic auction houses alongside Heritage and ComicLink. Captures lot title, grade (CGC/CBCS/PGX), realized prices for sold lots, auction timing, and thumbnail URLs across all listings.

What data you get

Each record covers one auction lot:

FieldExample
item_id1097907
lot_titleAmazing Fantasy #15
series_titleAmazing Fantasy
issue_number15
publisherMarvel
grading_companyCGC
grade9.0
price_labelSold For / Starting Bid / Buy Now
current_bid1 (starting bid for open auctions)
sold_price12500 (realized price, closed auctions)
is_soldtrue / false
sale_typeauction / fixed
auction_end_date2028-07-16T00:26:40.000Z
thumbnail_urlComicConnect cover image URL
item_urlhttps://www.comicconnect.com/item/1097907
auction_contextInternal lot context hash
currencyUSD

Price note: For live auctions, current_bid reflects the HTML-visible starting bid. Realized prices for sold lots are fully captured in sold_price.

Use cases

  • Collector comp research — track realized prices for CGC-graded key issues
  • Dealer price benchmarking — compare listings across ComicConnect, Heritage, and ComicLink
  • Investment monitoring — pair with the CGC Census and Grand Comics Database actors for a full comic-value stack
  • Auction analytics — aggregate sale data by series, publisher, grade, or date range

Inputs

InputTypeDefaultDescription
maxItemsintegerMaximum records to scrape (required)
filterTypestringAllFilter: All, Sold, or Upcoming
startPageinteger1Starting page of the /browse listing

Quick start

Scrape 100 most recent listings (live + sold):

{ "maxItems": 100, "filterType": "All" }

Scrape the last 500 sold lots for realized-price research:

{ "maxItems": 500, "filterType": "Sold" }

Start from a specific page:

{ "maxItems": 200, "startPage": 50 }

Scale

ComicConnect's /browse catalogue contains approximately 116,000+ lots across ~2,900 pages (40 items/page). Pagination is handled automatically — set maxItems to control depth.

Notes

  • Prices for open auctions reflect the initial starting bid (typically $1) — final hammer prices are updated via WebSocket during live auctions
  • Sold realized prices are fully static in HTML and reliably captured
  • The actor uses residential proxies to ensure stable access at scale