Crypto Price Tracker avatar

Crypto Price Tracker

Pricing

Pay per usage

Go to Apify Store
Crypto Price Tracker

Crypto Price Tracker

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Rajat Sharda

Rajat Sharda

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 hours ago

Last modified

Categories

Share

Crypto Price Tracker & CoinGecko Market Data Scraper

A stable, high-performance actor that extracts real-time cryptocurrency prices, market caps, and 24h price changes directly from CoinGecko's public market data feed. Perfect for portfolio trackers, price alert bots, market research dashboards, and trading signal pipelines.

Features

  • Live Market Snapshot: Pulls top coins ranked by market cap with real-time pricing.
  • Multi-Currency Support: Price coins in USD, EUR, GBP, INR, and dozens of other fiat/crypto pairs.
  • 24h Momentum Signals: Includes price_change_percentage_24h for trend-following bots.
  • Pay-Per-Event (PPE) Pricing: Charged strictly per coin returned — pay only for what you use.

Input Parameters

FieldTypeRequiredDefaultDescription
max_itemsIntegerNo10Maximum number of coins to fetch, ranked by market cap.
currencyStringNo"usd"The fiat/crypto currency to price coins in (e.g. usd, eur, inr).

Example Input

{
"max_items": 10,
"currency": "usd"
}

Output Schema

FieldTypeDescription
idStringCoinGecko coin ID (e.g. bitcoin).
symbolStringTicker symbol (e.g. btc).
nameStringFull coin name.
current_priceNumberCurrent price in the requested currency.
currencyStringThe currency code used for pricing.
market_capNumberTotal market capitalization.
market_cap_rankIntegerMarket cap ranking position.
price_change_percentage_24hNumber24-hour price change percentage.
last_updatedStringISO timestamp of the last price update.

Example Output

{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"current_price": 68234.12,
"currency": "USD",
"market_cap": 1342000000000,
"market_cap_rank": 1,
"price_change_percentage_24h": 2.34,
"last_updated": "2026-07-08T00:00:00.000Z"
}

Pricing Configuration

This Actor utilizes Apify's Pay-Per-Event (PPE) monetization model.

  • Primary Event: coin-scraped
  • Cost: $0.004 per successfully scraped coin.