# Find best Pokemon TCG price tracker tools compared

**Use case:** 

Compare best Pokemon TCG price tracker tools using live TCGPlayer listings. How to pick the right tracker fast?

## Input

```json
{
  "queries": [
    "pokemon cards",
    "pokemon tcg"
  ],
  "sortOption": "Best Match",
  "startPage": 1,
  "pageCount": 3,
  "enrichData": false
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "setName": {
    "label": "Set",
    "format": "text"
  },
  "rarityName": {
    "label": "Rarity",
    "format": "text"
  },
  "marketPrice": {
    "label": "Market Price",
    "format": "currency"
  },
  "lowestPrice": {
    "label": "Lowest Price",
    "format": "currency"
  },
  "lowestPriceWithShipping": {
    "label": "Lowest + Ship",
    "format": "currency"
  },
  "totalListings": {
    "label": "Listings",
    "format": "number"
  },
  "_query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TCGplayer Data Scraper](https://apify.com/devcake/tcgplayer-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/devcake/tcgplayer-data-scraper) to learn more, explore other use cases, and run it yourself.