Prediction Markets — Polymarket & Kalshi, One Schema
Pricing
from $2.50 / 1,000 results
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
Maintained by CommunityActor 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
| Field | Description |
|---|---|
source | Source |
question | Question |
category | Category |
yesPrice | Yes Price |
noPrice | No Price |
volume | Volume |
liquidity | Liquidity |
status | Status |
url | Url |
How to use it
- Fill in the input (see the example below).
- Run it once for a snapshot, or schedule it to keep the data fresh.
- 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
openInterestis 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.
Related actors
- Crypto Market Data
- Stock Market Data
- Prediction Markets