Crypto News Sentiment Analyzer avatar

Crypto News Sentiment Analyzer

Pricing

Pay per usage

Go to Apify Store
Crypto News Sentiment Analyzer

Crypto News Sentiment Analyzer

Aggregates crypto news from CoinDesk, CoinTelegraph, The Block, Decrypt and more. Claude analyzes each article for sentiment (bullish/bearish/neutral), mentioned tickers, impact score, and a 1-line summary. Perfect for AI trading agents that need real-time news signal. BYO Anthropic API key.

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

14 days ago

Last modified

Share

Aggregates crypto news from CoinDesk, CoinTelegraph, The Block, Decrypt, Blockworks. Uses Claude AI to score each article: bullish/bearish/neutral, mentioned tickers, and impact score 1–10. Real-time news signal for AI trading agents. BYO Anthropic API key. $0.005/article analyzed.

⚡ Run in 30 seconds

  1. Get a free Anthropic API key at console.anthropic.com (takes 2 minutes)
  2. Paste it in the anthropicApiKey field
  3. Click Start — returns the last 50 crypto news articles with sentiment, tickers, and impact scores

Features

  • Multi-source aggregation — CoinDesk, CoinTelegraph, The Block, Decrypt, Blockworks
  • AI sentiment analysis — Claude scores each article: bullish / bearish / neutral
  • Ticker extraction — Automatically identifies mentioned cryptocurrencies (BTC, ETH, SOL, etc.)
  • Impact scoring — 1–10 score indicating market-moving significance
  • Filter by sentiment — Return only bullish or bearish signals
  • Lookback window — Control how many hours of news history to analyze

Input

FieldTypeDefaultDescription
anthropicApiKeystring(required)Your Anthropic API key
sourcesarrayallSources to include: coindesk, cointelegraph, theblock, decrypt, blockworks
maxArticlesinteger50Maximum articles to analyze
lookbackHoursinteger24Hours of news history to fetch
tickerFilterarrayallFilter by ticker symbols (e.g. ["BTC", "ETH"])
minImpactScoreinteger0Minimum impact score (1–10) to include
sentimentFilterstringallbullish, bearish, or neutral
modelstringclaude-haiku-4-5Claude model to use for analysis

Output

Each article is a JSON object:

{
"title": "Bitcoin ETF sees record $1B inflows",
"url": "https://coindesk.com/...",
"source": "coindesk",
"published_at": "2025-01-15T10:30:00Z",
"sentiment": "bullish",
"impact_score": 8,
"tickers": ["BTC"],
"summary": "Spot Bitcoin ETF records largest single-day inflow since launch, signaling strong institutional demand.",
"analyzed_at": "2025-01-15T11:00:00Z"
}

Example

{
"anthropicApiKey": "sk-ant-...",
"sources": ["coindesk", "cointelegraph"],
"maxArticles": 20,
"lookbackHours": 6,
"tickerFilter": ["BTC", "ETH"],
"minImpactScore": 6,
"sentimentFilter": "bullish"
}

Pricing

Charged per article analyzed (article-analyzed event). Cost depends on the Claude model used — Haiku is cheapest.

Use Cases

  • Real-time news signal for algorithmic trading
  • Morning briefing automation for crypto portfolios
  • Sentiment dashboard for DeFi protocols
  • Automated social media posting based on market sentiment