# PriceCharting Retro Game Repricing Monitor Workflow

**Use case:** 

Refresh PriceCharting values and sold comps for multiple retro game searches, then export structured valuation records for inventory repricing.

## Input

```json
{
  "searchTerms": [
    "Zelda NES",
    "Sonic Genesis",
    "Mario Kart Nintendo 64"
  ],
  "maxItems": 30,
  "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.