Hyperliquid Leaderboard Scraper avatar

Hyperliquid Leaderboard Scraper

Pricing

from $7.69 / 1,000 results

Go to Apify Store
Hyperliquid Leaderboard Scraper

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

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

ParseForge

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 itWhat they scrape Hyperliquid for
Quantitative researchersWhich traders consistently rank in the top 100 across multiple time windows
Copy tradersFind profitable wallets to mirror before they become widely known
DeFi analystsTrack how leaderboard composition shifts after major market moves
Crypto mediaPull 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 keyRead the public leaderboard without registering an app or handling OAuth.
One fixed schemaEvery row has the same fields, so you can append runs and compare across time windows.
Runs on ApifySchedule 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.

FeatureParseForgeHyperliquid Whale TrackerHyperliquid Leaderboard & Vaults ScraperHyperliquid Top Traders Leaderboard
Leaderboard by time windowYesNot listedYesYes
Filter by trader addressYesNot listedNot listedNot listed
Vault performance metricsNoNot listedYesNot listed
Whale position trackingNoYesNot listedNot listed
On-chain dataNoNot listedNot listedYes
No API key requiredYesNot listedNot listedYes

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 collectedApproximate 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

  1. Create a free Apify account with $5 in credit.
  2. Open the Hyperliquid Leaderboard Scraper.
  3. Set your inputs and any filters, then click Start.
  4. 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

QuestionAnswer
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.

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.