Binance Futures Leaderboard Scraper 📊
2 hours trial then $19.99/month - No credit card required now
Binance Futures Leaderboard Scraper 📊
2 hours trial then $19.99/month - No credit card required now
Scrape Binance Futures Leaderboard data including traders' ROI, PNL, followers count, and social media links. Get insights from top cryptocurrency traders' performance metrics and trading statistics.
Automatically extract detailed trading performance data from Binance Futures Leaderboard. This Actor helps you gather valuable insights about top cryptocurrency traders and their achievements.
Features ✨
- 🎯 Scrape comprehensive trader performance metrics
- 📈 Get ROI (Return on Investment) statistics
- 💰 Track PNL (Profit and Loss) data
- 👥 Monitor followers count
- 🔗 Collect social media links (Twitter)
- ⏱️ Historical performance tracking
- 🔄 Regular data updates
- 📊 Structured JSON output
Output Data 📋
For each trader, you'll receive:
- Trader's nickname and unique identifier
- Profile photo URL
- Ranking position
- ROI percentage
- PNL value
- Number of followers
- Twitter profile link (if available)
- Position sharing status
- Last update timestamp
Use Cases 💡
- Monitor top traders' performance
- Analyze trading strategies
- Track market leaders
- Research trading patterns
- Build trading analytics
- Create trading signals
- Develop market insights
- Compare trader performances
Input Parameters 🎛️
Parameter | Type | Description |
---|---|---|
maxItems | Number | Maximum number of traders to scrape |
tradeType | String | Type of trading (PERPETUAL or DELIVERY) |
statisticsType | String | Sorting criteria (ROI, PNL, or FOLLOWERS) |
periodType | String | Time period for statistics (DAILY, WEEKLY, MONTHLY, or ALL) |
Limitations ⚠️
- Respects Binance's rate limits
- Public data only
- Updates based on Binance's refresh rate
Input Example
A full explanation of an input example in JSON.
1{ 2 "maxItems": 100, 3 "tradeType": "PERPETUAL", 4 "statisticsType": "ROI", 5 "periodType": "ALL" 6}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "scrapedAt": "2025-01-26T10:40:01.318Z", 4 "item": { 5 "futureUid": null, 6 "nickName": "StellarMom", 7 "userPhotoUrl": "https://public-1306379396.file.myqcloud.com/image/common_notification/20211230/9fcca2a6-6c68-41dc-9d50-10efe1a3d710.png", 8 "rank": 61, 9 "pnl": 22418.978779, 10 "roi": 154.821067, 11 "positionShared": true, 12 "twitterUrl": "https://twitter.com/ICPSCAMCOIN", 13 "encryptedUid": "3AFFCB67ED4F1D1D8437BA17F4E8E5ED", 14 "updateTime": 1737763200000, 15 "followerCount": 396540, 16 "twShared": null, 17 "isTwTrader": null, 18 "openId": null 19 } 20 }, 21 ... 22]
Actor Metrics
2 monthly users
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 6 hours ago