CoinGecko Scraper - Coins, Exchanges, Trending API
Pricing
Pay per usage
CoinGecko Scraper - Coins, Exchanges, Trending API
CoinGecko data export to CSV/JSON - a no-key CoinGecko API alternative. Scrape coins market, exchanges, trending & categories without an API key.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
84
Total users
1
Monthly active users
23 hours
Issues response
4 days ago
Last modified
Categories
Share
๐ Four modes, one actor
Pick a mode and run. Each input field is tagged with the mode it belongs to.
| Mode | What you get |
|---|---|
๐ช coinsMarket | The full coin market โ price, market cap, rank, FDV, volume, 1h/24h/7d/30d % changes, ATH/ATL + dates, circulating/total/max supply, ROI. Ranked by market cap, any vsCurrency. |
๐ฆ exchanges | Every CEX & DEX CoinGecko tracks โ trust score & rank, 24h BTC volume (raw + normalized), country, year established, incentives, URL & logo. |
๐ฅ trending | The trending board โ top trending coins, NFTs and categories right now, with rank, price (BTC) and 24h moves. |
๐๏ธ categories | Every crypto category/sector (L1s, memes, RWA, AI, gamingโฆ) with market cap, 24h change, volume and top-3 coins. |
๐ก
modedefaults toexchanges(the actor's original behavior). Switch it tocoinsMarket,trendingorcategoriesanytime. No key is required โ CoinGecko's free tier works out of the box (add a Demo/Pro key for big, fast scrapes).
โก Quick start
Top 1,000 coins with full market data (USD):
{"mode":"coinsMarket","vsCurrency":"usd","maxCoins":1000}
All exchanges ranked by trust score:
{"mode":"exchanges","maxExchanges":0}
What's trending right now:
{"mode":"trending"}
Every category / sector with market data:
{"mode":"categories"}
โ๏ธ Input
| Field | Mode | What it does |
|---|---|---|
mode | all | coinsMarket ยท exchanges ยท trending ยท categories |
maxCoins | coinsMarket | How many coins (by market cap). 0 = all (~17k, needs a key). |
vsCurrency | coinsMarket | Quote currency โ usd, eur, btcโฆ |
minMarketCap | coinsMarket | Drop coins below this market cap. 0 = no filter. |
maxExchanges | exchanges | How many exchanges. 0 = all. |
coingeckoApiKey | all | Optional Demo/Pro key (auto-detected) for higher rate limits. |
maxRuntimeSeconds | all | Graceful stop with partial data before the run is force-aborted. |
๐ค Output (coinsMarket)
{"id":"bitcoin","symbol":"btc","name":"Bitcoin","currentPrice":61368,"marketCap":1229561364305,"marketCapRank":1,"totalVolume":38450120233,"priceChangePercent1h":-0.21,"priceChangePercent24h":-3.38,"priceChangePercent7d":2.14,"priceChangePercent30d":9.7,"ath":126080,"athChangePercentage":-51.3,"athDate":"2025-12-04T...","circulatingSupply":19870000,"maxSupply":21000000,"vsCurrency":"usd","scrapedAt":"2026-06-05T..."}
The Output tab ships a ready-made table (price, mcap, %, ATH). Other modes return their own clean fields.
๐ฏ Use cases
| Use case | |
|---|---|
| ๐ | Crypto dashboards & screeners โ full market snapshots on a schedule. |
| ๐ฆ | Exchange research โ rank venues by trust score & real volume. |
| ๐ฅ | Trend & narrative tracking โ trending coins/NFTs and hot categories. |
| ๐งฎ | Datasets & backtesting โ price/mcap/ATH data points & ML features. |
| ๐ | Alerts & bots โ feed price/% moves to webhooks. |
๐ค Automate it
Put any mode on an Apify Schedule โ a recurring market / exchange / trending feed, straight to the Apify API, a webhook, Google Sheet, S3 or your warehouse.
โ FAQ
Is this a CoinGecko API alternative?
Yes โ it wraps CoinGecko's public API so you get clean datasets without managing keys, pagination or rate limits yourself. The free tier works with no key; add a Demo/Pro key only for full-market runs.
How do I export CoinGecko data to CSV or JSON?
Run any mode and open the Storage tab โ every dataset exports to CSV, JSON, Excel or via the Apify API. So you can export CoinGecko exchanges, coins, trending or categories to CSV in one click.
Can I scrape CoinGecko without an API key?
Yes. The actor runs on CoinGecko's free public tier with no API key for most jobs (coins, exchanges, trending, categories). A key is only needed for the largest full-market scrapes.
๐ Changelog
2026-06-15
- Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.
2026-06-07
- Docs: added coverage for using the actor as a CoinGecko API alternative, exporting CoinGecko data to CSV/JSON, and scraping CoinGecko without an API key.
