# PriceCharting Video Game Price Scraper Search

**Use case:** 

Search PriceCharting and extract console game prices, catalog metadata, condition values, changes, velocity, images, and public sold comps.

## Input

```json
{
  "searchTerms": [
    "Super Mario Bros NES"
  ],
  "maxItems": 5,
  "includeSoldComps": true,
  "maxSoldCompsPerProduct": 5
}
```

## Output

```json
{
  "title": {
    "label": "Game"
  },
  "console": {
    "label": "Console"
  },
  "canonicalUrl": {
    "label": "PriceCharting",
    "format": "link"
  },
  "priceChartingId": {
    "label": "ID"
  },
  "loosePrice": {
    "label": "Loose",
    "format": "number"
  },
  "cibPrice": {
    "label": "CIB",
    "format": "number"
  },
  "newPrice": {
    "label": "New",
    "format": "number"
  },
  "gradedPrice": {
    "label": "Graded",
    "format": "number"
  },
  "boxOnlyPrice": {
    "label": "Box",
    "format": "number"
  },
  "manualOnlyPrice": {
    "label": "Manual",
    "format": "number"
  },
  "soldCompCount": {
    "label": "Sold comps",
    "format": "number"
  },
  "publisher": {
    "label": "Publisher"
  },
  "releaseDate": {
    "label": "Released"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [PriceCharting Video Game Prices Scraper](https://apify.com/automation-lab/pricecharting-video-game-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/pricecharting-video-game-prices-scraper) to learn more, explore other use cases, and run it yourself.