# Whatnot scraper API for product + stream data

**Use case:** 

Find jewelry live auctions on Whatnot — gold, Rolex, signed pieces — host rating per broadcast. How to vet jewelry sellers on Whatnot?

## Input

```json
{
  "mode": "searchProducts",
  "searchKeywords": [
    "Pokemon cards"
  ],
  "categories": [
    "Trading Card Games"
  ],
  "maxResults": 200,
  "enrichSellerData": true,
  "maxSellerEnrichment": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "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.