VOOZH about

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

โ‡ฑ CoinGEecko Scraper ยท Apify


Pricing

from $0.00005 / actor start

Go to Apify Store

Scrapes CoinGecko market data (coins, prices, market caps), trending coins, and global crypto market stats. No API key required for basic use.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

๐Ÿ‘ ian

ian

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

24 days ago

Last modified

Categories

Share

CoinGecko Scraper

Scrape live crypto data from CoinGecko โ€” no browser, no headless Chrome, just clean API data.

Supports three modes:

  • Markets โ€” coin prices, market caps, volumes, ATH/ATL, and price change % across any time interval
  • Trending โ€” the 15 coins trending on CoinGecko right now
  • Global โ€” total market cap, 24h volume, BTC/ETH dominance, active cryptocurrency count

No API key required for basic use. Add a free CoinGecko Demo API key for higher rate limits.

Use Cases

  • Portfolio tracking dashboards
  • Price alert pipelines (connect to Zapier/Make)
  • Daily crypto newsletters and digests
  • Market research and data analysis
  • Altcoin screeners by category (DeFi, L1/L2, NFT tokens, etc.)

Input

FieldTypeDefaultDescription
modestringmarketsmarkets, trending, or global
vsCurrencystringusdPrice currency (usd, eur, btc, eth, etc.)
coinIdsstring[][]Filter to specific coins by CoinGecko ID (e.g. bitcoin, ethereum). Empty = all
categorystringโ€”CoinGecko category slug (e.g. decentralized-finance-defi, layer-1)
orderstringmarket_cap_descSort order for markets mode
maxResultsinteger100Max coins to return (markets mode only, up to 5000)
includeSparklinebooleanfalseInclude 7-day sparkline price array
priceChangePercentagesstring[]["24h"]Price change % intervals: 1h, 24h, 7d, 14d, 30d, 1y
apiKeystringโ€”CoinGecko Demo API key (optional, for higher rate limits)

Output โ€” Markets Mode

{
"id":"bitcoin",
"symbol":"btc",
"name":"Bitcoin",
"image":"https://...",
"currentPrice":67842,
"marketCap":1337000000000,
"marketCapRank":1,
"fullyDilutedValuation":1424000000000,
"totalVolume":28500000000,
"high24h":68100,
"low24h":66500,
"priceChange24h":450.12,
"priceChangePercentage24h":0.67,
"marketCapChange24h":8900000000,
"marketCapChangePercentage24h":0.67,
"circulatingSupply":19700000,
"totalSupply":21000000,
"maxSupply":21000000,
"ath":73738,
"athChangePercentage":-7.99,
"athDate":"2024-03-14T07:10:36.635Z",
"atl":67.81,
"atlChangePercentage":99900.12,
"atlDate":"2013-07-06T00:00:00.000Z",
"lastUpdated":"2024-10-20T12:00:00.000Z"
}

Output โ€” Trending Mode

{
"id":"solana",
"name":"Solana",
"symbol":"SOL",
"marketCapRank":5,
"score":0,
"thumb":"https://...",
"large":"https://...",
"priceChange24h":3.21,
"marketCap":"$76.5 B"
}

Output โ€” Global Mode

{
"activeCryptocurrencies":15230,
"markets":1120,
"totalMarketCap":{"usd":2650000000000,"btc":38900,"eth":890000},
"totalVolume":{"usd":98000000000},
"marketCapPercentage":{"btc":56.2,"eth":13.1},
"marketCapChangePercentage24hUsd":1.23,
"updatedAt":"2024-10-20T12:00:00.000Z"
}

Rate Limits

CoinGecko's free (public) API allows ~30 requests/minute. This Actor automatically handles rate limiting with retries and delays.

For higher limits, get a free Demo API key at coingecko.com and pass it as apiKey.

Category Slugs

Popular CoinGecko category slugs for the category input:

  • decentralized-finance-defi โ€” DeFi
  • layer-1 โ€” L1 blockchains
  • layer-2 โ€” L2 / rollups
  • non-fungible-tokens-nft โ€” NFT tokens
  • artificial-intelligence โ€” AI coins
  • real-world-assets-rwa โ€” RWA
  • meme-token โ€” Meme coins
  • gaming โ€” GameFi

Find all category slugs via the CoinGecko API: /api/v3/coins/categories/list

You might also like

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.

CoinGecko Crypto Prices & Market Data Scraper

makework36/coingecko-scraper

Scrapes cryptocurrency market data from CoinGecko public API. Supports market listings, trending coins, global stats, and individual coin details. Pure HTTP, no browser needed.

๐Ÿ‘ User avatar

deusex machine

5

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 Scraper - Crypto Price & Market Data API

pink_comic/coingecko-crypto-data

Scrape CoinGecko crypto prices, market caps, volume, ATH, trending coins, and global market data for Bitcoin, Ethereum, Solana, DeFi research, portfolio trackers, fintech apps, and trading dashboards. Export structured cryptocurrency data with no CoinGecko API key required.

CoinGecko Scraper

crawlerbros/coingecko-scraper

Scrape CoinGecko - the world's largest crypto data aggregator. Get real-time prices, market caps, trending coins, detailed coin info, and category listings for 10,000+ cryptocurrencies. No API key required.

CoinGecko Scraper - Coins, Exchanges, Trending API

logiover/coingecko-exchanges-scraper

CoinGecko data export to CSV/JSON - a no-key CoinGecko API alternative. Scrape coins market, exchanges, trending & categories without an API key.

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