TCGCSV

Ahoy!

This website lets you download information including the prices of trading cards and products in a spreadsheet (CSV). It also functions as a public entrypoint for information from TCGPlayer's API including categories, groups, products, and prices if you prefer to work with JSON.

Daily Updates

All content updates everyday around 20:00:00 UTC
Last updated at:

Files

TCGPlayer has 4 tiers of information.

  1. At the root are Categories. Each category roughly translates to a card game or a collection of merchandise.
    categoryId: 3 is Pokemon

  2. Each category has Groups. Each group roughly translates to a set in a card game.
    groupId: 3170 is Pokemon's - SWSH12: Silver Tempest set.

  3. Each group has Products. Products can be sealed boxes, packs, or individual cards!
    Products have nested "extendedData" which is where TCGPlayer usually stores a card's text, rarity, and set number.
    Products have separate Market Price objects available in a parallel collection that need to be joined via a productId.
    productId: 451396 is Lugia VSTAR

  4. Past this point, Products have "SKUs". A SKU is combination of a Product, Language, Printing, and Condition. However, this project does not share information about SKUs. This means that you will not be able to get prices for each condition of a card.

Root information

Categories Categories.csv

Category information
Category Name Category ID Files

Groups