# Scrape Polymarket election odds

**Use case:** 

Pull live Polymarket election and politics markets with implied probability, prices, and volume in a clean unified schema.

## Input

```json
{
  "platforms": [
    "polymarket"
  ],
  "status": "open",
  "keyword": "election",
  "maxMarketsPerPlatform": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "platform": {
    "label": "Platform"
  },
  "question": {
    "label": "Market"
  },
  "yesProbability": {
    "label": "Yes prob"
  },
  "favoriteOutcome": {
    "label": "Favorite"
  },
  "favoriteProbability": {
    "label": "Fav prob"
  },
  "volume": {
    "label": "Volume"
  },
  "volumeUnit": {
    "label": "Unit"
  },
  "liquidity": {
    "label": "Liquidity"
  },
  "status": {
    "label": "Status"
  },
  "endDate": {
    "label": "Ends"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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