Binance Futures Leaderboard Scraper - Working properly 2024 avatar
Binance Futures Leaderboard Scraper - Working properly 2024
Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
Binance Futures Leaderboard Scraper - Working properly 2024

Binance Futures Leaderboard Scraper - Working properly 2024

epctex/binance-futures-leaderboard
Try for free

3 days trial then $30.00/month - No credit card required now

Unleash the power of Binance Futures Leaderboard Scraper! Gather and analyze top user positions on the largest cryptocurrency exchange. Optimize your coin trading with advanced filtering and sorting features. Gain valuable insights for informed decisions.

Binance Futures Leaderboard Scraper

Binance Futures Leaderboard Scraper is an Apify actor which lets you extract data from Binance by using any filtering and sorting options provided by Binance. You can read more in this blog post about how this actor works.

Features

  • Scrape leaderboards by filters - You can scrape leaderboards by using advanced filters (described in detail below) and get the user's PNL, ROI, and rank information.

  • Scrape leaderboards by URLs - You can scrape filtered leaderboards by directly using URLs.

  • Scrape positions - You Trend Analysis: You can analyze the position trends of the top users can scrape specific user's current open positions and get attributes like symbol entry price, mark price, amount, PNL, ROE,

  • Sort - You can sort users by using their ROI, or PNL attributes.

  • You can define the maximum number of users

Possible Use-cases

  • Automated trading: You can integrate this scraper into your automated trading algorithms and copy positions of the top users on Binance Futures

  • Developing Signal Bots: You can process the positions of the top users and send signals to possible places like Telegram or IRC bots.

  • Trend Analysis: You can analyze the position trends of the top users.

  • Popular Positions: You can compare open positions and learn what top users are on to.

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Input Parameters

The input of this scraper should be JSON containing the list of pages on Binance Leaderboard that should be visited. Possible fields are:

  • startUrls: (Optional) (Array) List of Binance futures leaderboard URLs. It can be any filtered leaderboard or User detail page.

  • tradeType: (Optional) (String) Type of the leaderboard you want to scrape. Valid values: PERPETUAL | DELIVERY.

  • periodType: (Optional) (String) Period filter for the leaderboard. Valid values: DAILY | WEEKLY | MONTHLY | ALL.

  • sortType: (Optional) (String) sorting filter for the leaderboard. Valid values: ROI | PNL.

  • maxItems: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results.

  • proxy: (Required) (Proxy Object) Proxy configuration. Binance ceased its activities in the United States a while back. Please do not use US proxies for the actor, or Binance will block them.

This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.

Compute Unit Consumption

The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all the important requests. If the actor doesn't block very often it'll scrape 100 listings in 1 minute with ~0.01-0.03 compute units.

Binance Futures Leaderboard Scraper Input example

1{
2  "startUrls":[
3    "https://www.binance.com/en/futures-activity/leaderboard/user/cm?encryptedUid=708A41D98F05FD23F8423AB41514E489"
4  ],
5  "periodType":"ALL",
6  "sortType":"ROI",
7  "tradeType":"PERPETUAL",
8  "maxItems": 200,
9  "proxy": {
10    "useApifyProxy": true
11  }
12}

During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified.

When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this actor.

Scraped Users & Positions

1{
2    "nickName": "CryptoNifeCatchN",
3    "userPhotoUrl": "https://public.bnbstatic.com/image/common_notification/20211230/f6305dee-e00e-4bfe-9d13-3073ad8eb565.png",
4    "positionShared": true,
5    "deliveryPositionShared": false,
6    "followingCount": 0,
7    "followerCount": 1501,
8    "twitterUrl": "https://twitter.com/CryptoNifeCatch",
9    "introduction": "Follow on Twitter and get a link there to copy all my trades",
10    "twShared": true,
11    "isTwTrader": false,
12    "openId": null,
13    "portfolioId": null,
14    "positions": [
15        {
16            "symbol": "TOMOUSDT",
17            "entryPrice": 0.5825,
18            "markPrice": 0.57599205,
19            "pnl": -16.7514633,
20            "roe": -0.01123453,
21            "updateTime": [
22                2023,
23                3,
24                24,
25                9,
26                12,
27                53,
28                157000000
29            ],
30            "amount": 2574,
31            "updateTimeStamp": 1679649173157,
32            "yellow": true,
33            "tradeBefore": false,
34            "leverage": 2
35        }
36    ]
37}

Contact

Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.

Developer
Maintained by Community
Actor metrics
  • 14 monthly users
  • 42.2% runs succeeded
  • 0.5 days response time
  • Created in Oct 2021
  • Modified about 8 hours ago