๐ช CoinGecko Crypto Scraper โ Prices & Market Cap
Pricing
from $10.00 / 1,000 results
๐ช CoinGecko Crypto Scraper โ Prices & Market Cap
Extract crypto prices, market caps, trading volumes from CoinGecko. Track 10,000+ tokens with price alerts and trend analysis.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
11 hours ago
Last modified
Categories
Share
๐ CoinGecko Scraper โ Crypto Prices, Market Cap, Volume & Historical Data
Bulk-extract live and historical crypto market data: spot price across 50+ fiat currencies, market cap, 24h volume, circulating + total supply, all-time high / low, 7-day price sparkline, exchange listings, and developer + community signals. A pay-per-result alternative to CoinMarketCap Pro ($79-1000/mo), Messari, Glassnode, and Kaiko enterprise โ designed for crypto-fund analysts, DeFi-protocol teams, on-chain researchers, and anyone who needs token data without an enterprise contract or rate-limited free tier.
Why CoinGecko Scraper Beats CoinMarketCap Pro, Messari, Glassnode & Kaiko
| Feature | NexGenData CoinGecko Scraper | CoinMarketCap Pro | Messari | Glassnode | Kaiko |
|---|---|---|---|---|---|
| Cost | $0.5 per 1K coins, pay-per-event | $79-1000 / month | $24-833 / month | $39-799 / month | $$$$ enterprise quote |
| Token coverage | 13,000+ | 15,000+ | 5,000+ | Top assets only | Top 1000+ |
| Historical OHLCV | Yes | Yes (paid tier) | Yes (paid tier) | Yes | Yes |
| Exchange listings + pairs | Yes โ 800+ exchanges | Yes (Pro+) | Yes (Pro+) | No | Yes |
| Dev + community signals | Yes โ GitHub, Reddit, Twitter | Limited | Yes | No | No |
| Bulk export | JSON / CSV / Excel | Plan-gated | CSV (plan-gated) | CSV | Enterprise contract |
| Auth | Apify token | API key + plan | Account + plan | Account + plan | Annual contract |
| Monthly minimum | None | $79+ | $24+ | $39+ | $$$$ |
Most crypto-research teams pick this actor instead of CoinMarketCap Pro because the data ships in a drop-in JSON shape identical to the free CoinGecko API but without rate limits โ cheaper than Glassnode for non-on-chain workflows, and a viable alternative to Messari for fundamentals + dev-activity scoring.
What You Get Per Coin
Each dataset item is a flat record:
id,symbol,namecurrent_price_usd,current_price_btc,current_price_ethprices_in_fiatโ{usd, eur, gbp, jpy, ...}โ 50+ currenciesmarket_cap_usd,market_cap_ranktotal_volume_usd_24hcirculating_supply,total_supply,max_supplyath,ath_change_percentage,ath_dateatl,atl_change_percentage,atl_dateprice_change_pct_24h,7d,14d,30d,60d,200d,1ysparkline_7dโ 7-day price arrayexchange_tickers[]โ per-exchange pair datacategories[],description,homepage,whitepapercommunity_score,developer_score,liquidity_scoregithub_repos[],twitter_followers,reddit_subscribers
Use Cases
- Crypto-fund analysts โ daily portfolio mark-to-market across 100+ tokens in one call
- DeFi-protocol teams โ track competitor tokens' market cap and dev activity in a single dashboard
- On-chain researchers โ pull historical OHLCV alongside on-chain metrics from a separate source for correlation analysis
- Token economists โ model dilution by joining
circulating_supplywithtotal_supplyandmax_supplyover time - Crypto journalists โ generate market reports without copying numbers from CoinGecko's web UI
- Tax-reporting tools โ pull historical prices in user's local fiat for cost-basis calculation
Quick Start
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/coingecko-scraper").call(run_input={"coins": ["bitcoin", "ethereum", "solana", "arbitrum", "pepe"],"fiatCurrencies": ["usd", "eur", "jpy"]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["symbol"], item["current_price_usd"], item["market_cap_rank"])
Pricing
Pay-per-event:
- Actor Start: small fixed charge per run (memory-scaled)
- Per coin: $0.5 per 1,000 coins returned
No subscription, no minimum.
Related NexGenData Actors
| Use case | Actor |
|---|---|
| Real-time crypto price + alert tracker | crypto-price-tracker |
| Finance + crypto MCP server for AI agents | finance-mcp-server |
| FX rates tracker (50+ pairs) | fx-rates-tracker |
| Finviz US stock screener | finviz-stock-screener |
| Yahoo Finance stock + ETF scraper | yahoo-finance-scraper |
| Commodity futures tracker | commodity-futures-tracker |
| ETF holdings tracker | etf-holdings-tracker |
| Treasury yields & bonds | treasury-yields-bonds |
FAQ
Do you need a CoinGecko API key? Not for the free public endpoints. The actor uses the public CoinGecko endpoints with Apify proxy rotation to avoid the public rate limits.
How fresh is the data? Spot prices are live (sub-minute lag). Market cap and 24h volume refresh on CoinGecko's standard cadence (~1 minute).
Can I pull historical OHLCV?
Yes โ pass includeHistoricalDays: 365 to add a daily OHLC array for the trailing period.
Output formats? JSON, CSV, Excel, and the Apify dataset API.
Is this legal? Yes. CoinGecko publishes all this data on its public website and free public API; this actor is a stability + rate-limit wrapper.
About NexGenData
NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, and more. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing โ you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests โ those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link โ you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console โ point-and-click run
- Apify API โ REST + webhooks
- Apify Python / JS SDKs โ programmatic batch
- Zapier, Make.com, n8n โ official integrations
- MCP โ many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules โ built-in cron for daily / weekly / monthly runs
- Webhooks โ POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata