Trending Crypto Scraper | CoinMarketCap API Alternative
Pricing
from $1.00 / 1,000 coin checkeds
Go to Apify Store

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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | 30 | Maximum number of trending coins to return (1-100) |
timeoutSeconds | integer | No | 15 | Page 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 positionid(number) — CoinMarketCap coin IDname(string) — full coin namesymbol(string) — ticker symbol (e.g.BTC,ETH)priceUsd(number) — current price in USDpercentChange24h(number) — 24h price change percentagemarketCapUsd(number) — market capitalization in USDvolume24hUsd(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
| Event | Cost |
|---|---|
| Coin Checked | Pay-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
Related Actors
| Actor | What it adds |
|---|---|
| CoinGecko Crypto Scraper | Get detailed price and market data for specific coins |
| Binance Ticker Scraper | Pull live exchange prices for the trending coins |
| Ethereum Gas Monitor | Monitor network costs alongside trending token activity |