PriceCharting Scraper - Video Game & Card Prices avatar

PriceCharting Scraper - Video Game & Card Prices

Pricing

from $5.00 / 1,000 results

Go to Apify Store
PriceCharting Scraper - Video Game & Card Prices

PriceCharting Scraper - Video Game & Card Prices

Scrape video game, trading card, and comic prices from PriceCharting.com. Get loose, CIB, and new prices with market data. Supports games, Pokemon, MTG, Yu-Gi-Oh, and comics.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

PriceCharting Scraper

Scrape video game, trading card, comic book, Funko Pop, LEGO, and coin prices from PriceCharting.com. Get current market prices across multiple conditions plus full historical price chart data spanning years of price trends.

Features

  • Multi-query search across video games, trading cards (Pokemon, MTG, Yu-Gi-Oh), comics, Funko Pops, LEGO sets, and coins
  • Current prices for all conditions: Loose, CIB (Complete in Box), New, Graded, Box Only, Manual Only
  • Historical price data extracted from embedded VGPC chart data โ€” track price trends over months and years
  • Product metadata including genre, publisher, release date, ASIN, ePID codes
  • Category filtering โ€” narrow results to video games, trading cards, comics, toys, or coins
  • Two scraping modes: fast search-only or detailed per-product scraping with full price history
  • Pay-per-event pricing โ€” you only pay for results you get

Input

FieldTypeDescription
searchQueriesString[]Search terms (e.g. "super mario bros", "charizard")
maxListingsIntegerMax products per query (1-100, default 100)
scrapeDetailsBooleanVisit detail pages for price history + metadata (default: false)
categorySelectFilter: all, video-games, trading-cards, comics, toys, coins
proxyConfigurationObjectOptional proxy settings

Output

Search-only mode (scrapeDetails: false)

Fast โ€” extracts data from search results page only:

{
"title": "Super Mario Bros 3",
"platform": "NES",
"loosePrice": 17.84,
"completePrice": 64.72,
"newPrice": 651.37,
"gradedPrice": null,
"imageUrl": "https://storage.googleapis.com/images.pricecharting.com/.../240.jpg",
"productUrl": "https://www.pricecharting.com/game/nes/super-mario-bros-3",
"searchQuery": "super mario bros",
"scrapedAt": "2026-04-25T12:00:00.000Z"
}

Detail mode (scrapeDetails: true)

Richer data with price history from each product page:

{
"title": "Super Mario Bros",
"platform": "NES",
"category": "video-games",
"productId": "9889",
"asin": "B00004SVV7",
"epid": "4444",
"loosePrice": 16.57,
"completePrice": 184.75,
"newPrice": 3434.09,
"gradedPrice": 21174.68,
"boxOnlyPrice": 103.38,
"manualOnlyPrice": 23.67,
"priceHistory": {
"loose": [
{ "date": "2007-10-01", "price": 4.99 },
{ "date": "2008-01-01", "price": 5.49 }
],
"cib": [...],
"new": [...],
"graded": [...]
},
"productUrl": "https://www.pricecharting.com/game/nes/super-mario-bros",
"searchQuery": "super mario bros",
"scrapedAt": "2026-04-25T12:00:00.000Z"
}

Use Cases

  • Price tracking โ€” monitor collectible values over time
  • Arbitrage โ€” compare PriceCharting prices against eBay, Mercari, etc.
  • Collection valuation โ€” calculate total collection worth across platforms
  • Market research โ€” analyze price trends for specific game consoles or card sets
  • Investment analysis โ€” identify appreciating collectibles using historical chart data
  • Inventory pricing โ€” auto-price game store or card shop inventory

How It Works

  1. Searches PriceCharting for each query (up to 100 results per search)
  2. In search-only mode, extracts loose/CIB/new prices directly from search results
  3. In detail mode, visits each product page to extract all 6 price conditions plus full historical VGPC chart data
  4. Historical prices are parsed from the embedded VGPC.chart_data JavaScript object containing timestamped price arrays

Notes

  • PriceCharting returns up to 100 results per search query
  • Historical prices are in USD. Zero-value entries are filtered out.
  • Price history spans from ~2007 to present depending on the product
  • Chart data prices are stored in cents and converted to dollars
  • No proxies typically needed โ€” PriceCharting has no anti-bot protection