TCGPlayer Products Scraper avatar
TCGPlayer Products Scraper

Pricing

$19.99/month + usage

Go to Apify Store
TCGPlayer Products Scraper

TCGPlayer Products Scraper

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

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

🎴 TCGPlayer Products Scraper

This actor allows you to scrape trading card game products from TCGPlayer.com by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, availability, set names, and product details.

Features

  • URL-based Scraping: Extract products by providing a complete TCGPlayer search URL
  • Automatic Pagination: Automatically navigates through pages and loads more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product name and set name
    • Product images
    • Market prices
    • Stock availability status
    • Direct product page links
  • Rich Media: Includes high-quality product images
  • Price Tracking: Monitor market prices for trading card game products

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete TCGPlayer search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a main list of product objects, each containing:

  • searchUrl: The original search URL used
  • url: Direct link to the product page
  • imageUrl: URL of the product image
  • setName: Name of the card set or product line
  • productName: Full name of the product
  • isOutOfStock: Whether the product is currently out of stock
  • price: Current market price of the product
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.tcgplayer.com/search/all/product?q=boulder+box&view=grid",
"url": "https://www.tcgplayer.com/product/614268/deck-boxes-ultimate-guard-deck-boxes-boulder-deck-case-clear-amber-holds-100plus?page=1",
"imageUrl": "https://tcgplayer-cdn.tcgplayer.com/product/614268_in_1000x1000.jpg",
"setName": "Ultimate Guard Deck Boxes",
"productName": "Boulder Deck Case - Clear - Amber (Holds 100+)",
"isOutOfStock": true,
"price": 14.42,
"scrapedAt": "2025-11-20T09:00:55.577Z"
},
...
]

Use Cases

  • Trading card game product research and price tracking
  • Market analysis for collectible card games
  • Inventory monitoring and stock availability tracking
  • Price comparison across different products
  • Product catalog building for TCG marketplaces

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All prices reflect current market values
  • Stock status is updated in real-time
  • The actor includes delays between actions to ensure reliable data collection

Start tracking TCGPlayer products and prices today!