# Biggest prediction market movers today (Polymarket + Kalshi)

**Use case:** 

Top 100 markets by 24h price move and volume across Polymarket and Kalshi in one feed: question, current odds, 24h change, volume, liquidity and URL. A daily pulse of where the crowd changed its mind. Public data, pay per result, HTTP-only.

## Input

```json
{
  "platforms": [
    "polymarket",
    "kalshi"
  ],
  "topMarketsPerPlatform": 200,
  "minVolume24hUsd": 1000,
  "minAbsPriceChange24h": "0",
  "maxRows": 100,
  "sortBy": "catalystScore",
  "keyword": ""
}
```

## Output

```json
{
  "rank": {
    "label": "#"
  },
  "platform": {
    "label": "Platform"
  },
  "title": {
    "label": "Market"
  },
  "yesPrice": {
    "label": "Yes price"
  },
  "priceChange24h": {
    "label": "Δ 24h"
  },
  "priceChange1h": {
    "label": "Δ 1h"
  },
  "volume24hUsd": {
    "label": "Vol 24h $"
  },
  "hoursToClose": {
    "label": "Closes in (h)"
  },
  "catalystScore": {
    "label": "Catalyst"
  },
  "signals": {
    "label": "Signals"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Prediction Market Movers | Polymarket & Kalshi Catalyst Feed](https://apify.com/tactful_anvil/prediction-market-movers.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tactful_anvil/prediction-market-movers.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/tactful_anvil/prediction-market-movers.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`).
