CoinGecko Crypto Scraper - Prices & Market Data avatar

CoinGecko Crypto Scraper - Prices & Market Data

Pricing

from $1.00 / 1,000 coin scrapeds

Go to Apify Store
CoinGecko Crypto Scraper - Prices & Market Data

CoinGecko Crypto Scraper - Prices & Market Data

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.

Pricing

from $1.00 / 1,000 coin scrapeds

Rating

0.0

(0)

Developer

Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Collect public cryptocurrency market data from CoinGecko. The Actor can fetch specific CoinGecko coin IDs, resolve coin names or symbols through search, or collect top coins by market cap.

It returns current price, market cap, rank, volume, 24-hour change, supply, all-time high/low, image URL, update time, and scrape timestamp. It is for market-data research and dashboards, not financial advice or trading signals.

Quick Start

{
"coinIds": ["bitcoin"],
"searchQueries": [],
"maxSearchResults": 2,
"topCoins": 0,
"vsCurrency": "usd",
"apiKey": "",
"proxyConfiguration": {
"useApifyProxy": false
}
}

This fetches one Bitcoin market-data row and keeps the first run very small.

Input

FieldTypeDefaultNotes
coinIdsstring array["bitcoin"]CoinGecko IDs such as bitcoin, ethereum, or solana.
searchQueriesstring array[]Names or symbols to resolve through CoinGecko search.
maxSearchResultsinteger2Maximum selected matches per search query.
topCoinsinteger0Number of top market-cap coins to collect. Use 0 for only explicit IDs/searches.
vsCurrencystringusdQuote currency such as usd, eur, inr, or btc.
apiKeystringemptyOptional CoinGecko Demo API key for higher limits.
proxyConfigurationobjectdisabledUsually not needed for small API runs.

Output

Each dataset row is one unique coin:

FieldDescription
id, symbol, nameCoinGecko identity fields.
vsCurrency, currentPriceQuote currency and current price.
marketCap, marketCapRank, fullyDilutedValuationMarket valuation metrics.
totalVolume, high24h, low24hTrading activity and 24-hour range.
priceChange24h, priceChangePercentage24h24-hour price movement.
circulatingSupply, totalSupply, maxSupplySupply metrics.
ath, athDate, atl, atlDateAll-time high/low values and dates.
imageUrl, lastUpdated, scrapedAtImage and source/scrape timestamps.

Verified Sample

An existing successful run returned this Bitcoin row:

{
"id": "bitcoin",
"symbol": "BTC",
"name": "Bitcoin",
"vsCurrency": "usd",
"currentPrice": 64119,
"marketCap": 1284597160495,
"marketCapRank": 1,
"totalVolume": 17656174356,
"priceChangePercentage24h": 0.67428,
"circulatingSupply": 20045853,
"maxSupply": 21000000,
"lastUpdated": "2026-06-21T12:11:51.759Z"
}

Pricing

Active pay-per-event pricing:

EventPrice
coin-scraped$0.001 per coin
apify-actor-start$0.00005 per GB at run start

Each unique coin is saved and charged atomically. Duplicate coins across ID, search, and top-coin modes are skipped, and the Actor stops further batches/pages when the user's spending limit is reached.

Common Workflows

  1. Pull a scheduled crypto watchlist by explicit CoinGecko IDs.
  2. Build a dashboard table for price, rank, market cap, and 24-hour change.
  3. Compare top market-cap coins by setting topCoins.
  4. Resolve names or symbols with searchQueries, then export matched coin rows.
  5. Export to CSV, Excel, JSON, HTML, or connect through the Apify API.

Notes and Limits

  • Market data comes from CoinGecko and follows its availability, update timing, and API limits.
  • A CoinGecko Demo API key can improve limits for larger workloads.
  • Proxy rotation is normally unnecessary for small public API runs.
  • This Actor does not provide investment recommendations, risk scores, buy/sell signals, or guaranteed real-time prices.

Responsible Use

Use this Actor for lawful collection of public market data. Respect CoinGecko API terms, attribution requirements, usage limits, and any rules that apply to storing or redistributing market data.

License

Apache-2.0