# Kalshi politics markets and odds

**Use case:** 

Open Kalshi markets in the Politics category, found by searching every open event, one row per market with event title, bid, ask, last price, volume, open interest and close time. Capped at 300 rows.

## Input

```json
{
  "seriesTickers": [
    "KXFEDDECISION"
  ],
  "categories": [
    "Politics"
  ],
  "marketStatus": "open",
  "maxResults": 300,
  "monitoringMode": false,
  "minPriceChangeCents": 1,
  "minVolumeChange": 1,
  "resetMonitoringState": false
}
```

## Output

```json
{
  "category": {
    "label": "category",
    "format": "string"
  },
  "eventTitle": {
    "label": "eventTitle",
    "format": "string"
  },
  "marketTitle": {
    "label": "marketTitle",
    "format": "string"
  },
  "yesLabel": {
    "label": "yesLabel",
    "format": "string"
  },
  "marketTicker": {
    "label": "marketTicker",
    "format": "string"
  },
  "marketStatus": {
    "label": "marketStatus",
    "format": "string"
  },
  "yesBid": {
    "label": "yesBid",
    "format": "string"
  },
  "yesAsk": {
    "label": "yesAsk",
    "format": "string"
  },
  "lastPrice": {
    "label": "lastPrice",
    "format": "string"
  },
  "volume": {
    "label": "volume",
    "format": "string"
  },
  "volume24h": {
    "label": "volume24h",
    "format": "string"
  },
  "openInterest": {
    "label": "openInterest",
    "format": "string"
  },
  "closeTime": {
    "label": "closeTime",
    "format": "string"
  },
  "result": {
    "label": "result",
    "format": "string"
  },
  "monitorStatus": {
    "label": "monitorStatus",
    "format": "string"
  },
  "changedFields": {
    "label": "changedFields",
    "format": "string"
  },
  "lastPriceChange": {
    "label": "lastPriceChange",
    "format": "string"
  },
  "status": {
    "label": "status",
    "format": "string"
  },
  "note": {
    "label": "note",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Kalshi Markets Scraper & Price Monitor - Odds, Volume, Changes](https://apify.com/neverempty/kalshi-markets-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/kalshi-markets-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/kalshi-markets-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
