# Find sports card shows on Whatnot

**Use case:** 

Find live sports card shows on Whatnot — Football, Basketball and more — with seller, active viewers, start time, and category.

## Input

```json
{
  "mode": "shows",
  "categories": [
    "sports_cards"
  ],
  "startUrls": [
    "https://www.whatnot.com/user/topmtg"
  ],
  "sellers": [
    "topmtg",
    "001spades"
  ],
  "maxItems": 100,
  "includeListings": false,
  "country": "US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxRetries": 6,
  "debug": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "isLive": {
    "label": "Live now",
    "format": "boolean"
  },
  "activeViewers": {
    "label": "Viewers",
    "format": "integer"
  },
  "startTime": {
    "label": "Start time",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Whatnot Scraper - Shows, Listings & Seller Intel](https://apify.com/webdatalabs/whatnot-marketplace-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/whatnot-marketplace-intelligence) to learn more, explore other use cases, and run it yourself.