CoinLore Crypto Scraper avatar

CoinLore Crypto Scraper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
CoinLore Crypto Scraper

CoinLore Crypto Scraper

Scrapes cryptocurrency data from CoinLore including coin rankings, individual coin details, and exchange market listings. Returns each item as a flat row.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 days ago

Last modified

Share

ParseForge

CoinLore Crypto Scraper

Scrape cryptocurrency prices, market caps, and exchange listings from CoinLore, up to a million coins per run. Get top rankings, single coin details, or every market a coin trades on. Export to CSV, JSON, Excel, or XML.

Crypto data APIs often gate real-time market data behind paid tiers or complex authentication. This Actor reads CoinLore's public feeds directly, collecting coin rankings by market cap, detailed metrics for a single coin, or the full list of exchanges trading a specific symbol. You get a clean, flat dataset without managing API keys or rate limits.

Who uses itWhat they scrape CoinLore for
Crypto tradersMonitor top coin rankings and price movements to inform daily trading decisions.
Financial analystsPull historical snapshots of market caps and volumes for sector reports.
Blockchain developersFetch a coin's listed exchange markets to track liquidity and trading pairs.
Data journalistsCollect crypto market data to support stories on market trends and volatility.

What it does

This Actor collects cryptocurrency data from CoinLore, returning coin rankings, individual coin details, or exchange market listings as flat rows.

  • ๐Ÿ“ˆ Ranking mode: Collect the top coins by market cap, from Bitcoin down to the smallest tokens, with a configurable limit.
  • ๐Ÿช™ Coin mode: Look up a single coin by symbol or CoinLore ID to get its price, supply, all-time high, and social links.
  • ๐Ÿฆ Markets mode: Retrieve every exchange and trading pair where a specific coin is actively traded, including volume and price per market.

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

What you can do with CoinLore data

๐Ÿ“Š Build a market watchlist.

A trader runs the Ranking mode daily to capture the top 100 coins by market cap, tracking price and volume changes for their watchlist.

๐Ÿ” Audit a single asset.

An analyst uses Coin mode with the symbol 'ETH' to pull Ethereum's current price, percent change, circulating supply, and all-time high for a client brief.

๐Ÿฆ Map exchange liquidity.

A developer runs Markets mode for a new token to see every exchange listing it, the trading pairs, and the 24-hour volume on each platform.

๐Ÿ“‰ Track sector-wide trends.

A researcher collects the full ranking of thousands of coins to analyze aggregate market cap shifts and identify which sectors are gaining momentum.

Why choose this scraper

What you get
No API key requiredReads public CoinLore data directly with no registration or authentication.
Three collection modesSwitch between global rankings, single coin details, and per-coin exchange markets.
Flexible coin lookupIdentify coins by their trading symbol or their numeric CoinLore ID.
Scalable collectionSet a maximum from 1 to 1,000,000 items to fit your research scope.

How it compares

This Actor offers multiple collection modes for rankings, coin details, and exchange markets, while the other CoinLore scraper focuses specifically on market data exports.

FeatureParseForgeCoinLore Market Scraper - Crypto Prices and Supply
Top coin rankings by market capYesNot listed
Single coin detail lookupYesNot listed
Exchange markets per coinYesNot listed
Lookup by coin symbol or IDYesNot listed
Market data export with rank and priceYesYes

Configure the run

Drive the Actor by selecting a mode and specifying a coin symbol or ID for targeted lookups, with a maximum item limit to control dataset size. The Input tab lists every parameter.

A first run with the defaults:

{
"mode": "ranking",
"maxItems": 10
}

A larger pull:

{
"mode": "ranking",
"maxItems": 200
}

Pricing

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

Results collectedApproximate cost
100 results$0.65
1,000 results$6.50
10,000 results$65.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 CoinLore Crypto 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 CoinLore 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/coinlore-crypto-scraper"

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

Troubleshooting

Why am I getting no results for a coin symbol?

The symbol may not be listed on CoinLore, or it could be a very new or delisted coin. Try using the coin's numeric CoinLore ID instead, which you can find by searching for the coin on the CoinLore website.

The Actor returns fewer items than my maximum setting.

This is expected. The Actor stops when it has collected all available items from CoinLore. If you set a maximum of 10,000 but CoinLore only lists 5,000 coins, the run will finish after collecting those 5,000.

I get an error when using Markets mode.

Ensure you have provided either a valid coin symbol or a CoinLore ID in the input. Markets mode requires a specific coin to look up its exchange listings.

The data seems slightly delayed.

CoinLore updates its data at regular intervals. The Actor captures the data as it is presented on the site at the moment of the request, which may have a short delay from real-time trading.

FAQ

QuestionAnswer
What is the difference between Coin mode and Markets mode?Coin mode returns the core metrics for one coin, like its price, rank, and supply. Markets mode returns the list of exchanges where that coin is traded, including the price and volume on each exchange.
How do I find a coin's CoinLore ID?You can find a coin's numeric ID in its CoinLore URL, for example, coinlore.com/coin/90 for Bitcoin. You can also use the coin's symbol directly in the input, and the Actor will resolve it.
Can I scrape all coins on CoinLore?Yes, set the mode to Ranking and the maximum coins to a high number like 1,000,000. The Actor will collect data for every coin listed, starting from rank 1.
Does this Actor provide historical data?No, this Actor collects the current state of the data as it appears on CoinLore at the time of the run. For historical data, you would need to run it on a schedule and store the snapshots yourself.
What data fields are returned for a coin?The output includes the coin's name, symbol, rank, price in USD, percent change over various periods, market cap, volume, circulating supply, total supply, and all-time high.
Is an API key required to use this Actor?No, this Actor scrapes the public web interface of CoinLore and does not require any API key, login, or registration.
Can I look up a coin by its name instead of its symbol?The input accepts a coin symbol or a numeric CoinLore ID. If you only have the name, you can run the Ranking mode first to find the correct symbol, then use it in a subsequent run.
What format is the exported data in?You can export your dataset in JSON, CSV, Excel, XML, or other formats supported by the Apify platform.
How often can I run this Actor?You can run it as often as you like. For time-series data, you can schedule it to run every hour or day using Apify's built-in scheduler.

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