Crypto Market Data Scraper — Live Prices & Market Cap
Pricing
Pay per usage
Crypto Market Data Scraper — Live Prices & Market Cap
Export live cryptocurrency market data: price, market cap, rank, volume, 1h/24h/7d change, supply and ATH for any coin or the top N. Public CoinGecko API, no key. JSON/CSV.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hasnain Nisar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Crypto Market Data Scraper — Live Prices, Market Cap & 24h Change
Export live cryptocurrency market data for any coin or the top N by market cap: price, market cap, rank, 24h volume, 1h/24h/7d change, supply and all-time-high — in USD or any quote currency. Powered by the public CoinGecko API. No API key, no login.
💡 Use cases
- Build a crypto price dashboard or portfolio tracker
- Feed market data into trading bots and alerts
- Snapshot the top 100 coins on a schedule
- Enrich research datasets with live market metrics
⚙️ Input
{ "coinIds": ["bitcoin", "ethereum", "solana"], "vsCurrency": "usd" }
Or { "topN": 100, "vsCurrency": "usd" } for the top 100 by market cap.
📤 Output (one item per coin)
{ "id": "bitcoin", "symbol": "btc", "name": "Bitcoin", "current_price": 68000,"market_cap": 1340000000000, "market_cap_rank": 1,"price_change_percentage_24h": 1.8, "vs_currency": "usd" }
❓ FAQ
Do I need an API key? No — it uses the free public CoinGecko API.
How fresh is the data? Near real time (CoinGecko updates every few minutes).
Can I get the whole market? Yes — set topN up to 250 per run.
Integrations? Apify API, Scheduler, webhooks, Make, Zapier, n8n, Google Sheets.
⚖️ Disclaimer
Not affiliated with CoinGecko. Reads only the public CoinGecko API. Not financial advice.