# Whatnot   Livestream Marketplace Data — Full Export

**Use case:** 

Scrape the full whatnot - livestream marketplace data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract whatnot - livestream marketplace data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "categories",
  "categoryTag": "sports_cards",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "seller_username": {
    "label": "Seller Username",
    "format": "string"
  },
  "active_viewers": {
    "label": "Active Viewers",
    "format": "number"
  },
  "price_usd": {
    "label": "Price Usd",
    "format": "number"
  },
  "transaction_type": {
    "label": "Transaction Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

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