CoinGecko Crypto Market Data Scraper avatar

CoinGecko Crypto Market Data Scraper

Pricing

from $0.0008 / coin scraped

Go to Apify Store
CoinGecko Crypto Market Data Scraper

CoinGecko Crypto Market Data Scraper

Live cryptocurrency market data from CoinGecko: price, market cap, rank, 24h volume & change, ATH/ATL, supply and more. Fetch the top coins by market cap, specific coins by symbol/name, or trending coins. Fast clean HTTP, no API key.

Pricing

from $0.0008 / coin scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 minutes ago

Last modified

Categories

Share

CoinGecko Scraper โ€” Crypto Prices, Market Cap, Volume & ATH/ATL

Get live cryptocurrency market data from CoinGecko as clean, structured JSON, CSV, Excel or XML: price, market cap, rank, 24h volume and change, ATH/ATL, circulating and total supply and more. Pull the top coins by market cap, look up specific coins by symbol/name/id, or add the currently trending coins โ€” all in one run. Fast and reliable, with no account to manage.

CoinGecko Scraper input โ€” coin list, max coins and quote currency in the Apify Console

What does CoinGecko Scraper do?

This CoinGecko scraper turns crypto market data into a structured dataset. Ask for the top N coins by market cap, a specific watchlist, or the trending list, and it returns a flat record per coin with price, market cap, volume, supply and all-time-high/low data points. Use it to power dashboards, portfolio trackers and research pipelines, and export the results in any format the Apify platform supports.

What data can you scrape from CoinGecko?

Data pointDescription
Coin id, symbol & nameCoinGecko id, ticker symbol and display name.
Logo imageURL of the coin's logo.
Current priceLatest price in your chosen quote currency.
Market cap & rankMarket capitalisation and its rank.
Fully diluted valuationFDV based on max supply.
24h volumeTotal traded volume over 24 hours.
24h high / lowHighest and lowest price in the last 24 hours.
24h changeAbsolute and percentage price change over 24 hours.
SupplyCirculating, total and max supply.
ATH / ATLAll-time high and low, with dates and % change.
Trending flagWhether the coin is currently trending.

Use cases

  • Live dashboards โ€” power a price/market-cap dashboard or portfolio tracker.
  • Time-series snapshots โ€” capture the top 100โ€“1,000 coins on a schedule for analysis.
  • Watchlist monitoring โ€” track specific tokens and their 24h movement.
  • Momentum signals โ€” record trending coins for research or trading signals.
  • Dataset building โ€” feed structured crypto data into BI tools, models or apps.

How to scrape CoinGecko data

  1. Add CoinGecko Scraper to your Apify account and open its input.
  2. Leave coins empty for the top coins by market cap, or list specific coins (e.g. BTC, ethereum).
  3. Set maxCoins, pick a vsCurrency, and optionally enable includeTrending.
  4. Click Run.
  5. Export the results as JSON, CSV, Excel or XML, or fetch them through the Apify API.

Input

{
"coins": [],
"maxCoins": 100,
"vsCurrency": "usd",
"includeTrending": true
}
FieldDescription
coinsSpecific coin symbols, names or CoinGecko ids (e.g. BTC, ethereum). Empty = top coins.
maxCoinsHow many top coins by market cap to fetch when no specific coins are given.
vsCurrencyQuote currency to price against (e.g. usd, eur, btc).
includeTrendingAlso include the currently trending coins and flag them.
proxyConfigurationStandard Apify proxy settings for the run.

What you get

One flat JSON record per coin, ready to export to CSV, Excel, JSON or XML.

CoinGecko Scraper output example โ€” coin rows with price, market cap and 24h change as structured JSON

{
"id": "bitcoin",
"symbol": "BTC",
"name": "Bitcoin",
"image": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png",
"currentPrice": 61234.55,
"marketCap": 1203450000000,
"marketCapRank": 1,
"fullyDilutedValuation": 1287000000000,
"totalVolume": 28500000000,
"high24h": 62010.12,
"low24h": 60110.88,
"priceChange24h": 512.44,
"priceChangePct24h": 0.84,
"circulatingSupply": 19700000,
"totalSupply": 21000000,
"maxSupply": 21000000,
"ath": 73800.0,
"athChangePct": -17.02,
"athDate": "2024-03-14T07:10:36.635Z",
"atl": 67.81,
"atlDate": "2013-07-06T00:00:00.000Z",
"lastUpdated": "2026-07-23T09:15:04.123Z",
"isTrending": false
}

Output schema

FieldTypeDescription
idstringCoinGecko id for the coin.
symbolstringTicker symbol.
namestringDisplay name of the coin.
imagestring (URL)URL of the coin's logo image.
currentPriceintegerLatest price in the chosen quote currency.
marketCapintegerMarket capitalisation.
marketCapRankintegerRank by market capitalisation.
fullyDilutedValuationintegerFully diluted valuation (based on max supply).
totalVolumeintegerTotal traded volume over 24 hours.
high24hintegerHighest price in the last 24 hours.
low24hintegerLowest price in the last 24 hours.
priceChange24hnumberAbsolute price change over 24 hours.
priceChangePct24hnumberPercentage price change over 24 hours.
circulatingSupplyintegerCirculating supply.
totalSupplyintegerTotal supply.
maxSupplyintegerMaximum supply (null when uncapped).
athintegerAll-time-high price.
athChangePctnumberPercentage change from the all-time high.
athDatestring (ISO date)Date of the all-time high.
atlnumberAll-time-low price.
atlDatestring (ISO date)Date of the all-time low.
lastUpdatedstring (ISO date)Timestamp when the values were last updated.
isTrendingbooleanTrue when the coin is currently trending.

Need more market data?

FAQ

Do I need an account or API key? No. There is no login or key โ€” just set your inputs and click Run.

How many coins can I get per run? As many as you set with maxCoins; the actor paginates automatically. You can also pass a specific coins list instead.

Which quote currencies are supported? Common fiat and crypto quote currencies such as usd, eur, gbp and btc, via the vsCurrency input.

How fresh is the data? Prices, market cap and volume are pulled live at run time, and each record carries a lastUpdated timestamp.

What export formats are available? JSON, CSV, Excel and XML, plus programmatic access through the Apify API.

Can I connect this to my other tools? The CoinGecko Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Is this official CoinGecko data? The data reflects public CoinGecko market data, but this actor is an independent tool and is not affiliated with or endorsed by CoinGecko.

Notes

Original clean-room implementation. Returns only public market data; you are responsible for compliant use. Not affiliated with CoinGecko; all trademarks belong to their respective owners.