VOOZH about

URL: https://apify.com/apage/tcgplayer-products-listings-sales-scraper

โ‡ฑ TCGplayer Scraper - Products, Listings & Sales History ยท Apify


๐Ÿ‘ Tcgplayer Products Listings Sales Scraper avatar

Tcgplayer Products Listings Sales Scraper

Pricing

from $60.00 / 1,000 results

Go to Apify Store

Tcgplayer Products Listings Sales Scraper

Scrape every seller listing for any TCGplayer.com product. 28 fields per listing: price, shipping, condition, printing variant (Normal/Holofoil), seller rating, sales count, Gold Seller status, and more. Includes market/median/lowest prices, condition breakdowns, and optional sales history.

Pricing

from $60.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Andy Page

Andy Page

Maintained by Community

Actor stats

3

Bookmarked

20

Total users

0

Monthly active users

3 months ago

Last modified

Share

TCGplayer Product Scraper โ€” Listings, Prices & Sales

Paste any TCGplayer.com product URL and get every seller listing with 28 data fields, complete pricing data, condition breakdowns, and optional sales history. Works with Pokรฉmon, Magic: The Gathering, Yu-Gi-Oh!, One Piece, and every other TCGplayer product line.

Why Use This Actor?

  • Complete listing capture โ€” Gets ALL seller listings for a product, not just the first page. Uses TCGplayer's internal API with pagination to fetch every single listing.
  • 28 fields per listing โ€” Price, shipping, condition, printing variant, seller rating, seller sales count, Gold Seller status, TCGplayer Direct status, seller programs, and more.
  • Product-level aggregations โ€” Instant breakdowns by condition, printing (Normal vs Holofoil), language, listing type, and quantity โ€” no post-processing needed.
  • Multi-strategy extraction โ€” Five layered strategies (API interception, request replay, Playwright context, in-page fetch, SSR state, DOM scraping) ensure data is captured even when individual methods fail.
  • Anti-bot resilient โ€” Built on Playwright with session pooling, residential proxy support, and human-like browsing patterns to handle TCGplayer's DataDome protection.

Features

FeatureDescription
Product detail scrapingFull product metadata: name, set, product line, market/median/lowest prices
Complete seller listingsEvery active listing with price, shipping, condition, printing, seller trust data
Seller intelligenceRating, sales count, Gold Seller, Verified Seller, Direct Seller, seller programs
Condition & variant dataCard condition (NM/LP/MP/HP/DMG), printing (Normal/Holofoil/1st Edition), language
Aggregation breakdownsProduct-level counts by condition, printing, language, listing type
Sales history (optional)Historical sales data with prices, quantities, and dates
All product linesPokรฉmon, Magic, Yu-Gi-Oh!, One Piece, Flesh and Blood, Disney Lorcana, and more
Proxy supportAuto-enables Apify residential proxies for reliable scraping
Session managementAutomatic session rotation to avoid blocks

Input

Simply provide one or more TCGplayer product URLs:

ParameterTypeRequiredDefaultDescription
productUrlsarrayYesโ€”TCGplayer product page URLs to scrape
includeSalesHistorybooleanNofalseAttach sales history to each product
useApifyProxybooleanNotrueRoute requests through Apify Proxy
proxyConfigurationobjectNoResidential USProxy settings (RESIDENTIAL + US recommended)
maxConcurrencyintegerNo5Parallel browser pages
delayBetweenRequestsMsintegerNo1000Delay between requests in ms
maxRequestRetriesintegerNo5Retries per failed request
requestHandlerTimeoutSecsintegerNo120Timeout per request in seconds

Example Input

{
"productUrls":[
{"url":"https://www.tcgplayer.com/product/632994/pokemon-sv10-destined-rivals-mistys-lapras-194-182?Language=English"}
],
"includeSalesHistory":true
}

Multiple Products

{
"productUrls":[
{"url":"https://www.tcgplayer.com/product/632994/pokemon-sv10-destined-rivals-mistys-lapras-194-182?Language=English"},
{"url":"https://www.tcgplayer.com/product/632473/one-piece-card-game-a-fist-of-divine-speed-after-all-these-years-im-losing-my-edge?Language=English"},
{"url":"https://www.tcgplayer.com/product/564929/pokemon-prismatic-evolutions-umbreon-ex-special-art-rare-161"}
],
"includeSalesHistory":false,
"maxConcurrency":3
}

Output Schema

Each product in the dataset includes:

{
"productId":"632994",
"productName":"Misty's Lapras (194/182)",
"productUrl":"https://www.tcgplayer.com/product/632994/...",
"setName":"SV10: Destined Rivals",
"setId":24873,
"productLine":"Pokemon",
"marketPrice":4.61,
"medianPrice":7.80,
"lowestPrice":1.50,
"lowestPriceWithShipping":1.95,
"totalListings":29,
"totalSellers":21,
"aggregations":{
"condition":[
{"value":"Near Mint","count":20},
{"value":"Lightly Played","count":5}
],
"printing":[
{"value":"Normal","count":21},
{"value":"Reverse Holofoil","count":4}
],
"language":[
{"value":"English","count":25}
],
"listingType":[
{"value":"standard","count":23},
{"value":"custom","count":2}
]
},
"listings":[
{
"listingId":649554399,
"price":1.98,
"shippingPrice":1.31,
"condition":"Near Mint",
"conditionId":1,
"language":"English",
"languageAbbreviation":"EN",
"printing":"Normal",
"quantity":1,
"listingType":"standard",
"sellerName":"CardShop Plus",
"sellerId":"548047",
"sellerKey":"313506d5",
"sellerRating":100,
"sellerSales":"1167",
"sellerPrograms":["Pro"],
"goldSeller":true,
"verifiedSeller":false,
"directSeller":false,
"directListing":false,
"directProduct":true,
"channelId":1,
"sellerShippingPrice":0,
"rankedShippingPrice":1.31,
"forwardFreight":false,
"productId":632994,
"productConditionId":1214229
}
],
"salesHistory":{
"skuId":"632994",
"buckets":[
{
"marketPrice":3.50,
"quantitySold":2,
"bucketStartDate":"2026-02-01"
}
]
},
"sourceUrl":"https://www.tcgplayer.com/product/632994/...",
"scrapedAt":"2026-02-20T17:47:22.348Z"
}

Listing Fields (28 per listing)

FieldTypeDescription
listingIdnumberUnique listing identifier
pricenumberListing price in USD
shippingPricenumberCalculated shipping cost
conditionstringCard condition (Near Mint, Lightly Played, etc.)
conditionIdnumberTCGplayer condition ID
languagestringCard language (e.g. "English")
languageAbbreviationstringLanguage code (e.g. "EN")
printingstringPrint variant (Normal, Reverse Holofoil, 1st Edition, etc.)
quantitynumberAvailable quantity
listingTypestring"standard" or "custom"
sellerNamestringSeller display name
sellerIdstringSeller unique ID
sellerKeystringSeller hash key
sellerRatingnumberSeller feedback rating (0-100%)
sellerSalesstringTotal completed sales (e.g. "50000+")
sellerProgramsarraySeller programs (Pro, Direct, VIP, CertifiedHobbyShop)
goldSellerbooleanTCGplayer Gold Star seller
verifiedSellerbooleanIdentity-verified seller
directSellerbooleanTCGplayer Direct seller
directListingbooleanListing fulfilled by TCGplayer Direct
directProductbooleanProduct eligible for TCGplayer Direct
channelIdnumberSales channel (0 = marketplace, 1 = Direct)
sellerShippingPricenumberSeller's own shipping rate
rankedShippingPricenumberShipping rate used for price+shipping ranking
forwardFreightbooleanForward freight shipping flag
productIdnumberParent product ID
productConditionIdnumberProduct-condition combination ID
customDataobjectAdditional data (e.g. listing images)

Example Use Cases

1. Price Monitoring โ€” Track a Specific Card

{
"productUrls":[
{"url":"https://www.tcgplayer.com/product/564929/pokemon-prismatic-evolutions-umbreon-ex-special-art-rare-161"}
],
"includeSalesHistory":true
}

2. Bulk Price Check โ€” Multiple Cards at Once

{
"productUrls":[
{"url":"https://www.tcgplayer.com/product/86222/pokemon-aquapolis-houndour-87"},
{"url":"https://www.tcgplayer.com/product/564929/pokemon-prismatic-evolutions-umbreon-ex"},
{"url":"https://www.tcgplayer.com/product/521389/magic-the-gathering-foundations-llanowar-elves"}
],
"maxConcurrency":3
}

3. Arbitrage Detection

Scrape a product to get all seller listings, then compare each listing's price + shippingPrice against the marketPrice to find underpriced cards.

4. Seller Intelligence

Each listing includes sellerName, sellerId, sellerRating, sellerSales, goldSeller, and sellerPrograms โ€” enough to build seller profiles and track inventory levels.

5. Cross-Game Comparison

Works with every TCGplayer product line โ€” compare listing density and pricing across Pokemon, Magic, Yu-Gi-Oh!, One Piece, and more.

How It Works

The scraper uses a multi-strategy extraction engine to reliably capture all data:

  1. Product Details API โ€” Fetches metadata (total listings, market price, seller count) from TCGplayer's product details endpoint.
  2. API Interception โ€” Captures the browser's API calls during page load via Playwright response interception.
  3. Request Replay โ€” Replays the exact API request with pagination to fetch ALL listings.
  4. Playwright APIRequestContext โ€” Direct API calls sharing the browser's cookies and proxy.
  5. In-Page Fetch โ€” Executes fetch() inside the browser context, inheriting authentication cookies.
  6. SSR State Extraction โ€” Parses server-side rendered state from the page source.
  7. DOM Scraping โ€” Last resort: extracts data from rendered HTML.

Each strategy's results are compared, and the largest complete dataset wins.

Anti-Bot Handling

TCGplayer uses DataDome for bot protection. This actor handles it with:

  • Residential proxies โ€” Recommended. Auto-enabled on Apify.
  • Session pooling โ€” Automatic session rotation with configurable usage limits.
  • Human-like delays โ€” Configurable delay between requests (default 1s).
  • Browser fingerprinting โ€” Full Playwright browser with realistic headers.
  • Block detection โ€” Detects DataDome challenge pages and retries with a fresh session.

Tip: For best results, use RESIDENTIAL proxies with US country code:

{
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"],
"apifyProxyCountry":"US"
}
}

Supported Product Lines

  • Pokรฉmon
  • Magic: The Gathering
  • Yu-Gi-Oh!
  • One Piece Card Game
  • Disney Lorcana
  • Flesh and Blood
  • Dragon Ball Super
  • Digimon
  • Star Wars: Unlimited
  • And all other TCGplayer categories

Troubleshooting

"0 listings" or empty results

  • Check proxy config: Use residential proxies with US country code.
  • Verify the URL: Product URLs must contain a numeric product ID (e.g. /product/632994/...).
  • Check the product page: Some products may have no active sellers.

DataDome block / "Just a moment" page

  • The actor detects blocks and retries automatically (up to maxRequestRetries times).
  • Reduce maxConcurrency to 2โ€“3 and increase delayBetweenRequestsMs to 2000+ if blocks persist.

Slow runs

  • Each product takes 30โ€“60 seconds due to browser rendering and API pagination.
  • Default memory (4096 MB) is recommended for Playwright-based scraping.

Limitations

  • TCGplayer.com only โ€” Does not support other marketplaces.
  • English listings by default โ€” API requests filter for English-language listings.
  • US shipping context โ€” Prices and shipping are calculated for US delivery.
  • Real-time pricing โ€” Results reflect pricing at scrape time.

Changelog

v1.0.16 (February 2026)

  • Simplified to product URL-only input (removed search/startUrls)
  • Improved defaults: maxConcurrency=5, maxRequestRetries=5
  • Updated documentation and input schema

v1.0.15 (February 2026)

  • Added README, output schema, and dataset schema
  • Updated actor.json with SEO metadata

v1.0.14 (February 2026)

  • 28 fields per listing including seller programs, printing variant, Gold/Verified/Direct status
  • Product-level aggregation breakdowns
  • Product details endpoint for accurate metadata
  • Fixed double-nested API response parsing
  • Removed channelId filter to capture ALL marketplace listings

v1.0.0 (February 2026)

  • Initial release with multi-strategy extraction engine

Support

  • Issues: Report bugs via GitHub issues or the Apify community
  • Feature requests: Contact us through Apify

Built by A Page Ventures | Apify Store

You might also like

TCGplayer Sales History

scraped/tcgplayer-sales-history

This actor scrapes sales history for a given product on TCGplayer.

TCGplayer Scraper

solidcode/tcgplayer-scraper

[๐Ÿ’ฐ $3.0 / 1K] Extract trading card prices and seller listings from TCGplayer โ€” market, median, and lowest prices plus seller offers and optional sales history for Magic, Pokรฉmon, Yu-Gi-Oh!, Lorcana, and more.

TCGplayer Data Scraper

devcake/tcgplayer-data-scraper

Scrape TCGPlayer prices in seconds. Get real-time market data, seller listings, No API key required. Export as JSON, CSV, or Excel.

TCGplayer Price Scraper

xtracto/tcgplayer-price-scraper

Search trading cards by keyword and get market, lowest, and per-printing prices for each matching product.

๐Ÿ‘ User avatar

Farhan Febrian Nauval

2

TCGPlayer Scraper - Trading Card Prices

lulzasaur/tcgplayer-scraper

Scrape TCGPlayer marketplace for trading card prices across Pokemon, Magic: The Gathering, Yu-Gi-Oh, and more. Extract market prices, median prices, lowest prices, seller listings, card attributes, rarity, set info, and custom attributes via TCGPlayer's search API.

TCGPlayer Products Scraper

powerai/tcgplayer-products-scraper

Scrape trading card game products from TCGPlayer.com by providing a search URL, with automatic pagination and comprehensive product information extraction.

TCGPLAYER Scraper

parseforge/tcgplayer-scraper

Collect Pokemon card prices, seller listings, and market data from TCGPlayer. Search by card name, set, rarity, or card type. Get real-time market prices, lowest listings with shipping costs, seller ratings, and detailed card attributes. Built for collectors, traders, and resellers.

26

2.6

eBay Scraper

automation-lab/ebay-scraper

Scrape eBay listings for price monitoring: prices, shipping, condition, seller ratings, bids, sold counts, discounts, and images. Filter by condition, listing type, and price range.

๐Ÿ‘ User avatar

Stas Persiianenko

364

5.0

TCGPlayer Product Scraper - Cheap๐Ÿƒ๐Ÿ“Š๐Ÿ›’

scrapestorm/tcgplayer-product-scraper---cheap

๐Ÿ” Easily collect TCG product data from TCGPlayer Filter trading card game products and gather detailed information such as product names, set/collection, images, stock availability, URLs & TCGPlayer catalog data ๐Ÿƒ๐ŸŽฎ Perfect for TCG price tracking, inventory monitoring & collection management ๐Ÿ“Šโœจ

3

TCGplayer Pokemon Scraper

scraped/tcgplayer-pokemon-scraper

Scrape TCGplayer pokemon section by keyword