# Whatnot Live Auction Streams

**Use case:** 

Monitor live Whatnot auction streams with current bids, active viewers, sellers, and status. Track ending-soonest streams as they happen.

## Input

```json
{
  "searchQuery": "trading cards",
  "maxItems": 50,
  "vertical": "LIVESTREAM",
  "sortBy": "ending_soonest"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "🏷️ Title",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "currentBid": {
    "label": "🔨 Current Bid",
    "format": "text"
  },
  "bidCount": {
    "label": "🔢 Bids",
    "format": "text"
  },
  "transactionType": {
    "label": "🔀 Type",
    "format": "text"
  },
  "status": {
    "label": "📶 Status",
    "format": "text"
  },
  "activeViewers": {
    "label": "👀 Viewers",
    "format": "text"
  },
  "sellerUsername": {
    "label": "🧑 Seller",
    "format": "text"
  },
  "sellerRating": {
    "label": "⭐ Seller Rating",
    "format": "text"
  },
  "listingUrl": {
    "label": "🔗 Listing",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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