# Settled Kalshi Prediction Markets

**Use case:** 

Extract Kalshi Prediction Markets data filtered by Settled. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "status": "settled",
  "maxItems": 10
}
```

## Output

```json
{
  "ticker": {
    "label": "🎟️ Ticker",
    "format": "text"
  },
  "title": {
    "label": "📰 Title",
    "format": "text"
  },
  "status": {
    "label": "⚡ Status",
    "format": "text"
  },
  "closeTime": {
    "label": "🕒 Close Time",
    "format": "text"
  },
  "yesAsk": {
    "label": "✅ Yes Ask",
    "format": "text"
  },
  "noBid": {
    "label": "❌ No Bid",
    "format": "text"
  },
  "volume": {
    "label": "📊 Volume",
    "format": "text"
  },
  "openInterest": {
    "label": "🔓 Open Interest",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "expirationTime": {
    "label": "⏳ Expiration",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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