Binance Copy Trading Leaderboard Scraper
Pricing
Pay per usage
Go to Apify Store
Binance Copy Trading Leaderboard Scraper
Scrapes the Binance Copy Trading leaderboard — top futures traders ranked by PnL or ROI with statistics like win rate, drawdown, AUM.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes the Binance Copy Trading Leaderboard — the top futures traders ranked by PnL or ROI, with detailed statistics.
Features
- Rank by PnL or ROI: Choose which metric to rank traders by
- Time range filter: 7, 30, 90, or 180 day statistics
- Portfolio type filter: All, Spot, or Futures portfolios
- Full trader stats: ROI, PnL, AUM, win rate, max drawdown, Sharpe ratio
- Copier counts: Current and maximum copier counts
- Profile links: Direct Binance profile URL for each trader
Input
| Field | Type | Description |
|---|---|---|
dataType | enum | Rank by PNL (Profit & Loss) or ROI (Return on Investment, default: PNL) |
timeRange | enum | 7D, 30D, 90D, 180D (default: 30D) |
portfolioType | enum | ALL, SPOT, or FUTURES (default: ALL) |
maxItems | integer | Maximum traders to scrape (default: 100) |
Output
Each item in the dataset contains:
| Field | Description |
|---|---|
rank | Rank on the leaderboard |
leadPortfolioId | Unique Binance portfolio ID |
nickname | Trader's nickname |
profileUrl | Link to their Binance copy trading profile |
badge | Trader badge (e.g., MASTER, ELITE, PRO) |
portfolioType | Portfolio type (PUBLIC, etc.) |
currentCopiers | Number of people currently copying this trader |
maxCopiers | Maximum allowed copiers |
roi | Return on Investment (%) for the selected time range |
pnl | Profit and Loss in USDT for the selected time range |
aum | Assets Under Management (USDT) |
mdd | Maximum Drawdown (%) |
winRate | Win rate (%) |
sharpeRatio | Sharpe ratio |
isTradFi | Whether the trader has TradFi experience tag |
startDate | Date the trader started on Binance copy trading |
timeRange | Time range used for statistics |
dataType | Ranking metric (PNL or ROI) |
scrapedAt | ISO timestamp |
Example Input
{"dataType": "ROI","timeRange": "7D","portfolioType": "FUTURES","maxItems": 200}
Notes
- This actor uses the Binance public API (no authentication required)
- The Binance copy trading leaderboard replaced the older futures leaderboard (at
/en/futures-activity/leaderboard) - The API is paginated with 18 traders per page; the actor handles pagination automatically
- Rate limiting: 500ms delay between pages