Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Platforms
  3. /Kalshi
Prediction Markets21 active endpointsapiKey

Kalshi Scraper API

Collect Kalshi events, markets, series, recent trades, order books, exchange schedule, and historical market candlesticks as normalized JSON for dashboards and research. Not investment advice or real-time trading data.

Extract Kalshi events, markets, series, trades, order books, and historical market data as structured JSON from credential-free public exchange data.

View docs Open Playground

Endpoint families

6

Documented params

84

Examples

21

Live catalog snapshot

Kalshi coverage

Active endpoints

21

Methods

GET

Required params

32

Schema refs

21

Historical5
Event3
Market3
Markets3
{
  "platform": "Kalshi",
  "endpoint": "kalshi-events",
  "method": "GET",
  "path": "/kalshi/events",
  "auth": "apiKey"
}

Related use cases

Prediction Market Data AI Agent Web Data

Use cases

Workflows that fit Kalshi

Extract Kalshi events, markets, series, trades, order books, and historical market data as structured JSON from credential-free public exchange data.

Event and market monitoring

Use Kalshi endpoints to turn event and market monitoring into repeatable API requests with documented inputs and JSON responses.

Order book and trade research

Use Kalshi endpoints to turn order book and trade research into repeatable API requests with documented inputs and JSON responses.

Historical market data collection

Use Kalshi endpoints to turn historical market data collection into repeatable API requests with documented inputs and JSON responses.

Managed execution

How Crawlora handles this platform

Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.

Endpoint-specific execution

Request behavior is tuned for the target platform and endpoint type.

Proxy-aware collection

Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.

Browser-backed rendering

Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.

Challenge-aware behavior

Challenge pages and unusable upstream responses are detected and surfaced clearly.

Normalized response schema

Results are returned as documented JSON instead of raw HTML.

Playground-ready testing

Test the same route from Docs and Playground before production integration.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

5 endpoints

Historical

/kalshi/historical/markets

GETapiKey
3 endpoints

Event

/kalshi/event/{event_ticker}

GETapiKey
3 endpoints

Market

/kalshi/market/{ticker}

GETapiKey
3 endpoints

Markets

/kalshi/markets

GETapiKey
2 endpoints

Events

/kalshi/events

GETapiKey
2 endpoints

Exchange

/kalshi/exchange/status

GETapiKey

Featured endpoints

Kalshi API endpoints

Browse full docs
GETapiKeyexample
/kalshi/events
Details

Kalshi events

Returns normalized Kalshi event rows from credential-free public market-data JSON.

limit:querycursor:queryseries_ticker:query+7 more
Open in Playground
GETapiKeyexample
/kalshi/event/{event_ticker}
Details

Kalshi event detail

Returns one normalized Kalshi event row and its normalized markets from credential-free public market-data JSON.

event_ticker:pathx-api-key:header
Open in Playground
GETapiKeyexample
/kalshi/markets
Details

Kalshi markets

Returns normalized Kalshi market rows from credential-free public market-data JSON. The `status` enum accepts `unopened`, `open`, `closed`, and `settled`.

limit:querycursor:queryevent_ticker:query+4 more
Open in Playground
GETapiKeyexample
/kalshi/market/{ticker}
Details

Kalshi market detail

Returns one normalized Kalshi market row from credential-free public market-data JSON.

ticker:pathx-api-key:header
Open in Playground
GETapiKeyexample
/kalshi/market/{ticker}/orderbook
Details

Kalshi market orderbook

Returns normalized yes/no bid levels for one Kalshi market ticker from public orderbook JSON.

ticker:pathx-api-key:header
Open in Playground
GETapiKeyexample
/kalshi/trades
Details

Kalshi trades

Returns normalized recent Kalshi market trades from credential-free public market-data JSON.

limit:querycursor:queryticker:query+3 more
Open in Playground

Integration preview

Kalshi events

curl -X GET "https://api.crawlora.net/api/v1/kalshi/events" \
  -H "x-api-key: <api-key>"
Primary auth
apiKey
Path params
0
Query/body inputs
10
Choose a documented endpoint.
Send the expected auth header.
Receive structured JSON data.
Test the same route in Playground.

Related APIs

More prediction markets coverage

Prediction Markets

Polymarket

Collect Polymarket event and market detail, token prices, order books, midpoints, spreads, price history, tags, sports, leaderboards, and trade activity as normalized JSON for dashboards, research, and agent-native workflows. Not investment advice or real-time trading data.

Prediction Markets

Metaculus

Collect Metaculus questions, community forecasts and forecast history, question metadata, options, and comment feeds as normalized JSON for research and tracking. Not investment, forecasting, or decision advice.

Test Kalshi endpoints against the same catalog used by Docs.

Read docs Create account