Polymarket Leaderboard Scraper – Top Wallets, PnL
Pricing
from $2.50 / 1,000 results
Polymarket Leaderboard Scraper – Top Wallets, PnL
Polymarket leaderboard scraper and unofficial API: export top traders and smart-money wallet rankings (PnL, ROI, win rate) to CSV/JSON, no login.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share
Polymarket Leaderboard Scraper — Top Traders & Wallets
Scrape the Polymarket leaderboard of top traders and profitable wallets in one run. This actor pulls the curated top-wallet rankings across every Polymarket category — politics, crypto, sports, Trump-tagged and more — and returns each wallet ranked by PnL, ROI, win rate, average bet and volume, with smart-money tags and an optional 24h deep-dive.
It is a Polymarket top traders scraper and smart-money wallet tracker built for copy-trading research, prediction-market analytics and on-chain whale watching. No API key, no login, no wallet connection — export clean CSV, JSON or Excel.
What you get
Each leaderboard row (always present):
wallet— wallet addressname,pseudonym,profileImage— trader identitypnl— USD profitroi— return on invested cash (0–1)assetCash— USD investedwinRate— win rate (0–1)avgBet— average bet sizevolume— total USD volumebuys,sells,txs— bet countslastActive— ISO timestamp of last betwalletTag— tags such assmart_money,top100_21appearedIn— which (interval × category) rankings surfaced the walletpolymarketUrl,futureNewsUrl— convenience profile linksscrapedAt— scrape timestamp
Optional per-wallet 24h overview (when includeWalletOverview is on):
walletAge— account agetotalValue— current portfolio valuetotalProfit,totalProfitPnl— lifetime profit + PnL ratiocashBal— USD cash balancerealizedProfit24h,realizedProfit24hPnl— 24h realized profit + PnLbuy24h,sell24h— 24h bet countsboughtCost24h,soldIncome24h— 24h cash flow
Up to ~1,000 unique top Polymarket traders per run, deduplicated across intervals and categories.
Use cases
- Copy-trading research — find who is consistently winning on Polymarket and study their bets.
- Election & politics forecasting — track which politics-category top wallets are accumulating positions.
- Sports betting analytics — isolate the winning sports-category wallets and their patterns.
- Crypto-only prediction markets — filter to the crypto category to study crypto bettors.
- Prediction-market analytics products — power your own leaderboard or wallet-profile dashboard.
- Influencer verification — check public win-boasts against the real leaderboard.
- AI / ML datasets — build labelled top-trader datasets for prediction-market models.
Input reference
| Field | Type | Description |
|---|---|---|
intervals | array | Lookback windows: 1d, 7d, 30d, all. |
includeSmartWallet | boolean | Fetch the broad smart-wallet top ~200 list per interval. |
categories | array | Polymarket category IDs for per-category top-100 lists. |
includeWalletOverview | boolean | Add the per-wallet 24h deep-dive (slower, richer). |
maxOverviewLookups | integer | Cap on per-wallet overview calls (0 = all unique wallets). |
minPnl / minRoi / minWinRate / minVolumeUsd / minTxs | number | Quality thresholds to drop weak rows. |
tagFilter | array | Keep only wallets carrying these tags. |
deduplicate | boolean | Merge wallets surfaced by multiple calls into one row. |
useProxy / proxyConfiguration | bool / object | Apify Proxy (residential recommended). |
maxConcurrency | integer | Parallel API calls (3–5 is safe). |
How to use
- Choose Lookback Intervals (
1d,7d,30d,all). - Keep Include Smart-Wallet Top 200 on for the broad list, and/or set Category IDs (e.g.
1Sports,2Politics,21Crypto,100265Trump-tagged) for per-category top-100 lists. - Optionally enable Include Per-Wallet 24h Overview for the deep-dive (slower, richer).
- Apply any filters (min PnL, ROI, win rate, volume, transactions, tags), then run.
- Export the dataset to CSV, JSON or Excel, or pull it via the Apify API.
Example input
{"intervals": ["7d", "all"],"includeSmartWallet": true,"categories": ["1", "2", "21"],"minWinRate": 0.5,"deduplicate": true}
Categories
| ID | Category |
|---|---|
1 | Sports |
2 | Politics |
21 | Crypto |
100265 | Trump-tagged / news |
Each (interval × category) pair is one API call; rows are merged and deduplicated when deduplicate is on.
FAQ
How many wallets can I get per run?
Up to roughly 1,000 unique top traders after deduplication — the smart-wallet list returns about 200 per interval, plus 100 per category per interval. More intervals and categories multiply the total.
Do I need a Polymarket login or API key?
No. The actor reads the public future.news leaderboard data that aggregates Polymarket traders — no account, no wallet connection, no API key.
Can I filter to only profitable smart-money wallets?
Yes. Set thresholds for minimum PnL, ROI, win rate, volume and transactions, and use the tag filter to keep only smart_money or specific category-tagged wallets.
Why is a residential proxy recommended?
The source is fronted by Cloudflare rate limits. Routing through Apify Proxy with the residential group is the most reliable way to complete large runs without throttling.
What is the difference between intervals and categories?
Intervals are time windows (1d, 7d, 30d, all) that define the ranking period. Categories are Polymarket verticals (sports, politics, crypto, Trump-tagged). Every interval × category combination is a separate ranked list, and the actor merges them into one deduplicated dataset.
Can I export to CSV, JSON or Excel?
Yes. Every run produces an Apify dataset you can export to CSV, JSON, Excel, XML or JSONL from the run page or via the Apify API.
Is this a Polymarket API alternative?
Yes. It works as an unofficial Polymarket API alternative for leaderboard and wallet data — no official API key, no login and no wallet connection are required to pull the rankings.
How do I scrape Polymarket leaderboard data without an API?
Run the actor and it reads the public Polymarket leaderboard data for you, then returns a structured dataset of top traders. You get Polymarket wallet data extraction without writing any scraping or API code.
How do I export Polymarket top traders to CSV or JSON?
Run it, then export the resulting dataset to CSV or JSON (also Excel, XML, JSONL) from the run page or the Apify API. It is a ready Polymarket top traders scraper for building a leaderboard dataset.
Changelog
2026-06-07
- Docs: added coverage for using the actor as a Polymarket API alternative, scraping the leaderboard without an API, and exporting top traders to CSV/JSON.
Collects publicly available leaderboard data only. Not affiliated with or endorsed by Polymarket. This is not financial advice — always do your own research.