ChainList EVM RPC Endpoints Scraper avatar

ChainList EVM RPC Endpoints Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
ChainList EVM RPC Endpoints Scraper

ChainList EVM RPC Endpoints Scraper

Pull the ChainList registry of EVM networks with filters for chain id, name substring, and faucets present. Returns chain id, network name, chain short name, RPC endpoints, native currency, explorers, and faucets. Useful for wallet config, RPC routing, and multichain tooling.

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

11 days ago

Last modified

Share

ParseForge Banner

Chainlist RPCs Scraper

🚀 Export every public EVM chain with its RPCs, explorers, faucets, and native currency direct from chainlist.org.

🕒 Last updated: 2026-06-05 . 📊 9 fields per record . Public API . Real-time

The Chainlist RPCs Scraper turns the Chainlist public REST endpoint into a clean, structured dataset.

🎯 Target Audience💡 Primary Use Cases
👩‍💻 Web3 developersMirror chain registry
🪙 Wallet buildersBootstrap a wallet RPC list
💼 Infra teamsBuild chain selector UIs
🤖 ML engineersCompare faucet coverage

📋 What the Chainlist RPCs Scraper does

💡 Why it matters. The source returns raw API payloads that most data tools cannot ingest directly. This actor normalizes everything into a flat row format ready for analysis.

🎬 Full Demo

🚧 Coming soon.

⚙️ Input

FieldTypeRequiredDescription
maxItemsintegerNoFree users limited to 10. Paid users up to 1,000,000. Prefill 10.

Example 1.

{
"maxItems": 50
}

Example 2.

{
"chainId": 1
}

Example 3.

{
"nameContains": "arbitrum"
}

⚠️ Good to Know. This actor uses a public endpoint. No login or API key is required.

📊 Output

FieldTypeDescription
🆔 chainIdnumberEVM chain id.
🏷️ namestringChain name.
⛓️ chainstringChain short code.
🌐 rpcarrayList of RPC endpoints.
🪙 nativeCurrencyobjectSymbol, name, decimals.
🔍 explorersarrayBlock explorer URLs.
🚰 faucetsarrayPublic faucet URLs.
🕒 scrapedAtstringFetch time.
errorstringSet if upstream error.

Sample record.

{
"chainId": 1,
"name": "Ethereum Mainnet",
"chain": "ETH",
"rpc": [
{
"url": "https://rpc.nodeflare.app/eth/public",
"tracking": "none"
}
],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"explorers": [
{
"name": "etherscan",
"url": "https://etherscan.io"
}
],
"faucets": [],
"scrapedAt": "2026-06-05T12:00:00.000Z",
"error": null
}

✨ Why choose this Actor

| 🆓 | Public source, no API key required. | | 🧹 | Clean snake_case fields ready for BI tools. | | 🔢 | Numeric values auto-cast for spreadsheets. | | 🛟 | Errors surfaced as a clean record instead of crashing. | | 💾 | Push to dataset for instant export in multiple formats. |

📈 How it compares to alternatives

ApproachSetup timeClean fields?Numeric casting?
Roll your own fetch30 min+
Custom Python script1 hr+partialpartial
This Actor5 sec, no install

🚀 How to use

  1. Click Try for free.
  2. Adjust maxItems if needed (defaults to 10).
  3. Click Start. Within seconds, your dataset is ready for download or integration.

💼 Business use cases

📊 Analytics dashboards. Pipe results into BI tools.

💼 Backtesting. Snapshot data daily for reproducible analysis.

📰 Reporting. Embed live numbers in newsletters or briefings.

🤖 ML feature engineering. Build training sets from public data.

🔌 Automating Chainlist RPCs Scraper

  • Make / Zapier. Trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
  • Cron schedule. Native Apify scheduler.
  • Webhooks. POST to your endpoint when a run finishes.
  • Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.

🌟 Beyond business use cases

🎓 Education. Use real data in finance and economics classes.

🧪 Personal research. Track your own metrics without coding.

🤝 Non-profit and open data. Build public dashboards with current numbers.

🧰 Tinkering and prototyping. Spin up a feed in seconds for new ideas.

🤖 Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor inputs.

❓ Frequently Asked Questions

❓ Do I need an API key? No. Chainlist rpcs.json is public.

❓ How fresh is data? Chainlist regenerates the file on each commit.

❓ Can I filter by chain id? Yes via the chainId input.

❓ Can I filter by name? Yes via the nameContains input.

❓ What if upstream errors? A single record with error is pushed.

❓ Will the schema change? chainId, name, rpc are stable.

❓ Can I schedule runs? Yes via Apify scheduler, Make, Zapier, or cron.

❓ Is rate limiting strict? Chainlist is generous.

❓ Which export formats? Apify dataset UI exposes multiple structured formats.

❓ Is this scraping or API? Direct file fetch.

🔌 Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.

ActorWhat it does
ParseForge Alpha Vantage ScraperStocks, FX, crypto, and indicators.
ParseForge OurAirports ScraperGlobal airport database.
ParseForge NBA Stats ScraperPlayer and team stats from NBA.com.
ParseForge CurseForge Mods ScraperPublic mod metadata from CurseForge.

💡 Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.