Rocket Pool Node Operators Scraper avatar

Rocket Pool Node Operators Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
Rocket Pool Node Operators Scraper

Rocket Pool Node Operators Scraper

Scrapes Rocket Pool node operators and returns each one as a flat row with sortable stats like minipool count, RPL stake, ETH bonded, rewards earned, and registration time.

Pricing

from $7.50 / 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

Categories

Share

ParseForge

Rocket Pool Node Operators Scraper

Scrape Rocket Pool node operators, ranked by minipool count, RPL stake, ETH bonded, rewards earned, or registration time. Each row is one operator with its current stats, sorted and capped to your limit. No API key or login. Export to CSV, JSON, Excel, or XML.

Rocket Pool's official explorer shows node operators one page at a time, with no bulk export and no way to sort by the metrics that matter. This Actor reads the public operator list directly, sorts it by minipool count, RPL stake, ETH bonded, rewards earned, or registration time, and returns each operator as one flat row. You get the full ranked list in a single run, ready for analysis.

Who uses itWhat they scrape Rocket Pool for
Staking analystsRank operators by RPL stake to find the largest node operators on the network.
Rocket Pool researchersTrack how minipool counts and ETH bonded change over time across operators.
DeFi investorsIdentify top operators by rewards earned before choosing a staking pool.
Protocol watchersMonitor registration time to spot new operators joining the network.

What it does

This Actor collects Rocket Pool node operators, sorts them by a metric you choose, and returns each operator as one flat row with its current stats.

  • ๐Ÿ“Š Sort by any metric: minipool count, RPL stake, ETH bonded, rewards earned, or registration time.
  • ๐Ÿ”ฝ Ascending or descending: get the top operators or the long tail with one setting.
  • ๐Ÿ”ข Cap the output: preview 10 operators for free, or pull up to 1,000,000 with a paid plan.
  • ๐Ÿ“ Flat rows: every operator is one record, ready for CSV, JSON, Excel, or XML export.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Rocket Pool data

๐Ÿ“ˆ Rank the largest node operators.

A staking analyst runs the Actor sorted by minipool count descending to see which operators control the most minipools and how concentrated the network is.

๐Ÿ’ฐ Compare RPL stake and rewards.

A DeFi investor sorts by rewards earned to find operators with the highest historical returns before delegating stake.

๐Ÿ•’ Track new operator growth.

A protocol watcher sorts by registration time ascending to see how many new operators joined in the last week and whether growth is accelerating.

๐Ÿ” Audit ETH bonded.

A researcher sorts by ETH bonded to verify collateralization levels across the top 100 operators and flag any outliers.

Why choose this scraper

What you get
No API keyReads the public Rocket Pool operator list directly, no registration or OAuth.
Ranked outputSort by minipool count, RPL stake, ETH bonded, rewards earned, or registration time.
Bulk exportGet up to 1,000,000 operators in one run, not one page at a time.
Fixed schemaEvery operator returns the same fields, so your pipeline never breaks.

How it compares

This Actor is the only one that scrapes Rocket Pool node operators. The competitor below scrapes esports rosters from Liquipedia, a different source, so it is not a direct alternative for Rocket Pool data.

FeatureParseForgeEsports Tournament Roster Scraper
Scrapes Rocket Pool node operatorsYesNot listed
Sort by minipool count, RPL stake, ETH bonded, rewards, or registration timeYesNot listed
Returns one flat row per operatorYesNot listed
Exports to CSV, JSON, Excel, or XMLYesNot listed
No API key or login requiredYesNot listed

Configure the run

Drive the Actor with a sort field, a sort order, and a maximum number of operators. Sorting happens before the cap, so you always get the top N by your chosen metric. 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 Rocket Pool Node Operators 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 Rocket Pool 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/rocketpool-node-operators-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting only 10 results?

Free runs are limited to 10 operators as a preview. Upgrade to a paid plan and set maxItems to a higher number, up to 1,000,000.

Why is my sort order not working?

Check the sortBy and sortOrder inputs. sortBy must be one of minipoolCount, rplStake, ethBonded, rewardsEarned, or registrationTime, and sortOrder must be asc or desc.

Why are some operators missing?

The Actor returns the top N operators after sorting. If you need more, increase maxItems. If an operator is not in the top N by your sort metric, it will not appear.

Why did the run fail?

The Rocket Pool explorer may be temporarily unavailable. Retry the run after a few minutes. If the problem persists, check the Actor log for details.

FAQ

QuestionAnswer
What is a Rocket Pool node operator?A node operator is an address that runs Rocket Pool minipools, staking ETH and RPL to earn rewards. This Actor returns one row per operator address with its current stats.
Which metrics can I sort by?You can sort by minipool count, RPL stake, ETH bonded, rewards earned, or registration time. Choose ascending or descending order.
How many operators can I get?Free runs are limited to 10 operators as a preview. Paid plans can pull up to 1,000,000 operators in a single run.
Do I need a Rocket Pool API key?No. The Actor reads the public operator list directly, so there is no API key, OAuth, or login required.
What format is the output?Each operator is one flat row. You can export the dataset as CSV, JSON, Excel, or XML from the Apify platform.
How fresh is the data?The Actor fetches the current operator list at the start of each run, so the data reflects the state of the Rocket Pool network at that moment.
Can I get historical data?This Actor returns a snapshot of the current operator list. For historical trends, schedule regular runs and store the datasets over time.
What is RPL stake?RPL stake is the amount of Rocket Pool's RPL token that an operator has staked as collateral. It is one of the sortable fields.
What is ETH bonded?ETH bonded is the amount of ETH an operator has committed to their minipools. It is one of the sortable fields.
What is registration time?Registration time is the timestamp when the operator first registered with Rocket Pool. Sort by it to see the oldest or newest operators.

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 Rocket Pool Pty Ltd. 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.