Free Polymarket prediction-market screener. 13,963 markets indexed, top movers, highest volume, crash signals, and category filters — all in one page.
🔗 Live: https://luciferforge.github.io/polyscope/
- 24h movers — biggest price swings across active markets
- Volume leaders — what's actually trading, not what's just listed
- Crash signals — markets that lost >20% in 1h, where mean-reversion historically wins ~80% (see cross-signal-data)
- Category filters — politics, crypto, sports, economics, AI, etc.
- Active markets only —
closed=falseGamma API filter, daily refresh
- Static site generator:
build_screener.pycalls the Polymarket Gamma API, ranks markets, and writesdocs/index.html+ per-market pages. - Hosted on GitHub Pages. Zero backend, zero subscription, zero login.
- Source of truth for the screener data: same pipeline that powers api.protodex.io and the Polymarket Historical Dataset on Gumroad.
Polymarket's own UI optimises for individual market depth. If you want to scan the universe for opportunities — "what crashed in the last hour", "where is volume actually concentrated", "what political markets exist under 20¢" — you need a screener. There wasn't a free one, so this is it.
git clone https://github.com/LuciferForge/polyscope.git
cd polyscope
pip install requests
python build_screener.py
open docs/index.htmlNo API key required. Hits the public Gamma endpoint.
The screener shows the latest snapshot. If you want the full historical price series — 9.5M+ snapshots across 9,550 markets for backtesting and feature engineering — that's the Polymarket Historical Dataset.
MIT.