Prediction Markets — Polymarket & Kalshi, One Schema avatar

Prediction Markets — Polymarket & Kalshi, One Schema

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Prediction Markets — Polymarket & Kalshi, One Schema

Prediction Markets — Polymarket & Kalshi, One Schema

Live prices, volume and liquidity from Polymarket and Kalshi in one unified, CSV-ready dataset — so you can compare or arbitrage across both venues without writing two parsers. Free public APIs, no keys.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

alaudin burki

alaudin burki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Live prices, volume and liquidity from Polymarket and Kalshi in one unified, CSV-ready dataset — so you can compare or arbitrage across both venues without writing two parsers. Free public APIs, no keys.

Built reliability-first: every row reports what was found and what was missing — you never get a silent blank, and a run summary tells you exactly what happened.

What you get

FieldDescription
sourceSource
questionQuestion
categoryCategory
yesPriceYes Price
noPriceNo Price
volumeVolume
liquidityLiquidity
statusStatus
urlUrl

How to use it

  1. Fill in the input (see the example below).
  2. Run it once for a snapshot, or schedule it to keep the data fresh.
  3. Export to CSV/JSON/Excel, or push straight to Google Sheets, Notion, Airtable, Zapier, Make, or n8n.

Input

{
"sources": [
"polymarket",
"kalshi"
],
"query": "",
"onlyOpen": true,
"maxItems": 1000
}

Sample output

[
{
"source": "example",
"question": "example",
"category": "example",
"yesPrice": 29.99,
"noPrice": 29.99,
"volume": 3.14,
"liquidity": 3.14,
"status": "ok",
"url": "https://example.com/item/1"
}
]

Typical uses

  • Cross-venue arbitrage — same event on both venues, compare yesPrice; the unified schema makes the diff trivial.
  • AI trading agents — a clean, stable feed of open markets with prices and volume.
  • Research / newsrooms — snapshot what the crowd is pricing on a topic (query).

Pricing

$2.50 / 1,000 results ($0.0025 per result), plus a near-zero start fee. You are never charged beyond your limit, and blocked or failed items are reported honestly — not billed as data.

FAQ & limitations

  • Both APIs are public and unauthenticated; if a venue's API is briefly down, this Actor returns the other venue's data and records the failure in META.failedSources — it never fakes a zero-row success.
  • Polymarket doesn't expose open interest on this endpoint, so openInterest is null for Polymarket rows (populated for Kalshi).
  • Prices are a snapshot at fetch time — schedule the run for a time series.
  • Integrations: output works with Zapier, Make, n8n, and any webhook via Apify's integrations.
  • Formats: results export as JSON, CSV, Excel, or HTML from the dataset.
  • Crypto Market Data
  • Stock Market Data
  • Prediction Markets