# Find Whatnot video games live streams

**Use case:** 

Find retro + sealed video games live streams on Whatnot — PS1, GameCube — host rating per broadcast. How to vet retro game sellers?

## Input

```json
{
  "mode": "searchLiveStreams",
  "searchKeywords": [
    "retro games",
    "PS1",
    "GameCube",
    "vintage Nintendo",
    "sealed games"
  ],
  "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.