Binance Futures Leaderboard Scraper 📊 avatar
Binance Futures Leaderboard Scraper 📊

Pricing

$19.99/month + usage

Go to Apify Store
Binance Futures Leaderboard Scraper 📊

Binance Futures Leaderboard Scraper 📊

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.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

27

Total users

0

Monthly active users

3 days ago

Last modified

Share

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.

{
"maxItems": 100,
"tradeType": "PERPETUAL",
"statisticsType": "ROI",
"periodType": "ALL"
}

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.

[
{
"scrapedAt": "2025-01-26T10:40:01.318Z",
"item": {
"futureUid": null,
"nickName": "StellarMom",
"userPhotoUrl": "https://public-1306379396.file.myqcloud.com/image/common_notification/20211230/9fcca2a6-6c68-41dc-9d50-10efe1a3d710.png",
"rank": 61,
"pnl": 22418.978779,
"roi": 154.821067,
"positionShared": true,
"twitterUrl": "https://twitter.com/ICPSCAMCOIN",
"encryptedUid": "3AFFCB67ED4F1D1D8437BA17F4E8E5ED",
"updateTime": 1737763200000,
"followerCount": 396540,
"twShared": null,
"isTwTrader": null,
"openId": null
}
},
...
]