# Monitor US Election Odds & Political Events on Polymarket

**Use case:** 

Gather real-time data on political prediction markets, including election outcomes and policy changes. Leverage this data for political analysis, strategic plan

## Input

```json
{
  "mode": "search",
  "query": "US election 2024",
  "category": "Politics",
  "resolvedOnly": false,
  "activeOnly": true,
  "maxItems": 15
}
```

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