Crypto Price Scraper avatar

Crypto Price Scraper

Pricing

Pay per usage

Go to Apify Store
Crypto Price Scraper

Crypto Price Scraper

Real-time crypto prices — BTC, ETH, altcoins. 4+ runs for trading bots and dashboards. Price history, market cap, volume. JSON. Custom data tool in 48h, $100 pilot. Email: spinov001@gmail.com • Tips: t.me/scraping_ai

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex

Alex

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Crypto Price Scraper — Market Data, Prices & Trending Coins

Extract real-time cryptocurrency prices and market data from CoinGecko. Get current price, market cap, trading volume, supply metrics, all-time highs, and price changes (1h, 24h, 7d, 30d). Fetch top N coins by market cap, look up specific coins, or discover trending tokens. Free API, no key needed.

Features

  • Top N Coins — fetch top 100, 250, or up to 1000 coins ranked by market cap
  • Specific Coin Lookup — get detailed data for any coin by CoinGecko ID (bitcoin, ethereum, solana)
  • Trending Coins — discover currently trending cryptocurrencies on CoinGecko
  • Price Change Tracking — percentage changes over 1 hour, 24 hours, 7 days, and 30 days
  • Supply Metrics — circulating supply, total supply, max supply, and fully diluted valuation
  • All-Time High/Low — ATH and ATL prices with dates and percentage from current price
  • Multi-Currency — prices in USD, EUR, GBP, JPY, or any supported fiat currency

Output Example

{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"currentPrice": 87432.00,
"marketCap": 1720000000000,
"marketCapRank": 1,
"totalVolume": 28500000000,
"high24h": 88100.00,
"low24h": 86200.00,
"priceChangePercentage24h": 1.45,
"priceChangePercentage7d": -2.31,
"priceChangePercentage30d": 8.72,
"circulatingSupply": 19650000,
"maxSupply": 21000000,
"ath": 108000.00,
"athDate": "2025-12-15T14:00:00.000Z",
"athChangePercentage": -19.05,
"vsCurrency": "usd",
"scrapedAt": "2026-03-18T10:00:00.000Z"
}

Use Cases

  • Portfolio Tracking — collect current prices and market data for cryptocurrency portfolios
  • Market Research — analyze market cap distribution, volume trends, and price movements
  • Trading Signals — feed price change data into algorithmic trading strategies and alerts
  • DeFi Analytics — track token prices and supply metrics for decentralized finance research
  • Content & Reporting — generate crypto market summaries, newsletters, and data visualizations
  • Price Comparison — monitor prices across multiple fiat currencies simultaneously

Input Parameters

ParameterTypeDefaultDescription
coinsarray[]CoinGecko coin IDs (e.g., "bitcoin", "ethereum")
topNinteger100Top N coins by market cap (0 to skip, max 1000)
vsCurrencystringusdPrice currency (usd, eur, gbp, jpy, etc.)
includeMarketDatabooleantrueInclude price changes, supply, ATH/ATL
includeTrendingbooleanfalseFetch currently trending coins

How It Works

The scraper queries the CoinGecko API to retrieve cryptocurrency market data. For top-N queries, it fetches paginated market listings sorted by market cap. For specific coins, it retrieves detailed profiles including descriptions, links, and community data. Rate limiting with automatic retry on HTTP 429 ensures reliable operation within CoinGecko's free tier limits.