# Find Whatnot comics live auctions

**Use case:** 

Find comics live auctions on Whatnot — Marvel, DC, key issues — host rating per broadcast. How to spot legit comic sellers on Whatnot?

## Input

```json
{
  "mode": "searchLiveStreams",
  "searchKeywords": [
    "comics",
    "marvel",
    "DC",
    "key issues",
    "first appearances"
  ],
  "categories": [
    "Trading Card Games"
  ],
  "maxResults": 50,
  "enrichSellerData": true,
  "maxSellerEnrichment": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Stream",
    "format": "text"
  },
  "viewer_count": {
    "label": "Viewers",
    "format": "number"
  },
  "is_live": {
    "label": "Live",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "watchlist_count": {
    "label": "Watchlist",
    "format": "number"
  },
  "start_time": {
    "label": "Start Time",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "Watch",
    "format": "link"
  }
}
```

## About this Actor

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