Polymarket Screener
Screen Polymarket prediction markets by category, probability, liquidity, and track probability changes to find high-value opportunities.
19 downloads
Free
Reviewed
chinese
productivity
Polymarket Screener šÆ
Filter and analyze prediction markets on Polymarket using their public API. Find undervalued bets, track probability movements, and discover high-opportunity markets.
Comparison: Polymarket Screener vs Manual Browsing
| Capability | Manual Browsing | Polymarket Screener |
|---|---|---|
| Filter by probability range | ā Limited | ā Exact range (e.g., 20%-40%) |
| Filter by liquidity | ā No | ā Min/max liquidity filters |
| Track probability changes | ā Manual checking | ā Automated tracking with delta |
| Multi-category scan | ā One at a time | ā All categories at once |
| Probability movement alerts | ā No | ā Configurable thresholds |
| Historical probability data | ā Limited chart | ā Exportable time series |
| Bulk opportunity scoring | ā No | ā Automated scoring |
| Custom watchlists | ā No | ā JSON watchlist with tracking |
| Export to HTML report | ā No | ā Professional report output |
| Sort by expected value | ā No | ā Built-in EV calculator |
Getting Started
No API key needed ā Polymarket's public API is free.
# List active markets
bash scripts/polymarket-screener.sh list --limit 20
# Filter by category
bash scripts/polymarket-screener.sh list --category politics --limit 50
# Find high-opportunity markets (low probability, high liquidity)
bash scripts/polymarket-screener.sh opportunities --min-liquidity 50000 --prob-range "5-30"
# Track probability changes
bash scripts/polymarket-screener.sh track --market-id MARKET_SLUG --hours 48
# Generate full screening report
bash scripts/polymarket-screener.sh report --output polymarket-report.html
Market Categories
- politics ā Elections, legislation, government actions
- crypto ā Price predictions, ETF approvals, protocol events
- sports ā Game outcomes, championships, player performance
- entertainment ā Awards, releases, celebrity events
- science ā Space, climate, research milestones
- business ā Earnings, IPOs, M&A, market indices
- world ā Geopolitics, international events
Opportunity Scoring
Markets are scored based on:
Score = (Liquidity Factor Ć 0.3) + (Probability Edge Ć 0.3) + (Time Value Ć 0.2) + (Movement Ć 0.2)
Liquidity Factor: Higher liquidity = higher score (easier to enter/exit)
Probability Edge: Markets with probabilities far from 50% but trending = opportunity
Time Value: Markets resolving soon with high uncertainty = valuable
Movement: Recent probability shifts indicate new information
What Makes a Good Opportunity?
- Probability between 15-35% or 65-85% ā Enough edge without extreme odds
- Liquidity > $50K ā Can enter meaningful position
- Recent movement > 5% ā Market is actively repricing
- Resolution within 30 days ā Time value is concrete
- Your own knowledge edge ā You know something the market doesn't
Output Formats
| Command | Output File | Contents |
|---|---|---|
list | Console / JSON | Market listings with key stats |
opportunities | Console / JSON | Scored opportunity list |
track | tracking-SLUG.json | Probability time series |
report | polymarket-report.html | Full visual report |
watchlist | watchlist.json | Saved markets with alerts |
API Rate Limits
Polymarket's public API has rate limits. The screener respects these automatically:
- 60 requests/minute for listing endpoints
- 120 requests/minute for market detail endpoints
- Built-in retry with exponential backoff
Disclaimer
ā ļø Prediction markets involve real money and financial risk. This tool provides analysis only ā it does not place bets or manage positions. Always do your own research.
Download
ZIP package ā ready to use
Skill Info
- Creator
- bytesagain1
- Downloads
- 19
- Published
- Mar 15, 2026
- Updated
- Mar 16, 2026