# Top political prediction traders on Polymarket

**Use case:** 

Track the most profitable political prediction market traders on Polymarket. Get PnL rankings, win rates, open positions on election markets, and more.

## Input

```json
{
  "timeRange": "MONTH",
  "category": "POLITICS",
  "leaderboardType": "PNL",
  "maxResults": 50,
  "includePositions": true,
  "includeActivity": true
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "profileImage": {
    "label": "Avatar",
    "format": "image"
  },
  "profitLoss": {
    "label": "Profit / Loss",
    "format": "number"
  },
  "volume": {
    "label": "Volume",
    "format": "number"
  },
  "positionsValue": {
    "label": "Positions Value",
    "format": "number"
  },
  "walletAddress": {
    "label": "Wallet Address",
    "format": "text"
  },
  "xUsername": {
    "label": "X (Twitter)",
    "format": "text"
  },
  "verifiedBadge": {
    "label": "Verified",
    "format": "boolean"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "joinedAt": {
    "label": "Joined",
    "format": "date"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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