CoinGecko Crypto Market Data Scraper
Pricing
from $0.0008 / coin scraped
CoinGecko Crypto Market Data Scraper
Live cryptocurrency market data from CoinGecko: price, market cap, rank, 24h volume & change, ATH/ATL, supply and more. Fetch the top coins by market cap, specific coins by symbol/name, or trending coins. Fast clean HTTP, no API key.
Pricing
from $0.0008 / coin scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 minutes ago
Last modified
Categories
Share
CoinGecko Scraper โ Crypto Prices, Market Cap, Volume & ATH/ATL
Get live cryptocurrency market data from CoinGecko as clean, structured JSON, CSV, Excel or XML: price, market cap, rank, 24h volume and change, ATH/ATL, circulating and total supply and more. Pull the top coins by market cap, look up specific coins by symbol/name/id, or add the currently trending coins โ all in one run. Fast and reliable, with no account to manage.

What does CoinGecko Scraper do?
This CoinGecko scraper turns crypto market data into a structured dataset. Ask for the top N coins by market cap, a specific watchlist, or the trending list, and it returns a flat record per coin with price, market cap, volume, supply and all-time-high/low data points. Use it to power dashboards, portfolio trackers and research pipelines, and export the results in any format the Apify platform supports.
What data can you scrape from CoinGecko?
| Data point | Description |
|---|---|
| Coin id, symbol & name | CoinGecko id, ticker symbol and display name. |
| Logo image | URL of the coin's logo. |
| Current price | Latest price in your chosen quote currency. |
| Market cap & rank | Market capitalisation and its rank. |
| Fully diluted valuation | FDV based on max supply. |
| 24h volume | Total traded volume over 24 hours. |
| 24h high / low | Highest and lowest price in the last 24 hours. |
| 24h change | Absolute and percentage price change over 24 hours. |
| Supply | Circulating, total and max supply. |
| ATH / ATL | All-time high and low, with dates and % change. |
| Trending flag | Whether the coin is currently trending. |
Use cases
- Live dashboards โ power a price/market-cap dashboard or portfolio tracker.
- Time-series snapshots โ capture the top 100โ1,000 coins on a schedule for analysis.
- Watchlist monitoring โ track specific tokens and their 24h movement.
- Momentum signals โ record trending coins for research or trading signals.
- Dataset building โ feed structured crypto data into BI tools, models or apps.
How to scrape CoinGecko data
- Add CoinGecko Scraper to your Apify account and open its input.
- Leave coins empty for the top coins by market cap, or list specific coins (e.g.
BTC,ethereum). - Set maxCoins, pick a vsCurrency, and optionally enable includeTrending.
- Click Run.
- Export the results as JSON, CSV, Excel or XML, or fetch them through the Apify API.
Input
{"coins": [],"maxCoins": 100,"vsCurrency": "usd","includeTrending": true}
| Field | Description |
|---|---|
coins | Specific coin symbols, names or CoinGecko ids (e.g. BTC, ethereum). Empty = top coins. |
maxCoins | How many top coins by market cap to fetch when no specific coins are given. |
vsCurrency | Quote currency to price against (e.g. usd, eur, btc). |
includeTrending | Also include the currently trending coins and flag them. |
proxyConfiguration | Standard Apify proxy settings for the run. |
What you get
One flat JSON record per coin, ready to export to CSV, Excel, JSON or XML.

{"id": "bitcoin","symbol": "BTC","name": "Bitcoin","image": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png","currentPrice": 61234.55,"marketCap": 1203450000000,"marketCapRank": 1,"fullyDilutedValuation": 1287000000000,"totalVolume": 28500000000,"high24h": 62010.12,"low24h": 60110.88,"priceChange24h": 512.44,"priceChangePct24h": 0.84,"circulatingSupply": 19700000,"totalSupply": 21000000,"maxSupply": 21000000,"ath": 73800.0,"athChangePct": -17.02,"athDate": "2024-03-14T07:10:36.635Z","atl": 67.81,"atlDate": "2013-07-06T00:00:00.000Z","lastUpdated": "2026-07-23T09:15:04.123Z","isTrending": false}
Output schema
| Field | Type | Description |
|---|---|---|
id | string | CoinGecko id for the coin. |
symbol | string | Ticker symbol. |
name | string | Display name of the coin. |
image | string (URL) | URL of the coin's logo image. |
currentPrice | integer | Latest price in the chosen quote currency. |
marketCap | integer | Market capitalisation. |
marketCapRank | integer | Rank by market capitalisation. |
fullyDilutedValuation | integer | Fully diluted valuation (based on max supply). |
totalVolume | integer | Total traded volume over 24 hours. |
high24h | integer | Highest price in the last 24 hours. |
low24h | integer | Lowest price in the last 24 hours. |
priceChange24h | number | Absolute price change over 24 hours. |
priceChangePct24h | number | Percentage price change over 24 hours. |
circulatingSupply | integer | Circulating supply. |
totalSupply | integer | Total supply. |
maxSupply | integer | Maximum supply (null when uncapped). |
ath | integer | All-time-high price. |
athChangePct | number | Percentage change from the all-time high. |
athDate | string (ISO date) | Date of the all-time high. |
atl | number | All-time-low price. |
atlDate | string (ISO date) | Date of the all-time low. |
lastUpdated | string (ISO date) | Timestamp when the values were last updated. |
isTrending | boolean | True when the coin is currently trending. |
Need more market data?
- DefiLlama Scraper โ DeFi protocols, yields, chains and stablecoins with TVL and APY.
- Yahoo Finance Scraper โ live quotes and OHLCV history for stocks, ETFs, crypto and forex.
- SEC EDGAR Filings Scraper โ 10-K, 10-Q and 8-K filings by ticker or CIK.
FAQ
Do I need an account or API key? No. There is no login or key โ just set your inputs and click Run.
How many coins can I get per run?
As many as you set with maxCoins; the actor paginates automatically. You can also pass a specific coins list instead.
Which quote currencies are supported?
Common fiat and crypto quote currencies such as usd, eur, gbp and btc, via the vsCurrency input.
How fresh is the data?
Prices, market cap and volume are pulled live at run time, and each record carries a lastUpdated timestamp.
What export formats are available? JSON, CSV, Excel and XML, plus programmatic access through the Apify API.
Can I connect this to my other tools? The CoinGecko Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Is this official CoinGecko data? The data reflects public CoinGecko market data, but this actor is an independent tool and is not affiliated with or endorsed by CoinGecko.
Related Actors
Notes
Original clean-room implementation. Returns only public market data; you are responsible for compliant use. Not affiliated with CoinGecko; all trademarks belong to their respective owners.