# Multi category Polymarket leaderboard monitor

**Use case:** 

Monitor Polymarket profit and volume leaderboards across categories for repeat wallet intelligence workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://polymarket.com/leaderboard/overall/monthly/profit"
    }
  ],
  "categories": [
    "overall",
    "sports",
    "finance"
  ],
  "timeRanges": [
    "weekly",
    "monthly"
  ],
  "rankTypes": [
    "profit",
    "volume"
  ],
  "maxItemsPerCombination": 50
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "rankType": {
    "label": "Rank type"
  },
  "timeRange": {
    "label": "Time range"
  },
  "category": {
    "label": "Category"
  },
  "username": {
    "label": "Username"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "proxyWallet": {
    "label": "Proxy wallet"
  },
  "walletExplorerUrl": {
    "label": "Wallet explorer URL",
    "format": "link"
  },
  "xUsername": {
    "label": "X username"
  },
  "xProfileUrl": {
    "label": "X profile URL",
    "format": "link"
  },
  "verifiedBadge": {
    "label": "Verified"
  },
  "profitUsd": {
    "label": "Profit USD"
  },
  "volumeUsd": {
    "label": "Volume USD"
  },
  "profileImageUrl": {
    "label": "Profile image URL",
    "format": "link"
  },
  "sourceLeaderboardUrl": {
    "label": "Leaderboard URL",
    "format": "link"
  },
  "sourceApiUrl": {
    "label": "API URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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