Crypto Market Scraper - Prices, Market Data & History
Pricing
from $3.00 / 1,000 results
Crypto Market Scraper - Prices, Market Data & History
Scrape cryptocurrency market data from CoinGecko: top coins by market cap, specific coins, trending coins, and daily price/market-cap/volume history. Price, 24h/7d/30d change, ATH, supply and more. No API key. Export JSON, CSV or Excel. Data for information only, not advice.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Get Anything
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Crypto Market Scraper — Prices, Market Data & History (CoinGecko)
Get cryptocurrency market data from CoinGecko's public API — no API key. Fetch the top coins by market cap, specific coins you name, the trending coins right now, and daily price/market-cap/volume history for any coin.
⚠️ Data is provided for informational purposes only and is not investment advice.
What it does
- Markets — top N coins by market cap: price, market cap & rank, 24h/7d/30d change, volume, ATH/ATL, circulating/total/max supply.
- Coins — the same rich data for specific coins (
bitcoin,ethereum,solana). - Trending — the coins trending on CoinGecko right now.
- History — daily price / market-cap / volume points for any coin (1 day → max).
- Price in any currency (
usd,eur,aed,btc, …). - Export to JSON, CSV, or Excel, or pull via the Apify API.
Input
| Field | Description |
|---|---|
mode | markets, coins, or trending. |
coinIds | CoinGecko IDs for coins mode / history targets. |
vsCurrency | Quote currency (usd, eur, …). |
topN | How many coins in markets mode. |
getHistory | Also fetch price history. |
historyDays | 1…365 or max. |
proxyConfiguration | Optional proxy (usually not needed). |
Example
{"mode": "markets","vsCurrency": "usd","topN": 50,"getHistory": false}
Output
One item per coin or history point:
{ "resultType": "coin", "id": "bitcoin", "symbol": "BTC", "name": "Bitcoin","price": 77641, "marketCapRank": 1, "priceChangePct24h": -1.2, "ath": 109000 }
{ "resultType": "pricePoint", "coinId": "bitcoin", "date": "2026-09-10T00:00:00Z","price": 78120.4, "marketCap": 1543000000000, "volume": 41200000000 }
Use cases
- Dashboards & watchlists — live market data for a portfolio of coins.
- Backtesting — daily price/volume history for any coin.
- Market research / screening — rank the market, spot movers, track trending coins.
- Alerts & AI/RAG — feed structured crypto data to an LLM or a bot.
FAQ
Do I need an API key? No — it uses CoinGecko's free public API (the Actor backs off on rate limits).
How do I find a coin's ID? It's the CoinGecko slug, e.g. bitcoin, ethereum, binancecoin, solana.
Not affiliated with CoinGecko. Data is for information only, not financial advice.