An Apify actor that scrapes trader data from Binance Futures and Options leaderboards. It can rank traders based on ROI, PNL, follower count, filter by position sharing status, and collect data on daily/weekly/monthly/all-time basis. Perfect for tracking top performers and analyzing trading patterns
This project is an Apify actor designed to scrape leaderboard data from Binance Futures and Options trading. It collects trader information such as ROI, PNL, rank, and other statistics based on specified parameters.
1{ 2"periodType": "WEEKLY", 3"statisticsType": "ROI", 4"tradeType": "OPTIONS", 5"isShared": true, 6"isTrader": false 7}
The collected data is saved to the Apify dataset. The output data includes the following fields:
nickName
: Trader's usernameuserPhotoUrl
: Profile photo URLrank
: Current rank in leaderboardpnl
: Profit and Lossroi
: Return on Investment percentagepositionShared
: Whether positions are sharedtwitterUrl
: Twitter profile linkencryptedNewUid
: Options User IDencryptedUid
: Futures User IDupdateTime
: Last update timestampfollowerCount
: Number of followersfutureUid
: Future UIDtwShared
: Twitter sharing statusisTwTrader
: Twitter trader statusopenId
: Open ID1{ 2 "futureUid": null, 3 "nickName": "BoinkBoink", 4 "userPhotoUrl": "", 5 "rank": 4169, 6 "pnl": 25034.07283200, 7 "roi": 1.13213700, 8 "positionShared": true, 9 "twitterUrl": null, 10 "encryptedUid": "F5FB5A0B7B6C7105D86D1D0185D56D21", 11 "updateTime": "2025-01-01 12:00:00", 12 "followerCount": 803, 13 "twShared": true, 14 "isTwTrader": true, 15 "openId": "zogz5qu" 16 }
1{ 2 "nickName": "User-ff2f1", 3 "userPhotoUrl": "https://static-file-1306379396.file.myqcloud.com/static/content/static-sources/square-default-avatar.png", 4 "rank": 1, 5 "pnl": 40369.55765958, 6 "roi": 403.69557700, 7 "positionShared": false, 8 "twitterUrl": null, 9 "encryptedNewUid": "AE28F7B42CC6CC34EE4C0FA23BF9F6FB", 10 "updateTime": "2024-12-17 00:00:00", 11 "followerCount": 334 12 }
This example output shows the structured data of a single trader. The actual output will be a list of similar objects for all processed trader.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!