# Election Prediction Markets

**Use case:** 

Collect Polymarket prediction markets for election markets with question, current odds, volume, liquidity and end dates for trading research.

## Input

```json
{
  "status": "active",
  "sortBy": "volume",
  "searchQuery": "election",
  "maxItems": 50
}
```

## Output

```json
{
  "question": {
    "label": "Market"
  },
  "category": {
    "label": "Category"
  },
  "outcomes": {
    "label": "Outcomes & Odds"
  },
  "volume": {
    "label": "Volume (USD)"
  },
  "volume24hr": {
    "label": "24h Volume"
  },
  "liquidity": {
    "label": "Liquidity"
  },
  "bestBid": {
    "label": "Best Bid"
  },
  "bestAsk": {
    "label": "Best Ask"
  },
  "lastTradePrice": {
    "label": "Last Price"
  },
  "endDate": {
    "label": "Ends"
  },
  "closed": {
    "label": "Resolved"
  }
}
```

## About this Actor

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