VOOZH about

URL: https://apify.com/dami_studio/coingecko-scraper

โ‡ฑ CoinGecko Crypto Scraper - Prices & Markets ยท Apify


Pricing

from $2.00 / 1,000 coin returneds

Go to Apify Store

CoinGecko Crypto Market Scraper

Scrape cryptocurrency market data from the public CoinGecko API โ€” no key, no login. Get the top coins by market cap, search by name/symbol, or pull specific coins by id, with price, market cap, volume, 24h/7d change, supply, ATH/ATL and the coin page URL.

Pricing

from $2.00 / 1,000 coin returneds

Rating

5.0

(1)

Developer

๐Ÿ‘ Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pull live cryptocurrency market data from the public CoinGecko API โ€” no API key, no login. Get the top coins by market cap, search by name or symbol, or fetch specific coins by id.

Modes

ModeWhat it does
marketsTop coins ranked by market cap. Paginates 250 per request up to your maxItems.
searchLook up coins by name/symbol. Returns lighter rows (id, name, symbol, rank).
coinsFetch a specific set of coins by their CoinGecko id.

What you get per coin (markets / coins)

id, symbol, name, price, marketCap, marketCapRank, volume24h, change24hPct, change7dPct, circulatingSupply, ath, athDate, atl, image, and url (the coin's CoinGecko page).

Search rows are lighter: id, name, symbol, marketCapRank, image, url. They do not include price, market cap, volume or change fields โ€” use markets or coins mode for those.

Numeric fields (price, marketCap, marketCapRank, volume24h, change24hPct, change7dPct, circulatingSupply, ath, atl) and image can be null when CoinGecko doesn't report them for a given coin or currency.

Input

FieldNotes
modemarkets (default), search, or coins.
vsCurrencyQuote currency for prices/market cap/volume, e.g. usd, eur, btc. Used by markets & coins.
querySearch term (Search mode), e.g. solana.
coinIdsList of CoinGecko ids (Coins mode), e.g. ["bitcoin","ethereum"]. The id is the slug in a coin's URL.
maxItemsMax coins in Markets mode.

Output

One dataset row per coin, deduped by id. Inputs that match nothing return a single note row and are not charged.

Examples

{"mode":"markets","vsCurrency":"usd","maxItems":100}
{"mode":"search","query":"solana"}
{"mode":"coins","vsCurrency":"eur","coinIds":["bitcoin","ethereum","solana"]}

Notes

This actor uses CoinGecko's free public API, which is rate-limited (roughly 10โ€“30 requests/minute). On an HTTP 429 the actor backs off generously (honoring Retry-After, up to ~60s) and retries rather than failing. For bulk runs (e.g. >1000 coins) this backoff can cost extra run time, so for heavy use either space your runs out or enable a proxy.

Proxy is optional. The public API needs no proxy or login, so it is off by default and you should leave it off for normal use. Only enable Apify Proxy if you repeatedly hit IP-based 429 rate limits on large runs โ€” it can spread requests across IPs, but it consumes metered proxy credit and gives no anti-bot benefit here.

Pricing & troubleshooting

Billing is pay-per-result: you are charged one event per coin row returned. Diagnostic rows (ok:false, e.g. NO_RESULTS, BAD_INPUT, RATE_LIMITED) are never charged. If a run returns only a diagnostic row, read its errorCode and error/hint fields โ€” BAD_INPUT means a mode/query/id was missing or invalid, and RATE_LIMITED means CoinGecko throttled the run (retry later or enable a proxy).

You might also like

CoinGecko Scraper โ€” Crypto Prices, Market Cap & API

bovi/coingecko-scraper

Scrape live cryptocurrency data from CoinGecko via the official public API. No API key required. Supports top-coins by market cap, bulk lookup by coin IDs, and search by keyword. Returns price, market cap, volume, ATH, circulating supply and more. Pay per result.

๐Ÿ‘ User avatar

Vitalii Bondarev

2

CoinGecko Crypto Scraper

rupom888/coingecko-scraper

Scrape live cryptocurrency data from CoinGecko: prices, market caps, volume, historical data, trending coins, and coin details. Uses the free public CoinGecko API โ€” no API key required. Get top coins by market cap, search by coin ID, or fetch trending coins.

Cryptocurrency Market Data Scraper

gentle_cloud/cryptocurrency-market-data-scraper

Fetch real-time cryptocurrency market data from CoinGecko โ€” prices, market cap, volume, price changes, ATH/ATL, supply stats, and trending coins. No API key required.

CoinGecko Crypto Intelligence

benthepythondev/crypto-intelligence

Extract real-time cryptocurrency market data from CoinGecko for 10,000+ coins. Get prices, market caps, volume, 24h/7d/30d changes, ATH/ATL, supply metrics, and historical charts. Access trending coins, category breakdowns, and detailed coin info including community/developer stats

CoinGecko Scraper

gio21/coingecko-scraper

Scrape CoinGecko public API: top crypto markets by cap, trending coins, exchanges, categories. Returns price, market cap, volume, supply, 24h change, and more. Useful for crypto market analysis, portfolio tracking, and trading research.

CoinGecko Crypto Scraper

plantane/coingecko-scraper

Scrapes cryptocurrency data from CoinGecko's free API. Supports markets (top coins by market cap), trending coins, and search modes.

CoinGecko Cryptocurrency Scraper

parseforge/coingecko-scraper

Scrape cryptocurrency market data from CoinGecko. Get prices, market cap, volume, supply, ATH/ATL, price changes (1h to 1y), sparkline charts, and ROI for 15,000+ coins. Filter by currency, category, and sort order.