CoinGecko Scraper avatar

CoinGecko Scraper

Pricing

from $5.00 / 1,000 record scrapeds

Go to Apify Store
CoinGecko Scraper

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.

Pricing

from $5.00 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape CoinGecko's public API. Four datasets:

  • markets - top coins by market cap (price, volume, change, supply, ATH)
  • trending - top 15 trending coins (rank, score, market cap rank)
  • exchanges - paginated exchange list (trust score, volume)
  • categories - DeFi / L1 / meme / etc. with market cap

Useful for crypto market analysis, portfolio tracking, trading research, investor reports.

Free vs. paid

  • Free plan: 15 clearly-labelled mock records.
  • Paid plan: real, live CoinGecko data.

Input

FieldTypeDescription
datasetString (required)markets, trending, exchanges, categories.
vsCurrencyStringQuote currency for markets. Default usd.
maxItemsIntegerDefault 250, max 10,000.
debugBooleanVerbose logs.

Output samples

markets:

{
"kind": "coin",
"id": "bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"price": 73450.00,
"marketCap": 1450000000000,
"marketCapRank": 1,
"change24h": 2.34,
"change7d": 5.6,
"change30d": 12.4,
"totalVolume": 28000000000,
"circulatingSupply": 19800000,
"ath": 78000,
"vsCurrency": "usd",
"url": "https://www.coingecko.com/en/coins/bitcoin"
}

trending:

{ "kind": "trending", "rank": 1, "id": "bonk", "name": "Bonk", "symbol": "BONK", "marketCapRank": 75, "priceBtc": 0.000000001 }

Pricing

$0.005/record. 1,000 records = $5.

Limitations

  • CoinGecko's free public API has a rate limit (~10-30 calls/min). The actor adds a 600ms delay between paged calls.
  • Some fields (change7d, change30d) may be null for newly-listed coins.

If this actor helped you, please leave a review on the Apify Store.