OrbTop

Fanatics Collect Scraper - Weekly & Premier Auctions

ECOMMERCEOTHER

Fanatics Collect Scraper - Weekly & Premier Auctions

Scrape Fanatics Collect (PWCC successor, #2 high-end card auction) for weekly, premier, and fixed-price lots. Get grader/grade normalization, final-sale prices, buyer's-premium %, bid counts, and eBay vault flags. Filter by category, sport, grader, and price range.

What it does

This actor scrapes lot listings from Fanatics Collect (formerly PWCC Marketplace, acquired by Fanatics in 2024), the #2 platform for high-end sports card auctions after Heritage Auctions.

For each lot it extracts:

  • Lot title, player/subject, year, card number, set name
  • Grader (PSA, BGS, SGC, CGC, RAW) and grade normalization to numeric
  • Current bid, opening bid, final sale price, buyer's premium %
  • Bid count and watchers count
  • In eBay vault flag and vault listing URL
  • Auction type, lot ID, auction UUID, lot slug
  • Image URLs, description, listing status, auction end date

Use cases

  • Price research — track what graded cards are selling for at the #2 card auction
  • Market analysis — monitor weekly auction sell-through rates and bid counts
  • Portfolio valuation — pull current bids on PSA/BGS graded cards you own
  • Deal scouting — find lots with low current bids relative to recent comps
  • Archive research — query past auction results for pricing history

Input

Field Type Default Description
mode string weekly_auction weekly_auction, premier_auction, fixed_price, past_auctions, or lot
maxItems integer 10 Maximum lots to scrape. 0 = unlimited
category string All Top-level category filter (Sports Cards, Trading Card Games, Non-Sport, Memorabilia)
grader string All Grading service filter (PSA, BGS, SGC, CGC, RAW)
keyword string Free-text keyword search
proxyConfiguration object Apify Residential Proxy settings. Residential proxy required for Cloudflare bypass

Modes

  • Weekly Auction (weekly_auction) — Active weekly lots (runs while auction is live)
  • Premier Auction (premier_auction) — Premier auction lots
  • Fixed Price (fixed_price) — Buy-it-now marketplace listings
  • Past Auctions (past_auctions) — Sold/completed lot archive (always has data)
  • Single Lot (lot) — Scrape specific lot URLs you supply in lotUrls

Output

Each dataset record contains:

{
  "lot_id": "4521",
  "lot_url": "https://www.fanaticscollect.com/weekly/abc-uuid/1989-ken-griffey-jr-psa-9",
  "lot_slug": "1989-ken-griffey-jr-psa-9",
  "auction_id": "abc12345-def6-7890-ghij-klmnopqrstuv",
  "auction_type": "WEEKLY",
  "title": "1989 Upper Deck Ken Griffey Jr. #1 PSA 9 MINT",
  "player_or_subject": "Ken Griffey Jr.",
  "year": 1989,
  "card_number": "1",
  "grader": "PSA",
  "grade": "9",
  "grade_numeric": 9,
  "bid_count": 12,
  "watchers_count": 47,
  "current_bid": 250.00,
  "opening_bid": 100.00,
  "final_sale_price": null,
  "buyers_premium_pct": 15,
  "currency": "USD",
  "listing_status": "active",
  "in_ebay_vault": false,
  "image_urls": "https://dilxwvfkfup17.cloudfront.net/...",
  "auction_end_date": "2026-05-20T22:00:00Z"
}

Notes

  • Requires residential proxy (included automatically via Apify Residential) for Cloudflare bypass
  • Weekly auction data is only available while an auction is active; use past_auctions mode for historical data
  • The lot mode accepts direct lot URLs from Fanatics Collect
  • Lot timing: weekly auctions typically close on Sundays at 9 PM Pacific