ParseForge Scrapers

Blockchair Multichain Stats Scraper

parseforge/blockchair-multichain-stats-scraper

BusinessAutomationOther

Scrapes blockchain statistics from Blockchair for up to 20 chains. Returns one row per chain with market data, mempool size, difficulty, hash rate, node count, and block time.

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

Overview

ParseForge

Blockchair Multichain Stats Scraper

Scrape blockchain stats for Bitcoin, Ethereum, and 17 more chains from Blockchair. Get market data, mempool size, difficulty, and node counts in one flat row per chain. No API key. Export to CSV, JSON, Excel, or XML.

Blockchair's API limits free requests and needs a key for anything serious. This Actor reads the public stats pages directly, so you can pull current blockchain metrics for up to 20 chains in a single run. Each chain returns one row with its market data, mempool, difficulty, and node counts.

Who uses it What they scrape Blockchair for
Crypto analysts Compare on-chain activity across multiple blockchains in one dataset
Traders Monitor mempool size and transaction fees before placing orders
Researchers Track network difficulty and hash rate over time for academic work
DApp developers Check node counts and block times to choose the best chain for deployment

What it does

This Actor collects blockchain statistics from Blockchair for the chains you select and returns each chain as one flat row.

  • โ›“๏ธ 20 supported chains: Bitcoin, Ethereum, Bitcoin Cash, Litecoin, Dogecoin, Dash, Zcash, Monero, Cardano, Ripple, Stellar, Tezos, EOS, Tron, Polkadot, and more.
  • ๐Ÿ“Š One row per chain: market cap, price, 24h volume, mempool size, difficulty, hash rate, node count, and block time.
  • ๐Ÿ”ข Batch or single chain: select one chain or up to 20 in a single run, with a maxItems limit for free users.
  • ๐Ÿ“ Flat export: every chain becomes one row in CSV, JSON, Excel, or XML, ready for spreadsheets or databases.

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

What you can do with Blockchair data

๐Ÿ“ˆ Track market trends.

A crypto analyst runs the Actor daily for Bitcoin and Ethereum to record price, volume, and market cap changes over time.

โ›๏ธ Monitor network health.

A miner checks difficulty and hash rate for Bitcoin Cash and Litecoin to decide which chain is more profitable.

๐Ÿงช Research mempool dynamics.

A researcher scrapes mempool size and transaction fees for Bitcoin and Ethereum to study congestion patterns.

๐Ÿ” Compare chains for development.

A DApp developer pulls node counts and block times for Cardano, Polkadot, and Tezos to pick the best platform.

Why choose this scraper

What you get
No API key Reads public Blockchair pages directly, no registration or rate limits
Multi-chain Compare Bitcoin, Ethereum, and 17 other chains in one dataset
Flat schema Every chain returns the same fields, so you can merge runs easily
Scheduled runs Set up daily or hourly scrapes to track stats over time

How it compares

No other Store actor targets Blockchair the same way, so the honest comparison is with the alternatives teams actually weigh.

Blockchair Multichain Stats Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Blockchair changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Select the chains you want and set a maximum number of chain stats to return. The Actor fetches each chain's stats from Blockchair and returns one row per chain. The Input tab lists every parameter.

A first run with the defaults:

{
  "chains": [
    "bitcoin",
    "ethereum"
  ],
  "maxItems": 10
}

A larger pull:

{
  "chains": [
    "bitcoin",
    "ethereum"
  ],
  "maxItems": 200
}

Pricing

Pay-per-result: $0.0018 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.18
1,000 results $1.80
10,000 results $18.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 Blockchair Multichain Stats 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 Blockchair 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/blockchair-multichain-stats-scraper"

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

Troubleshooting

Why am I getting no results?

Check that you selected at least one chain in the input. Also ensure maxItems is set to at least 1. If the problem persists, Blockchair may be temporarily unavailable.

Why did I get an error about maxItems?

Free users are limited to 10 chain stats per run. If you need more, upgrade your Apify plan or reduce the number of chains.

Why is the data different from Blockchair's website?

The Actor scrapes the public stats pages, which may update every few minutes. The data should match closely, but there may be a small delay.

Can I scrape a chain that is not in the list?

No, the Actor only supports the 20 chains listed in the input schema. If you need another chain, contact the developer.

FAQ

Question Answer
Do I need a Blockchair API key? No. This Actor reads the public stats pages from Blockchair, so no API key or registration is required.
Which blockchains are supported? The Actor supports 20 chains: Bitcoin, Ethereum, Bitcoin Cash, Litecoin, Dogecoin, Dash, Zcash, Mixin, eCash, Bitcoin SV, Groestlcoin, Monero, Cardano, Ripple, Stellar, Tezos, EOS, Tron, and Polkadot.
What data does each chain return? Each chain returns one row with market data (price, market cap, 24h volume), mempool size, difficulty, hash rate, node count, and block time.
Can I scrape multiple chains in one run? Yes, select up to 20 chains in the input. Free users are limited to 10 chain stats per run, paid users can go up to 1,000,000.
What export formats are available? You can export the results as CSV, JSON, Excel, or XML from the Apify dataset.
How often should I run this Actor? It depends on your use case. For market tracking, daily runs work well. For mempool monitoring, you may want hourly runs.
Is the data real-time? The Actor fetches the latest stats from Blockchair at the time of the run. There may be a small delay of a few minutes.
Can I schedule this Actor? Yes, you can set up a schedule in Apify to run it at regular intervals, such as every hour or every day.
What is the maximum number of chains I can scrape? The input allows up to 20 chains, but free users are limited to 10 chain stats per run. Paid users can increase the maxItems up to 1,000,000.
Does this Actor work with Apify's free plan? Yes, it works on the free plan with a limit of 10 chain stats per run. For more, you need a paid plan.

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 Blockchair. 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
chains array Blockchains to fetch stats for. Defaults to bitcoin and ethereum. ["bitcoin","ethereum"]
maxItems integer Free users limited to 10 chain stats (preview). Paid users optional, up to 1,000,000. 10

Pricing

from $1.63 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00163 to $0.0018

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~blockchair-multichain-stats-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 Blockchair Multichain Stats Scraper on Apify All scrapers