CoinGecko Scraper - Coins, Exchanges, Trending API avatar

CoinGecko Scraper - Coins, Exchanges, Trending API

Pricing

Pay per usage

Go to Apify Store
CoinGecko Scraper - Coins, Exchanges, Trending API

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

Logiover

Maintained by Community

Actor stats

0

Bookmarked

84

Total users

4

Monthly active users

5.5 hours

Issues response

5 hours ago

Last modified

Share


🚀 Four modes, one actor

Pick a mode and run. Each input field is tagged with the mode it belongs to.

ModeWhat you get
🪙 coinsMarketThe 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.
🏦 exchangesEvery CEX & DEX CoinGecko tracks — trust score & rank, 24h BTC volume (raw + normalized), country, year established, incentives, URL & logo.
🔥 trendingThe trending board — top trending coins, NFTs and categories right now, with rank, price (BTC) and 24h moves.
🗂️ categoriesEvery crypto category/sector (L1s, memes, RWA, AI, gaming…) with market cap, 24h change, volume and top-3 coins.

💡 mode defaults to exchanges (the actor's original behavior). Switch it to coinsMarket, trending or categories anytime. 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

FieldModeWhat it does
modeallcoinsMarket · exchanges · trending · categories
maxCoinscoinsMarketHow many coins (by market cap). 0 = all (~17k, needs a key).
vsCurrencycoinsMarketQuote currency — usd, eur, btc…
minMarketCapcoinsMarketDrop coins below this market cap. 0 = no filter.
maxExchangesexchangesHow many exchanges. 0 = all.
coingeckoApiKeyallOptional Demo/Pro key (auto-detected) for higher rate limits.
maxRuntimeSecondsallGraceful 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