# Track Trending Crypto Prediction Markets on Polymarket

**Use case:** 

Identify which cryptocurrency events and predictions are currently gaining traction on Polymarket. This helps traders and analysts stay ahead of market sentimen

## Input

```json
{
  "mode": "trending",
  "query": "election",
  "category": "Crypto",
  "minVolume": 5000,
  "resolvedOnly": false,
  "activeOnly": true,
  "maxItems": 10
}
```

## Output

```json
{
  "question": {
    "label": "Question"
  },
  "outcomePrices": {
    "label": "Outcome prices"
  },
  "outcomes": {
    "label": "Outcomes"
  },
  "volume": {
    "label": "Volume"
  },
  "volume24hr": {
    "label": "Volume24hr"
  },
  "liquidity": {
    "label": "Liquidity"
  },
  "endDate": {
    "label": "End date"
  },
  "resolved": {
    "label": "Resolved"
  },
  "category": {
    "label": "Category"
  }
}
```

## About this Actor

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