# Scrape Polymarket Top Holders - Polymarket

**Use case:** 

Scrape Polymarket top holders and whale positions with market, trader, outcome, shares, wallet and profile. Track the smart money.

## Input

```json
{
  "mode": "holders",
  "query": "",
  "status": "active",
  "sortBy": "volume24hr",
  "marketSlugs": [
    "will-bitcoin-reach-100k-in-2025"
  ],
  "includePriceHistory": false,
  "priceHistoryInterval": "1w",
  "priceHistoryFidelity": 60,
  "includeTopHolders": false,
  "topHoldersLimit": 20,
  "includeRecentTrades": false,
  "recentTradesLimit": 20,
  "arbMinSpread": 0.03,
  "arbMinSimilarity": 0.55,
  "monitorMode": false,
  "monitorMinOddsChange": 0.02,
  "minVolume24h": 0,
  "minLiquidity": 0,
  "maxItems": 100,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "marketQuestion": {
    "label": "Market"
  },
  "traderName": {
    "label": "Trader"
  },
  "outcome": {
    "label": "Outcome"
  },
  "shares": {
    "label": "Shares"
  },
  "proxyWallet": {
    "label": "Wallet"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [Polymarket & Kalshi Scraper - Odds, Markets & Arbitrage](https://apify.com/scrapesage/prediction-markets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/prediction-markets-scraper) to learn more, explore other use cases, and run it yourself.