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

3 days ago

Last modified

Share

CoinGecko Crypto Scraper - Prices and Market Data

Collect structured cryptocurrency market data from CoinGecko. Scrape specific CoinGecko coin IDs, resolve coin names or symbols through search, or retrieve the leading cryptocurrencies by market capitalization.

The Actor returns current price, market cap, rank, 24-hour volume and price movement, supply data, all-time high and low, image URL, and source timestamps. It uses CoinGecko's public API and supports an optional Demo API key for higher limits.

Features

  • Specific coin IDs such as bitcoin, ethereum, and solana
  • Coin search with a configurable match limit
  • Top cryptocurrencies ranked by market cap
  • Quote currencies including USD, EUR, INR, and BTC
  • Automatic deduplication across all input modes
  • Optional proxy rotation for rate-limited large runs
  • Pay only after a clean coin record is saved

Input

FieldDescriptionDefault
coinIdsCoinGecko coin IDs[]
searchQueriesCoin names or symbols to search[]
maxSearchResultsMaximum selected matches per search query5
topCoinsNumber of leading coins by market cap10
vsCurrencyQuote currencyusd
apiKeyOptional CoinGecko Demo API keyNone
proxyConfigurationOptional proxy rotationDisabled
{
"coinIds": ["solana"],
"searchQueries": ["dogecoin"],
"maxSearchResults": 2,
"topCoins": 5,
"vsCurrency": "usd",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Sample output

{
"id": "solana",
"symbol": "SOL",
"name": "Solana",
"vsCurrency": "usd",
"currentPrice": 65.23,
"marketCap": 37808420731,
"marketCapRank": 7,
"totalVolume": 3341336457,
"high24h": 65.38,
"low24h": 62.38,
"priceChangePercentage24h": 2.03,
"circulatingSupply": 579707291.97,
"maxSupply": null,
"ath": 293.31,
"athDate": "2025-01-19T11:15:27.957Z",
"atl": 0.500801,
"imageUrl": "https://coin-images.coingecko.com/coins/images/...",
"lastUpdated": "2026-06-12T16:00:00.000Z",
"scrapedAt": "2026-06-12T16:00:01.000Z"
}

How to scrape CoinGecko data

  1. Add coin IDs, search queries, or set topCoins.
  2. Choose the quote currency.
  3. Leave proxy rotation disabled for normal API runs.
  4. Add a CoinGecko Demo API key for larger workloads when needed.
  5. Run the Actor and export the dataset as JSON, CSV, Excel, or another supported format.

Use cases

  • Cryptocurrency dashboards and market tables
  • Portfolio valuation and scheduled price monitoring
  • Trading and quantitative research
  • Market-cap, volume, and momentum analysis
  • Historical ATH and ATL reference datasets

Pricing

EventPrice
coin-scraped$0.001 per successfully saved coin

The Actor charges only for records written to the dataset. Apify platform usage is billed separately.

Data source

Market data is provided by CoinGecko. Users are responsible for following CoinGecko's API terms, attribution requirements, and applicable usage limits.

License

Apache-2.0