Binance Futures Leaderboard Scraper 📊 avatar

Binance Futures Leaderboard Scraper 📊

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Binance Futures Leaderboard Scraper 📊

Binance Futures Leaderboard Scraper 📊

easyapi/binance-futures-leaderboard-scraper
Try for free

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 🎛️

ParameterTypeDescription
maxItemsNumberMaximum number of traders to scrape
tradeTypeStringType of trading (PERPETUAL or DELIVERY)
statisticsTypeStringSorting criteria (ROI, PNL, or FOLLOWERS)
periodTypeStringTime 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]
Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 6 hours ago