CoinGecko Scraper - Coins, Exchanges, Trending API
Pricing
Pay per usage
CoinGecko Scraper - Coins, Exchanges, Trending API
One CoinGecko actor, 4 modes: full coins market (price, market cap, ATH, % changes), all exchanges (trust score & volume), trending (coins/NFTs/categories), and every category with market data. Public API, no key needed (optional Demo/Pro key for big runs).
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
84
Total users
4
Monthly active users
5.5 hours
Issues response
5 hours 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.