Binance Futures Leaderboard Scraper πŸ“Š avatar
Binance Futures Leaderboard Scraper πŸ“Š

Pricing

$19.99/month + usage

Go to Store
Binance Futures Leaderboard Scraper πŸ“Š

Binance Futures Leaderboard Scraper πŸ“Š

Developed by

EasyApi

EasyApi

Maintained by Community

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.

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

11

Monthly users

4

Runs succeeded

>99%

Last modified

a month ago

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
}
},
...
]