VOOZH about

URL: https://apify.com/maximedupre/etherscan-scraper

โ‡ฑ Etherscan Scraper for Ethereum Data Export ยท Apify


Pricing

from $0.90 / 1,000 scraped etherscan data points

Go to Apify Store

Scrape public Etherscan data without an Etherscan API key. Export top ETH holders, gas tracker snapshots, or Ethereum token leaderboard rows with prices, market caps, holder counts, balances, and source URLs.

Pricing

from $0.90 / 1,000 scraped etherscan data points

Rating

0.0

(0)

Developer

๐Ÿ‘ Maxime Duprรฉ

Maxime Duprรฉ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

๐Ÿ”Ž Etherscan scraper for Ethereum data

Etherscan Scraper collects public data from Etherscan and saves it as structured Apify dataset rows. Choose one Etherscan data surface per run: top ETH holders, gas tracker snapshots, or the Ethereum token leaderboard.

Use this Etherscan scraper when you need repeatable Ethereum data exports for wallet research, token market tracking, gas-fee dashboards, on-chain analytics, internal reports, or scheduled monitoring. Instead of opening Etherscan pages by hand, you can run the Actor from Apify Console, call it through the Apify API, schedule repeat runs, export CSV/JSON/Excel files, or connect finished datasets to webhooks and integrations.

For a small first run, keep Etherscan data set to Top ETH holders, lower Maximum records to 100, and start the Actor. You do not need an Etherscan account, login, cookies, wallet connection, browser extension, or user-provided Etherscan API key.

โœ… What this Actor does

  • Scrapes Etherscan top ETH holder rows from the public rich-list pages.
  • Scrapes Etherscan gas tracker snapshots with current gas tiers and last block data.
  • Scrapes Ethereum token leaderboard rows from the public token tracker.
  • Supports token leaderboard sorting by source rank, price, 24h change, 24h volume, market cap, on-chain market cap, or holders.
  • Lets you cap saved rows or gas snapshots with Maximum records.
  • Saves only successful Etherscan data rows to the dataset.
  • Adds Etherscan source URLs for holder and token rows when the source exposes them.
  • Runs without asking for your Etherscan login, cookies, wallet credentials, or API key.

This Actor is focused on Ethereum mainnet data shown by Etherscan. It does not scrape other block explorers, private wallet data, transaction history, token-holder detail pages, contract ABI/source code, risk flags, wallet portfolios, or multichain explorer data.

๐Ÿ“ฆ Data you can extract

Each output item is one successful Etherscan data row. The row shape depends on the selected data surface.

Top ETH holder rows include:

  • rank
  • address
  • nameTag
  • balanceEth
  • supplyPercentage
  • transactionCount
  • sourceUrl

Gas tracker snapshot rows include:

  • lastBlock
  • safeGasPriceGwei
  • proposeGasPriceGwei
  • fastGasPriceGwei
  • baseFeeGwei
  • gasUsedRatio
  • observedAt

Ethereum token leaderboard rows include:

  • rank
  • tokenName
  • symbol
  • tokenAddress
  • priceUsd
  • change24hPercent
  • volume24hUsd
  • circulatingMarketCapUsd
  • onchainMarketCapUsd
  • holders
  • holdersChangePercent
  • sourceUrl

Some source fields can be null when Etherscan does not show that value for a specific row. For example, holder name tags and token holder-change percentages are not always visible.

๐ŸŽฏ Common use cases

  • Export the top ETH holders list for concentration or whale-wallet research.
  • Collect gas tracker snapshots for fee timing, wallet UX work, or dashboards.
  • Build an Ethereum token leaderboard dataset with price, volume, market cap, and holder metrics.
  • Schedule repeat runs to keep a lightweight history of public Etherscan data.
  • Feed source URLs, ranks, balances, gas prices, and token metrics into spreadsheets, BI tools, databases, or internal APIs.

๐Ÿš€ How to scrape Etherscan data

  1. Open the Input tab.
  2. Choose Etherscan data:
    • Top ETH holders for rich-list wallet rows.
    • Gas tracker snapshots for current gas data.
    • Token leaderboard for Ethereum token rows.
  3. Set Maximum records. Keep it small for a first test, then raise it when the output fits your workflow.
  4. If you selected Token leaderboard, choose Token sort metric and Token sort order.
  5. Start the Actor and open the dataset.

You can download the dataset as JSON, CSV, Excel, XML, RSS, or HTML. You can also run the same Etherscan scraper through the Apify API, schedule it, or connect it to webhooks and integrations.

โš™๏ธ Input example

{
"dataType":"tokenLeaderboard",
"maxRecords":25,
"tokenSortBy":"holders",
"tokenSortOrder":"desc"
}

For top holders, set dataType to topHolders. For gas tracker snapshots, set it to gasTracker.

๐Ÿงพ Output example

Token leaderboard row:

{
"dataType":"tokenLeaderboard",
"rank":1,
"tokenName":"Tether USD",
"symbol":"USDT",
"tokenAddress":"0xdac17f958d2ee523a2206206994597c13d831ec7",
"priceUsd":0.9991,
"change24hPercent":-0.01,
"volume24hUsd":32567118669,
"circulatingMarketCapUsd":186260835194,
"onchainMarketCapUsd":96971443278.92,
"holders":14756956,
"holdersChangePercent":null,
"sourceUrl":"https://etherscan.io/token/0xdac17f958d2ee523a2206206994597c13d831ec7"
}

Gas tracker row:

{
"dataType":"gasSnapshot",
"lastBlock":25358794,
"safeGasPriceGwei":0.213,
"proposeGasPriceGwei":0.213,
"fastGasPriceGwei":0.224,
"baseFeeGwei":0.213,
"gasUsedRatio":[0.5603],
"observedAt":"2026-06-20T12:27:25.329Z"
}

๐Ÿ’ณ Pricing

This Actor uses pay-per-event pricing. You are charged for each successful Etherscan data point saved to the dataset. Failed source requests, empty source pages, skipped rows, and handled zero-row runs do not create dataset rows.

Pricing is tiered by Apify plan and starts at $0.0009 per saved data point on higher tiers. Keep your first run small, review the dataset, then raise Maximum records for larger exports or scheduled monitoring.

โš ๏ธ Limits and caveats

  • The Actor collects public Etherscan data visible at run time.
  • One run collects one data surface: top holders, gas tracker snapshots, or token leaderboard rows.
  • Token sorting follows source-supported Etherscan ordering. On-chain market cap uses the closest source-supported market-cap order while still returning the on-chain market-cap field when Etherscan shows it.
  • The dataset contains successful data rows only. Source failures and empty results are reported in logs, not as placeholder rows.
  • This Actor returns data for research and reporting. It does not provide financial advice.

โ“ FAQ

๐Ÿ”‘ Do I need an Etherscan API key?

No. The Actor is built for public Etherscan pages and does not ask for an Etherscan API key, login, cookies, wallet connection, or private account access.

๐Ÿงญ Can I scrape transactions or token holder detail pages?

No. This Actor covers top ETH holders, gas tracker snapshots, and the Ethereum token leaderboard. Transaction history, token-holder detail pages, wallet portfolios, and contract source data are outside this Actor's scope.

๐Ÿ”Œ Can I use this as an Etherscan API?

Yes, for the public rows returned by this Actor. You can call the Actor with the Apify API, export finished datasets, schedule repeat runs, or connect results to webhooks and integrations.

๐Ÿงฉ Why are some fields null?

Etherscan does not show every value for every row. When a visible source value is missing, the Actor keeps the field as null instead of inventing data.

๐Ÿ“ Changelog

  • 0.0: Initial release.

๐Ÿ†˜ Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h ๐Ÿซก

๐Ÿ”— Other actors

Made with โค๏ธ by Maxime Duprรฉ

You might also like

Etherscan Top ETH Holders

sheshinmcfly/etherscan-top-holders

Monitor the top Ethereum whale wallets from Etherscan.io ๏ฟฝ no API key needed. Returns wallet address, ETH balance, percentage of total supply held, transaction count, and known name tags for exchanges, protocols, and institutional wallets.

Etherscan Family Scraper (Multi-Chain EVM Explorer)

crawlerbros/etherscan-family-scraper

Query Etherscan and 18+ EVM block explorers (Ethereum, BNB, Polygon, Arbitrum, Optimism, Base, Avalanche, Fantom, etc.) via the unified Etherscan V2 API. Wallet balances, transactions, ERC-20/NFT transfers, contract source/ABI, gas oracle, tx-by-hash

Etherscan Gas Tracker Scraper

parseforge/etherscan-gas-tracker-scraper

Snapshot Ethereum mainnet gas prices from the Etherscan gas oracle with safe_gas, propose_gas, fast_gas, base_fee, gas_used_ratio, and last_block. Set how many one second samples to collect. Useful for fee timing, wallet UX tuning, and on chain cost analytics.

Ethereum Tokens Leaderboard

websift/ethereum-tokens-leaderboard

Retrieve top Ethereum tokens with real-time prices, balances, and 24-hour price changes. Sort by Price, Change %, 24hr Volume, Circulating Market Cap or Holders, and customize the number of results. Ideal for investors, developers, and analysts.

Crypto Whale Tracker: DEX Token Launches + Wallet Alerts

scrapemint/crypto-whale-token-launch-tracker

Track new token launches across DEXs (Uniswap, PancakeSwap, Raydium, Aerodrome) via DexScreener and monitor whale wallet transactions on Ethereum, Base, Arbitrum, BSC, Polygon via Etherscan V2. Filter by liquidity, volume, age. Arb and scam flags included.

Ethereum Gas Tracker API | Scrape Real-Time Gwei Prices

andok/eth-gas-monitor

Get real-time Safe, Propose, and Fast ETH gas prices in Gwei. Automate fee-selection logic and execute trades at the cheapest possible moments.

GMGN Token Holders Scraper

muhammetakkurtt/gmgn-token-holders-scraper

Scrape the top 100 token holders for any token address on Ethereum, Solana, BSC, Base, and Tron with this GMGN.ai scraper. Analyze whale wallets, track P&L, and monitor ownership changes in real-time. A must-have crypto analytics tool for investors seeking a competitive edge through deep data.

๐Ÿ‘ User avatar

Muhammet Akkurt

74

5.0