Trending Crypto Scraper | CoinMarketCap API Alternative avatar

Trending Crypto Scraper | CoinMarketCap API Alternative

Pricing

from $1.00 / 1,000 coin checkeds

Go to Apify Store
Trending Crypto Scraper | CoinMarketCap API Alternative

Trending Crypto Scraper | CoinMarketCap API Alternative

Instantly scrape the top trending cryptocurrencies on CoinMarketCap. Discover breakout altcoins for your trading bots and crypto alerts.

Pricing

from $1.00 / 1,000 coin checkeds

Rating

0.0

(0)

Developer

Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

CoinMarketCap Trending Crypto Scraper

Discover which cryptocurrencies are trending right now on CoinMarketCap. Extracts the trending coins list with rank, name, symbol, price, 24h change, market cap, and volume — parsed directly from the CoinMarketCap page data. Schedule it daily to spot emerging coins before they go mainstream.

Features

  • Trending discovery — extracts the official CoinMarketCap trending list
  • Rich data per coin — rank, name, symbol, price, 24h change, market cap, and volume
  • Configurable limit — return the top 10, 30, or up to 100 trending coins
  • No API key required — parses the CoinMarketCap page data directly
  • Fast execution — single page fetch, no browser or crawling needed
  • Pay-per-result pricing — only pay for coins returned

Input

FieldTypeRequiredDefaultDescription
limitintegerNo30Maximum number of trending coins to return (1-100)
timeoutSecondsintegerNo15Page fetch timeout in seconds (1-120)

Input Example

{
"limit": 20,
"timeoutSeconds": 15
}

Output

Each dataset item represents one trending cryptocurrency. Key fields:

  • rank (number) — trending rank position
  • id (number) — CoinMarketCap coin ID
  • name (string) — full coin name
  • symbol (string) — ticker symbol (e.g. BTC, ETH)
  • priceUsd (number) — current price in USD
  • percentChange24h (number) — 24h price change percentage
  • marketCapUsd (number) — market capitalization in USD
  • volume24hUsd (number) — 24h trading volume in USD

Output Example

{
"rank": 1,
"id": 28301,
"name": "Pudgy Penguins",
"symbol": "PENGU",
"priceUsd": 0.03842,
"percentChange24h": 18.45,
"marketCapUsd": 2410000000,
"volume24hUsd": 890000000
}

Pricing

EventCost
Coin CheckedPay-per-event (see actor pricing page)

Use Cases

  • Trend spotting — identify which coins are gaining attention before major price moves
  • Market research — track trending patterns over time with scheduled daily runs
  • Trading signals — combine trending data with price feeds for momentum-based alerts
  • Social media content — generate daily "top trending crypto" reports for newsletters or social posts
ActorWhat it adds
CoinGecko Crypto ScraperGet detailed price and market data for specific coins
Binance Ticker ScraperPull live exchange prices for the trending coins
Ethereum Gas MonitorMonitor network costs alongside trending token activity