# TCGplayer market price monitor

**Use case:** 

Monitor TCGplayer card market prices across games, sets, listings, and sellers for collectors, shops, and repricing teams.

## Input

```json
{
  "searchQueries": [
    "black lotus",
    "lorcana elsa",
    "one piece manga luffy"
  ],
  "startUrls": [
    {
      "url": "https://www.tcgplayer.com/search/all/product?q=charizard"
    }
  ],
  "maxItems": 300,
  "includeListings": true,
  "listingsPerProduct": 3,
  "sort": "relevance"
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search query"
  },
  "productId": {
    "label": "Product ID"
  },
  "title": {
    "label": "Title"
  },
  "productLineName": {
    "label": "Game"
  },
  "setName": {
    "label": "Set"
  },
  "rarityName": {
    "label": "Rarity"
  },
  "cardNumber": {
    "label": "Card #"
  },
  "marketPrice": {
    "label": "Market price",
    "format": "number"
  },
  "lowestPrice": {
    "label": "Lowest price",
    "format": "number"
  },
  "lowestPriceWithShipping": {
    "label": "Lowest + shipping",
    "format": "number"
  },
  "totalListings": {
    "label": "Listings",
    "format": "number"
  },
  "topListingPrice": {
    "label": "Top listing",
    "format": "number"
  },
  "topListingCondition": {
    "label": "Condition"
  },
  "topListingPrinting": {
    "label": "Printing"
  },
  "topListingSellerName": {
    "label": "Seller"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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