CoinGecko Crypto Scraper — Prices, Market Cap & Volume avatar

CoinGecko Crypto Scraper — Prices, Market Cap & Volume

Pricing

from $5.00 / 1,000 results

Go to Apify Store
CoinGecko Crypto Scraper — Prices, Market Cap & Volume

CoinGecko Crypto Scraper — Prices, Market Cap & Volume

Scrape cryptocurrency market data — price, market cap, rank, 24h volume & change, supply, ATH/ATL — from the public CoinGecko API. Fetch specific coins or the top N by market cap, in any currency. Great for crypto dashboards, portfolio tracking & market research. No login, no key, no proxy.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

thanachit singruang

thanachit singruang

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Share

Scrape cryptocurrency market data — price, market cap, rank, 24h volume and change, circulating/total/max supply, and all-time high/low — into one unified dataset using the public CoinGecko API. No login, no proxies, no browser, no API key.

Fetch specific coins by ID, or the top N by market cap, priced in any currency.

What you get

Every coin is one row (recordType: "coin"):

FieldDescription
coinId / symbol / nameCoinGecko ID, ticker, and name
pricecurrent price in vsCurrency
marketCap / marketCapRankmarket cap and rank
volume24h24-hour trading volume
high24h / low24h24-hour range
priceChange24h / priceChangePct24h24-hour change
circulatingSupply / totalSupply / maxSupplysupply figures
ath / athDate / atl / atlDateall-time high & low
lastUpdatedISO timestamp
urlCoinGecko page

Sample output

{
"recordType": "coin",
"coinId": "bitcoin",
"symbol": "BTC",
"name": "Bitcoin",
"price": 78465,
"marketCap": 1574714023273,
"marketCapRank": 1,
"volume24h": 50123456789,
"high24h": 79000,
"low24h": 74000,
"priceChange24h": 4000,
"priceChangePct24h": 5.4,
"circulatingSupply": 19800000,
"maxSupply": 21000000,
"ath": 100000,
"athDate": "2025-01-01T00:00:00.000Z",
"vsCurrency": "usd",
"url": "https://www.coingecko.com/en/coins/bitcoin"
}

Input

{
"coinIds": ["bitcoin", "ethereum", "solana"],
"topN": 0,
"vsCurrency": "usd"
}
  • coinIds — CoinGecko coin IDs (the id in the coin URL).
  • topN — also fetch the top N coins by market cap (0 = off).
  • vsCurrency — quote currency (usd, eur, gbp, jpy, …).

Use cases

  • Crypto dashboards — a clean price + market-cap feed for your app or sheet
  • Portfolio tracking — snapshot the coins you hold on a schedule
  • Market research — rank and compare the top coins by cap, volume, and momentum
  • Alerting — watch 24h change and volume for coins you care about

FAQ

Do I need an API key or login? No. It uses CoinGecko's public API — no key, no account, no proxy.

Is it free to try? Yes — click Try for free and run the prefilled coins (bitcoin, ethereum, solana).

Can I get the whole market? Yes — set topN (e.g. 250 or 1000) to pull the top coins by market cap.

Can I price in euros or another currency? Yes — set vsCurrency (e.g. eur, gbp, jpy).

Pricing

Pay per result — $5 per 1,000 coins. Runs that return nothing cost nothing. No monthly fee, no proxy costs.