VOOZH about

URL: https://apify.com/cloud9_ai/coingecko-crypto-scraper

⇱ CoinGecko Crypto Scraper - Market Data Extraction Β· Apify


Pricing

from $4.00 / 1,000 results

Go to Apify Store

CoinGecko Crypto Scraper

Extract cryptocurrency market data from CoinGecko: price, market cap, 24h volume, circulating supply, price changes (1h/24h/7d/30d), ATH/ATL, sparkline. Sort by market cap, volume, trend. Filter by category (DeFi, NFT, Layer 1). Real-time data via CoinGecko API.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ cloud9

cloud9

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

CoinGecko Cryptocurrency Scraper

Apify Actor for scraping cryptocurrency market data from CoinGecko.

Features

  • Comprehensive Data: Prices, market cap, volume, supply, price changes
  • Flexible Inputs: Scrape by category, page, or custom URL
  • Rate Limiting: Built-in delays to respect server limits
  • Retry Logic: Exponential backoff for failed requests
  • Proxy Support: Uses Apify residential proxies
  • User-Agent Rotation: Reduces detection risk

Input Schema

{
"searchUrl":"https://www.coingecko.com/",
"category":"decentralized-finance-defi",
"page":1,
"perPage":100,
"sortBy":"market_cap_desc",
"maxResults":100
}

Input Parameters

ParameterTypeDefaultDescription
searchUrlstring-Custom CoinGecko URL to scrape
categorystring-Category slug (e.g., "decentralized-finance-defi")
pagenumber1Starting page number
perPagenumber100Results per page (max 100)
sortBystring-Sort order (e.g., "market_cap_desc")
maxResultsnumber100Maximum results to return

Output Schema

{
"name":"Bitcoin",
"symbol":"BTC",
"rank":1,
"price":45000.50,
"marketCap":880000000000,
"volume24h":25000000000,
"circulatingSupply":19500000,
"totalSupply":21000000,
"change1h":0.5,
"change24h":2.3,
"change7d":-1.2,
"change30d":5.6,
"ath":69000,
"athDate":"2021-11-10",
"atl":67.81,
"atlDate":"2013-07-06",
"imageUrl":"https://...",
"coinGeckoUrl":"https://www.coingecko.com/en/coins/bitcoin",
"sparkline7d":[44000,44500, ...]
}

Usage Examples

Scrape Top 100 Cryptocurrencies

{
"maxResults":100
}

Scrape DeFi Category

{
"category":"decentralized-finance-defi",
"maxResults":50
}

Scrape Specific Page

{
"page":3,
"maxResults":100
}

Custom URL

{
"searchUrl":"https://www.coingecko.com/en/categories/layer-1",
"maxResults":200
}

Development

Local Testing

# Install dependencies
npminstall
# Build TypeScript
npm run build
# Run locally
npm start

Build Docker Image

docker build -t coingecko-scraper .
docker run -it coingecko-scraper

Technical Details

Architecture

  • TypeScript: Type-safe implementation
  • gotScraping: HTTP client with proxy support
  • Cheerio: Fast HTML parsing
  • Apify SDK: Actor framework

Rate Limiting

  • 2-3 second delay between pages
  • Exponential backoff on errors (2s, 4s, 8s)
  • Maximum 3 retry attempts per request

Proxy Configuration

Uses Apify's residential proxy pool via APIFY_PROXY_URL environment variable.

User-Agent Rotation

Rotates between 5 common browser user agents to reduce detection.

Limitations

  • CoinGecko may update their HTML structure
  • Some advanced metrics require individual coin pages
  • Rate limits may apply on free proxies

License

MIT

You might also like

CoinGecko Crypto Scraper - Prices & Market Data

fascinating_lentil/coingecko-crypto-scraper

Scrape cryptocurrency market data from CoinGecko: prices, market cap, rank, volume, 24h change, supply, ATH/ATL. By coin, search, or top by market cap. No API key needed.

πŸ‘ User avatar

Md Jakaria Mirza

2

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.

Crypto Analytics Scraper (CoinGecko)

juryless_lens/crypto-analytics-scraper

Extracts: Rank, token name, symbol, current price, 1h/24h/7d percentage changes, market cap, 24h trading volume, and CoinGecko URL. Handles pagination automatically for large datasets. Supports filtering by CoinGecko categories like "layer-1", "decentralized-finance-defi", or "meme-token"

CoinGecko Crypto Market Scraper

dami_studio/coingecko-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.

3

5.0

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 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