# Polymarket Wallets Export by 7-Day PnL

**Use case:** 

Retrieve top Polymarket wallets based on 7-day PnL. Get detailed rankings and performance metrics in CSV or JSON format.

## Input

```json
{
  "intervals": [
    "7d"
  ],
  "includeSmartWallet": true,
  "categories": [
    "1",
    "2",
    "21"
  ],
  "includeWalletOverview": false,
  "maxOverviewLookups": 5000,
  "minPnl": 1000,
  "minRoi": 0,
  "minWinRate": 0,
  "minVolumeUsd": 0,
  "minTxs": 10,
  "tagFilter": [],
  "deduplicate": true,
  "useProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 5
}
```

## Output

```json
{
  "wallet": {
    "label": "Wallet address",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "pseudonym": {
    "label": "Pseudonym",
    "format": "text"
  },
  "profileImage": {
    "label": "Profile image"
  },
  "pnl": {
    "label": "PnL (USD)",
    "format": "number"
  },
  "roi": {
    "label": "ROI",
    "format": "number"
  },
  "assetCash": {
    "label": "Asset cash"
  },
  "winRate": {
    "label": "Win rate",
    "format": "number"
  },
  "avgBet": {
    "label": "Average bet",
    "format": "number"
  },
  "volume": {
    "label": "Volume (USD)",
    "format": "number"
  },
  "buys": {
    "label": "Buys",
    "format": "number"
  },
  "sells": {
    "label": "Sells",
    "format": "number"
  },
  "txs": {
    "label": "Transactions",
    "format": "number"
  },
  "lastActive": {
    "label": "Last active",
    "format": "date"
  },
  "walletTag": {
    "label": "Wallet tags",
    "format": "array"
  },
  "appearedIn": {
    "label": "Appeared in",
    "format": "array"
  },
  "walletAge": {
    "label": "Wallet age"
  },
  "totalValue": {
    "label": "Total value",
    "format": "number"
  },
  "totalProfit": {
    "label": "Total profit",
    "format": "number"
  },
  "totalProfitPnl": {
    "label": "Total profit %"
  },
  "cashBal": {
    "label": "Cash balance"
  },
  "realizedProfit24h": {
    "label": "24h realized profit",
    "format": "number"
  },
  "realizedProfit24hPnl": {
    "label": "24h realized %"
  },
  "buy24h": {
    "label": "24h buys"
  },
  "sell24h": {
    "label": "24h sells"
  },
  "boughtCost24h": {
    "label": "24h bought cost"
  },
  "soldIncome24h": {
    "label": "24h sold income"
  },
  "polymarketUrl": {
    "label": "Polymarket URL",
    "format": "link"
  },
  "futureNewsUrl": {
    "label": "future.news URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Polymarket Leaderboard Scraper – Top Wallets, PnL](https://apify.com/logiover/polymarket-top-wallets-leaderboard) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/polymarket-top-wallets-leaderboard) to learn more, explore other use cases, and run it yourself.