CryptoCompare Market Data Scraper
Pricing
from $3.00 / 1,000 results
CryptoCompare Market Data Scraper
Scrape live and historical cryptocurrency market data from CryptoCompare - top coins by market cap/volume, historical OHLCV price series, exchange rankings, and coin metadata. No API key required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Scrape live and historical cryptocurrency market data from CryptoCompare — the world's largest crypto data aggregator with coverage of 5,500+ coins and 250+ exchanges. Extract top coins by market cap or volume, OHLCV historical price series, exchange rankings, and live coin prices — no API key required.
What You Get
| Mode | Data |
|---|---|
| Top Coins | Top 500 coins ranked by market cap or 24h volume with full price, volume, market cap, and supply data |
| Historical Price | Up to 2,000 daily OHLCV candles per coin (open, high, low, close, volume) |
| Exchange Rankings | Top 250+ crypto exchanges graded by CryptoCompare quality score |
| Coin Details | Live prices for specific coins in up to 5 currencies simultaneously |
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
mode | Select | topCoins, historicalPrice, exchangeRankings, coinDetails | topCoins |
sortBy | Select | For topCoins: market_cap or volume_24h | market_cap |
currency | Select | Quote currency: USD, EUR, GBP, BTC, ETH | USD |
symbols | List | Coin symbols for historical/detail modes, e.g. ["BTC","ETH"] | — |
historyDays | Integer | Number of daily candles (1–2000) | 30 |
maxItems | Integer | Maximum records to return (1–500) | 50 |
Output Fields
Top Coins / Coin Details
| Field | Description |
|---|---|
coin_id | CryptoCompare coin ID (e.g. BTC) |
coin_name | Full name (e.g. Bitcoin) |
symbol | Ticker symbol |
price_usd | Current USD price |
market_cap_usd | Market capitalisation |
volume_24h_usd | 24-hour trading volume |
change_pct_24h | 24h price change % |
change_pct_1h | 1h price change % |
high_24h / low_24h | 24h high/low |
open_24h | 24h open price |
supply / circulating_supply | Supply metrics |
max_supply | Maximum token supply |
algorithm | Consensus algorithm (e.g. SHA-256) |
proof_type | Proof type (PoW, PoS, etc.) |
asset_launch_date | When the asset launched |
last_market | Exchange of last trade |
image_url | Coin logo image URL |
url | CryptoCompare coin page |
Historical Price (candle records)
| Field | Description |
|---|---|
date | Date (YYYY-MM-DD) |
open / high / low / close | OHLCV prices |
volume_from | Volume in base coin |
volume_to | Volume in quote currency |
Exchange Rankings
| Field | Description |
|---|---|
exchange_name | Exchange name |
exchange_grade | Letter grade (AA, A, B…) |
exchange_grade_points | Numerical score (0–100) |
url | CryptoCompare exchange page |
Example Use Cases
- Portfolio tracker — pull daily OHLCV history for your holdings
- Market screener — rank top 100 coins by 24h volume to find momentum
- Exchange comparison — identify highly-rated exchanges by grade score
- Price dashboard — get live prices for 50+ coins in one run
FAQs
Does this require an API key? No. All modes use CryptoCompare's public free-tier endpoints. No registration required.
How many coins can I scrape?
Up to 500 in topCoins mode. coinDetails supports unlimited coins in batches.
How far back does history go?
Up to 2,000 daily candles (~5.5 years) per coin in historicalPrice mode.
Is the data real-time? Data is updated every few minutes on CryptoCompare's servers.
What currencies can I quote prices in? USD, EUR, GBP, BTC, and ETH.
Are stablecoins included?
Yes — filter them out using maxItems or by post-processing on your end.