Prediction Market Data Scraper avatar

Prediction Market Data Scraper

Pricing

Pay per usage

Go to Apify Store
Prediction Market Data Scraper

Prediction Market Data Scraper

Scrape structured prediction market data from Kalshi. Browse events by category (weather, politics, economics, elections, sports), search markets by keyword, or fetch specific events. Returns current odds, volume, open interest, liquidity, and settlement results. No API key needed.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Stew Williamson

Stew Williamson

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape structured prediction market data from Kalshi, the largest CFTC-regulated prediction market exchange. Browse events by category, search by keyword, or fetch specific event details with all associated markets.

What it does

  • Browse events by category: Climate & Weather, Elections, Politics, Economics, Entertainment, Sports, Science & Technology, and more
  • Search markets by keyword across all active tickers and titles
  • Fetch event details with all nested markets, odds, and metadata
  • Include settled events alongside open ones for historical analysis

Output data

Each market record includes:

FieldDescription
tickerKalshi market ticker (e.g., KXWARMING-50)
titleHuman-readable market question
yes_bid / yes_askCurrent YES side prices
no_bid / no_askCurrent NO side prices
last_priceMost recent trade price
volumeTotal contracts traded
volume_24h24-hour trading volume
open_interestOpen contracts
liquidityAvailable liquidity
close_timeMarket close timestamp
resultSettlement result (for settled markets)

Use cases

  • Academic research on prediction accuracy and market efficiency
  • Journalism covering elections, climate, and event markets
  • Trading analysis — export bulk data for backtesting and model building
  • AI/ML training — build prediction models on historical odds data
  • Political analysis — track election odds over time
  • Event monitoring — track real-money forecasts on any topic Kalshi covers

How to use

Browse by category

{
"mode": "events",
"category": "Elections",
"limit": 50
}

Search markets

{
"mode": "search",
"query": "pope",
"limit": 20
}

Get specific event with all markets

{
"mode": "event_detail",
"event_ticker": "KXNEWPOPE-70"
}

Include settled markets for historical analysis

{
"mode": "events",
"category": "Climate and Weather",
"include_settled": true,
"limit": 100
}

No API key required

This actor uses Kalshi's public market data API. No authentication or API keys needed.

Categories available

Climate and Weather, Economics, Elections, Entertainment, Financials, Politics, Science and Technology, Sports, Transportation, World

Pricing

Pay-per-event on Apify Store. Typically costs less than $0.01 per run for standard queries.