ParseForge Scrapers

Rocket Pool Node Operators Scraper

parseforge/rocketpool-node-operators-scraper

AutomationOther

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.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
18
Bookmarked
0
Rating
Not rated yet
Last modified
10 days ago

Overview

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 it What they scrape Rocket Pool for
Staking analysts Rank operators by RPL stake to find the largest node operators on the network.
Rocket Pool researchers Track how minipool counts and ETH bonded change over time across operators.
DeFi investors Identify top operators by rewards earned before choosing a staking pool.
Protocol watchers Monitor 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 key Reads the public Rocket Pool operator list directly, no registration or OAuth.
Ranked output Sort by minipool count, RPL stake, ETH bonded, rewards earned, or registration time.
Bulk export Get up to 1,000,000 operators in one run, not one page at a time.
Fixed schema Every 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.

Feature ParseForge Esports Tournament Roster Scraper
Scrapes Rocket Pool node operators Yes Not listed
Sort by minipool count, RPL stake, ETH bonded, rewards, or registration time Yes Not listed
Returns one flat row per operator Yes Not listed
Exports to CSV, JSON, Excel, or XML Yes Not listed
No API key or login required Yes Not 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 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

  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

Question Answer
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.

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

Input

FieldTypeWhat it doesDefault
sortBy string (5 options) Field to sort node operators by. minipoolCount
sortOrder string (2 options) Ascending or descending order. desc
maxItems integer Free users limited to 10 node operators preview. Paid users optional up to 1000000. 10

Pricing

from $7.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0075 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~rocketpool-node-operators-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Rocket Pool Node Operators Scraper on Apify All scrapers