Crypto Token Social Metrics Tracker avatar

Crypto Token Social Metrics Tracker

Pricing

Pay per usage

Go to Apify Store
Crypto Token Social Metrics Tracker

Crypto Token Social Metrics Tracker

Aggregates social and developer metrics for any cryptocurrency: Twitter/X followers, GitHub stars and commit activity, Reddit subscribers, Telegram member count, and CoinGecko community stats. Essential for token fundamental analysis.

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

11 days ago

Last modified

Share

Aggregate Twitter followers, Reddit subscribers, Telegram members, GitHub stars, and developer activity for any cryptocurrency using CoinGecko. Essential for token fundamental analysis and community health scoring. No API key required. $0.005 per token.

⚡ Run in 30 seconds

Click Start with default settings — fetches social and developer metrics for the sample token from CoinGecko and returns Twitter follower count, Reddit subscribers, Telegram members, GitHub stars, and recent developer commit activity. No API key needed.


What It Does

For each token you specify, fetches comprehensive social and developer metrics:

  • Twitter/X: Follower count
  • Reddit: Subscribers, posts/comments per 48h
  • Telegram: Member count
  • GitHub: Stars, forks, watchers, recent commits (30d), repo URL
  • CoinGecko scores: Community score, developer score

Use Cases

  • Token due diligence: Validate community size before investing
  • Comparative analysis: Rank tokens by social momentum
  • Developer activity: Find projects with active GitHub contributions
  • Undervalued gems: Low market cap + high dev activity = potential alpha
  • Portfolio monitoring: Track community growth over time

Example Output

{
"coin_id": "ethereum",
"symbol": "ETH",
"name": "Ethereum",
"market_cap_usd": 286000000000,
"twitter_followers": 3200000,
"reddit_subscribers": 1200000,
"telegram_members": null,
"github_stars": 46000,
"github_forks": 19000,
"github_commits_30d": 150,
"community_score": 84.5,
"dev_activity_score": 95.2,
"github_repo_url": "https://github.com/ethereum/go-ethereum"
}

Input Options

ParameterTypeDefaultDescription
tokensstring[][bitcoin, ethereum, solana]CoinGecko coin IDs (find at coingecko.com)
includeGithubbooleantrueFetch live GitHub repo stats
githubTokenstring-GitHub token for higher rate limits (60→5000 req/h)
sortBystringcommunity_scoreSort by: twitter_followers, github_stars, reddit_subscribers, community_score, dev_activity_score

Pricing

  • $0.005 per token analyzed

Finding CoinGecko IDs

Visit coingecko.com, search for a token, and use the ID from the URL. Example: https://www.coingecko.com/en/coins/bitcoin → ID is bitcoin