# PriceCharting Game Value Extractor for One Product

**Use case:** 

Extract current loose, CIB, new, graded, box, and manual values plus recent sold listings for one PriceCharting video game product.

## Input

```json
{
  "searchTerms": [
    "Super Mario Bros NES"
  ],
  "startUrls": [
    {
      "url": "https://www.pricecharting.com/game/gameboy/pokemon-red"
    }
  ],
  "maxItems": 1,
  "includeSoldComps": true,
  "maxSoldCompsPerProduct": 10
}
```

## 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.