Hyperliquid Leaderboard Scraper
Pricing
from $7.69 / 1,000 results
Hyperliquid Leaderboard Scraper
Scrapes the Hyperliquid leaderboard by time window and optional trader address. Returns each trader's address, PnL, ROI, volume, and account value as a flat row.
Pricing
from $7.69 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Hyperliquid Leaderboard Scraper
Scrape the Hyperliquid leaderboard by time window or trader address, up to a million entries per run. Each row includes the trader's address, PnL, ROI, volume, and account value. No API key or login. Export to CSV, JSON, Excel, or XML.
Hyperliquid's official API needs an account and rate-limits you. This reads the public leaderboard directly, filtered by 24 hours, 7 days, 30 days, or all time, and returns each trader in one fixed schema. Search by wallet address to isolate a single trader or a group.
| Who uses it | What they scrape Hyperliquid for |
|---|---|
| Quantitative researchers | Which traders consistently rank in the top 100 across multiple time windows |
| Copy traders | Find profitable wallets to mirror before they become widely known |
| DeFi analysts | Track how leaderboard composition shifts after major market moves |
| Crypto media | Pull the latest top trader lists for weekly performance roundups |
What it does
This Actor collects Hyperliquid leaderboard entries by time window and optional trader address, and returns each one as a flat row.
- ⏱️ Time windows: 24 hours, 7 days, 30 days, or all time, selected with one dropdown.
- 🔍 Trader search: filter by wallet address to pull a single trader or a shortlist.
- 📊 Flat rows: every entry comes back as one row with address, PnL, ROI, volume, and account value.
- 📦 Bulk export: collect up to 1,000,000 entries per run and export to CSV, JSON, Excel, or XML.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Hyperliquid data
📈 Track top traders over time.
A quant researcher runs the Actor daily for the 7-day window and stores the CSV to see which wallets stay in the top 100 and which drop out.
🪞 Build a copy-trading shortlist.
A copy trader pulls the all-time leaderboard, filters by ROI, and exports the top 50 addresses to monitor on-chain.
📰 Publish weekly leaderboard roundups.
A crypto newsletter runs the Actor every Monday for the 7-day window and turns the JSON into a ranked table of the week's best traders.
🔎 Investigate a specific wallet.
A DeFi analyst searches a wallet address across all four time windows to see how its performance changes from day to all-time.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Read the public leaderboard without registering an app or handling OAuth. |
| One fixed schema | Every row has the same fields, so you can append runs and compare across time windows. |
| Runs on Apify | Schedule daily or weekly runs and get the latest leaderboard without writing code. |
How it compares
This Actor focuses on the leaderboard only, with a simple time-window filter and address search, while the competitors below add whale tracking, vault metrics, or on-chain depth.
| Feature | ParseForge | Hyperliquid Whale Tracker | Hyperliquid Leaderboard & Vaults Scraper | Hyperliquid Top Traders Leaderboard |
|---|---|---|---|---|
| Leaderboard by time window | Yes | Not listed | Yes | Yes |
| Filter by trader address | Yes | Not listed | Not listed | Not listed |
| Vault performance metrics | No | Not listed | Yes | Not listed |
| Whale position tracking | No | Yes | Not listed | Not listed |
| On-chain data | No | Not listed | Not listed | Yes |
| No API key required | Yes | Not listed | Not listed | Yes |
Configure the run
Drive the Actor from a time window and an optional trader address, and filters run as each entry is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.85 |
| 1,000 results | $8.50 |
| 10,000 results | $85.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Hyperliquid Leaderboard Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Hyperliquid through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/hyperliquid-leaderboard-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check your searchQuery. If you entered a wallet address, make sure it is correct and that the trader appears in the selected time window. Try leaving searchQuery empty to see the full leaderboard.
Why are there fewer results than my maxItems?
The leaderboard itself may have fewer entries than your maxItems. For example, the all-time window may show only a few hundred traders. Lower maxItems or switch windows.
Why is the run slow?
Large maxItems values can take longer. The Actor reads the leaderboard in pages, so a million entries will take more time. Reduce maxItems if you only need the top traders.
Can I get more than the top 100?
The public leaderboard endpoint may limit how many entries are returned. If you need deeper data, consider a dedicated Hyperliquid scraper that reads on-chain data.
FAQ
| Question | Answer |
|---|---|
| Do I need a Hyperliquid API key? | No. The Actor reads the public leaderboard endpoint directly, so no account, key, or login is required. |
| What time windows can I scrape? | You can choose 24 hours, 7 days, 30 days, or all time. The window is a dropdown in the input. |
| Can I filter by trader address? | Yes. The optional searchQuery field filters the leaderboard by wallet address. Leave it empty to get the full leaderboard. |
| How many entries can I get in one run? | You can set maxItems up to 1,000,000. The default is 10, but the leaderboard itself may have fewer entries than your limit. |
| What fields does each row include? | Each row includes the trader's address, PnL, ROI, trading volume, and account value. The exact field list is shown in the sample output. |
| Can I schedule this to run automatically? | Yes. On Apify you can schedule the Actor to run hourly, daily, or weekly, and store the results in a dataset or send them to a webhook. |
| Is the data real-time? | The Actor reads the leaderboard at the moment the run starts. For real-time updates, schedule frequent runs. |
| What export formats are supported? | You can export the results to CSV, JSON, Excel, or XML from the Apify dataset. |
| Does this include vault data? | No, this Actor only scrapes the trader leaderboard. For vault performance, use a dedicated vault scraper. |
| Can I get historical leaderboard data? | The Actor returns the current leaderboard for the selected window. To build history, schedule regular runs and store the results. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Hyperliquid Labs. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
