# Scrape Polymarket Events by Volume - Polymarket

**Use case:** 

Find top Polymarket events by volume with event, category, # markets, 24h vol, total vol, liquidity and open interest. Export to CSV or Excel.

## Input

```json
{
  "mode": "events",
  "query": "",
  "status": "active",
  "sortBy": "volume24hr",
  "includePriceHistory": false,
  "priceHistoryInterval": "1w",
  "priceHistoryFidelity": 60,
  "includeTopHolders": false,
  "topHoldersLimit": 10,
  "includeRecentTrades": false,
  "recentTradesLimit": 20,
  "arbMinSpread": 0.03,
  "arbMinSimilarity": 0.55,
  "monitorMode": false,
  "monitorMinOddsChange": 0.02,
  "minVolume24h": 10000,
  "minLiquidity": 0,
  "maxItems": 100,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "title": {
    "label": "Event"
  },
  "category": {
    "label": "Category"
  },
  "marketCount": {
    "label": "# Markets"
  },
  "volume24hr": {
    "label": "24h vol"
  },
  "volumeNum": {
    "label": "Total vol"
  },
  "liquidityNum": {
    "label": "Liquidity"
  },
  "openInterest": {
    "label": "Open interest"
  },
  "endDate": {
    "label": "Ends"
  },
  "url": {
    "label": "URL"
  }
}
```

## 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.