# Compare TCGPlayer vs Cardmarket prices on Pokemon MTG

**Use case:** 

Pull TCGPlayer pricing on Pokemon and MTG to compare against Cardmarket. How to spot TCGPlayer vs Cardmarket price gaps quickly?

## Input

```json
{
  "queries": [
    "pokemon cards",
    "mtg cards",
    "yugioh cards"
  ],
  "sortOption": "Best Selling",
  "startPage": 1,
  "pageCount": 3,
  "enrichData": true
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "marketPrice": {
    "label": "Market Price",
    "format": "currency"
  },
  "_enrichment": {
    "label": "Sales Data",
    "format": "object"
  },
  "_enriched": {
    "label": "Enriched",
    "format": "boolean"
  }
}
```

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