# Analyze Whatnot seller business intelligence

**Use case:** 

Analyze Whatnot sellers — follower count, items sold, rating, review count, premier status, and categories for competitor research.

## Input

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

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "soldCount": {
    "label": "Items sold",
    "format": "integer"
  },
  "sellerRating": {
    "label": "Seller rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "isPremierShop": {
    "label": "Premier shop",
    "format": "boolean"
  },
  "isLive": {
    "label": "Live now",
    "format": "boolean"
  },
  "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.