Crypto Trending Tracker — CoinGecko Top Coins, NFTs, Categories avatar

Crypto Trending Tracker — CoinGecko Top Coins, NFTs, Categories

Pricing

Pay per usage

Go to Apify Store
Crypto Trending Tracker — CoinGecko Top Coins, NFTs, Categories

Crypto Trending Tracker — CoinGecko Top Coins, NFTs, Categories

CoinGecko trending: top 15 most-searched coins (price, market cap, 24h change), top 7 NFT collections, and top 6 trending categories by 1h market cap change. No API key. $0.01/run.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

The crypto trending tracker fetches real-time trending data from CoinGecko — the most widely used crypto data aggregator — covering the top 15 trending coins, top 7 trending NFT collections, and top 6 trending categories in a single run. It captures CoinGecko trending coins ranked by search momentum along with price, market cap, and 24h/7d performance metrics. No API key required, flat $0.01 per run.

  • Crypto traders and momentum investors — spot viral crypto tokens that are surging in search traffic before they appear on mainstream radar, giving you a timing edge.
  • Market analysts — track narrative rotation across trending categories (e.g. "AI & Big Data", "Layer 2", "RWA") to identify which sectors are gaining attention.
  • NFT collectors and flippers — monitor trending NFT collections with floor price and 24h volume shifts to catch early momentum plays.
  • Algorithmic trading systems — ingest CoinGecko trending signals as a social/momentum input layer for systematic strategies.
  • Newsletter and content creators — auto-generate daily trending crypto briefings with real data in one API call.
  1. Open the actor on Apify and click Try for free.
  2. No inputs are required — the actor returns all three trending data types by default.
  3. Click Start and wait for the run to complete (typically under 10 seconds).
  4. Access results via the Dataset tab or connect programmatically via Apify API.
  5. Optionally, set up an Apify schedule to run every hour for continuous trending monitoring.

Input

No inputs required. The actor returns all trending data (coins, NFTs, categories) in a single call.

{}

Output

Three record types are pushed to the dataset. Example (2 items):

[
{
"type": "coin",
"rank": 1,
"symbol": "PEPE",
"name": "Pepe",
"price_usd": 0.0000142,
"market_cap_usd": 5980000000,
"change_24h_pct": 18.4,
"change_7d_pct": 34.1,
"volume_24h_usd": 1230000000
},
{
"type": "nft",
"rank": 2,
"name": "Pudgy Penguins",
"floor_price_eth": 12.4,
"volume_24h_eth": 310.0,
"change_24h_pct": 8.2
}
]

Data fields

FieldDescription
typeAlways "coin"
rankTrending rank (1 = most searched on CoinGecko)
symbolCoin ticker (e.g. PEPE, SOL)
nameFull coin name
price_usdCurrent USD price
market_cap_usdMarket capitalization in USD
change_24h_pct24-hour price change (%)
change_7d_pct7-day price change (%)
volume_24h_usd24-hour trading volume (USD)
FieldDescription
typeAlways "nft"
rankNFT trending rank
nameCollection name
floor_price_ethFloor price in ETH
volume_24h_eth24-hour volume in ETH
change_24h_pctFloor price 24h change (%)
FieldDescription
typeAlways "category"
rankCategory trending rank
nameCategory name (e.g. "AI & Big Data", "Layer 2")
market_cap_change_1h_pct1-hour market cap change (%)
coins_countNumber of coins in the category

Cost estimation

Flat PPE pricing — fixed cost per run regardless of output size.

ScenarioCost
Single run (all 3 data types)$0.01
Hourly monitoring (24 runs/day)$0.24/day
Continuous daily monitoring (30 days)~$7.20/month

FAQ

Where does the trending data come from? All data is sourced from the CoinGecko Trending API — the public free-tier endpoint that CoinGecko itself uses to power its trending page. No API key is required.

How often does CoinGecko update trending data? CoinGecko updates trending coins approximately every 10–15 minutes based on search volume across their platform. Running this actor hourly captures fresh signals reliably.

Can I use this to automate trading decisions? The actor provides trending search data as a signal input. Many traders combine CoinGecko trending coins with on-chain volume and technical indicators. Always apply your own risk management before acting on any data.

Disclaimer: Trending data reflects CoinGecko search momentum at the time of the run and does not constitute financial advice. Viral crypto tokens appearing in trending lists may be subject to high volatility and speculative risk. Use this data as one input among many in your research process.


Feedback

If this actor powers your trading signals, a review helps others find it: Leave a review on Apify Store