CoinGecko Markets Scraper - Crypto Prices & Market Data avatar

CoinGecko Markets Scraper - Crypto Prices & Market Data

Pricing

from $2.00 / 1,000 results

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

CoinGecko Markets Scraper - Crypto Prices & Market Data

Export cryptocurrency prices, market caps, volume, supply, 24-hour changes, all-time highs and lows, and market ranks from CoinGecko's API.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Thirdwatch

Thirdwatch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

CoinGecko Markets Scraper

Export CoinGecko cryptocurrency prices, market caps, rankings, volume, supply, 24-hour changes, and historical extremes.

What you get

Collect exact coins, a CoinGecko category, or ranked markets as clean Apify dataset rows. Choose the quote currency and ordering for repeatable portfolio snapshots, alerts, spreadsheets, dashboards, and warehouse feeds.

Output fields

FieldDescription
idCoinGecko coin ID
symbolTrading symbol
nameCoin name
image_urlCoin image URL
currencyRequested quote currency
current_priceCurrent price
market_capMarket capitalization
market_cap_rankMarket-cap rank
fully_diluted_valuationFully diluted valuation
total_volumeReported 24-hour volume
high_24h, low_24h24-hour price range
price_change_24hAbsolute 24-hour price change
price_change_percentage_24hPercentage 24-hour price change
market_cap_change_24hAbsolute 24-hour market-cap change
market_cap_change_percentage_24hPercentage market-cap change
circulating_supplyCirculating supply
total_supply, max_supplyTotal and maximum supply
ath, ath_change_percentage, ath_dateAll-time-high data
atl, atl_change_percentage, atl_dateAll-time-low data
last_updatedSource update timestamp
source_urlCoin page
sourceData-source name

Example output

{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"currency": "usd",
"current_price": 118250,
"market_cap_rank": 1,
"total_volume": 42100000000,
"price_change_percentage_24h": 1.25,
"last_updated": "2026-07-21T03:58:12.000Z"
}

Input parameters

ParameterRequiredDescription
coinIdsNoExact IDs such as bitcoin or ethereum; empty means ranked markets
vsCurrencyNoQuote currency such as usd, eur, or inr; defaults to usd
categoryNoOptional CoinGecko category slug
orderNomarket_cap_desc, market_cap_asc, volume_desc, volume_asc, id_desc, or id_asc
maxResultsNoMaximum records; defaults to 20
apiKeyNoOptional CoinGecko Demo API key for a higher upstream allowance

Use cases

  • Analysts: build scheduled market snapshots and comparison tables.
  • Portfolio teams: feed prices and market movements into dashboards.
  • Developers: power alerts and downstream automations from a stable dataset.
  • Researchers: compare market-cap, volume, and supply across a category.

Limitations

CoinGecko controls availability and request allowances. A keyless run is suitable for bounded use; sustained schedules may need your Demo key. Prices can change rapidly, categories and IDs follow CoinGecko naming, and the output is informational rather than financial advice.

Compared to alternatives

Compared with real1ty/coingecko, this Actor focuses on the markets workflow with a small, predictable input. Compared with benthepythondev/crypto-intelligence, it exposes supply, historical extremes, category filtering, ordering, and optional authenticated capacity in one dataset.

FAQ

Do I need an API key?

Not for the default bounded run. Add a CoinGecko Demo key for higher upstream usage.

Can I request Bitcoin and Ethereum only?

Yes. Set coinIds to bitcoin and ethereum.

Can I schedule price snapshots?

Yes. Save an Apify Task and attach the frequency that fits your source allowance.

Explore more at thirdwatch.dev. Related Actors: Google Search Scraper, Google News Scraper, and Trade Data Scraper.

Last verified: 2026-07