CoinGecko Crypto Scraper avatar

CoinGecko Crypto Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
CoinGecko Crypto Scraper

CoinGecko Crypto Scraper

Scrapes cryptocurrency data from CoinGecko's free API. Supports markets (top coins by market cap), trending coins, and search modes.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Daniel

Daniel

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Apify actor that scrapes cryptocurrency data from CoinGecko's free public API.

Features

  • Markets mode — Top coins by market cap with full pricing data
  • Trending mode — Currently trending coins on CoinGecko
  • Search mode — Search for specific coins by name/symbol
  • Optional detail enrichment — Fetch extra data (description, links, sentiment) per coin

Input

FieldTypeDefaultDescription
modestring"markets"markets, trending, or search
vs_currencystring"usd"Target currency for prices
per_pageinteger100Results per API page (max 250)
max_itemsinteger10Maximum items to return
search_querystring""Query for search mode
orderstring"market_cap_desc"Sort order for markets
include_detailsbooleanfalseFetch extra detail per coin

Output

Markets mode

Full market data: id, symbol, name, image, current_price, market_cap, market_cap_rank, fully_diluted_valuation, total_volume, high_24h, low_24h, price_change_24h, price_change_percentage_24h, circulating_supply, total_supply, max_supply, ath, ath_change_percentage, ath_date, atl, atl_change_percentage, atl_date, last_updated.

With include_details: also description, homepage, genesis_date, sentiment data.

id, name, symbol, market_cap_rank, thumb, score.

Search mode

id, name, symbol, market_cap_rank, thumb.

Rate Limits

CoinGecko's free API allows ~10-30 requests/minute. The scraper adds 1.5s delays between requests and handles 429 responses with a 60s backoff.