Crypto Market Data Scraper (No Login)
Pricing
Pay per usage
Crypto Market Data Scraper (No Login)
Live crypto market data from CoinGecko. One row per coin with price, market cap and rank, volume, fully diluted valuation, circulating/total/max supply, all-time high and low, and 1h/24h/7d/30d price change. No login, no API key. Pay per row.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ken M
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Pull live crypto market data straight from CoinGecko and get one clean row per coin. No login, no API key, no browser. Scan the whole market by rank, or pass a list of specific coins.
What you get
One row per coin, with:
id,symbol,namecurrentPrice,vsCurrencymarketCap,marketCapRank,fullyDilutedValuationtotalVolume,high24h,low24hpriceChange24h,priceChangePct1h,priceChangePct24h,priceChangePct7d,priceChangePct30dcirculatingSupply,totalSupply,maxSupplyath,athChangePct,athDate,atl,atlChangePct,atlDatelastUpdated,url,scrapedAt
Input
vsCurrency(defaultusd; alsoeur,btc, etc.)order(market cap or volume, ascending or descending)coinIds(optional list likebitcoin,ethereum,solana; leave empty to scan the whole market by rank)category(optional CoinGecko category, e.g.layer-1,decentralized-finance-defi,meme-token,artificial-intelligence)priceChangeWindows(comma separated, any of1h,24h,7d,14d,30d,200d,1y)maxCoins(cap across pages)
Example input
{"vsCurrency": "usd","order": "market_cap_desc","priceChangeWindows": "1h,24h,7d,30d","maxCoins": 250}
Track a specific watchlist:
{"vsCurrency": "usd","coinIds": ["bitcoin", "ethereum", "solana", "chainlink"]}
Pricing
Pay per row. The first 25 rows of every run are free so you can validate output before you scale up. You only pay for the coins you keep.
Notes
- Data comes from CoinGecko's public market endpoint, so values match the site.
- Proxy is off by default because the endpoint is a tolerant public API; supply a proxy only if you run very large pulls and hit rate limits.
- This Actor reads only public data and never logs in.