Crypto News Aggregator avatar
Crypto News Aggregator

Pricing

from $1.40 / 1,000 results

Go to Apify Store
Crypto News Aggregator

Crypto News Aggregator

Aggregate cryptocurrency news from the best crypto blogs and top sources. Get real-time crypto intelligence news, crypto reports, and structured data via a powerful crypto news API. Supports custom RSS feeds, keyword filtering, and duplicate removal.

Pricing

from $1.40 / 1,000 results

Rating

0.0

(0)

Developer

CodeNodeTools

CodeNodeTools

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

A powerful crypto news aggregator that collects and combines articles from the best crypto blogs and top cryptocurrency news sources into a single, structured feed. Get real-time crypto intelligence news and crypto reports from multiple trusted sources via a simple crypto news API.

What does this Actor do?

This cryptocurrency news aggregator fetches RSS feeds from leading crypto news sites, filters articles by keywords, removes duplicates, and outputs clean, structured JSON data. Perfect for building dashboards, alerts, research tools, or any application that needs reliable cryptocurrency news API access.

Key Features

  • Multi-source aggregation - Pulls from Cointelegraph, CoinDesk, Decrypt, CryptoNews, and custom feeds
  • Smart filtering - Include/exclude articles by keywords (Bitcoin, Ethereum, DeFi, NFT, etc.)
  • Duplicate detection - Automatically removes duplicate stories covered by multiple sources
  • Time-based filtering - Fetch articles from the last 6, 12, 24, or 48+ hours
  • Structured output - Clean JSON with title, link, date, source, description, and images
  • API-ready - Use as a crypto news API for your applications

Why use this crypto aggregator?

Instead of manually checking multiple crypto aggregator sites, this Actor:

  • Saves hours of manual research
  • Provides consistent, structured data
  • Filters out sponsored content and noise
  • Delivers real-time crypto intelligence news
  • Works as a reliable cryptocurrency news API for developers

Input Configuration

FieldTypeDescriptionDefault
feedsarrayRSS feed sources to aggregateTop 4 crypto news sites
hoursBackintegerHow far back to fetch articles24
maxArticlesintegerMaximum articles to return100
includeKeywordsarrayOnly include articles with these termsBitcoin, Ethereum, BTC, ETH, DeFi, NFT
excludeKeywordsarrayFilter out articles with these termssponsored, advertisement
sortBystringSort by "date" or "source"date
removeDuplicatesbooleanRemove duplicate articlestrue
includeImagesbooleanExtract article imagestrue

Example Input

{
"feeds": [
{
"url": "https://cointelegraph.com/rss",
"name": "Cointelegraph",
"category": "news"
},
{
"url": "https://www.coindesk.com/arc/outboundfeeds/rss/",
"name": "CoinDesk",
"category": "news"
},
{ "url": "https://decrypt.co/feed", "name": "Decrypt", "category": "news" },
{
"url": "https://cryptonews.com/news/feed/",
"name": "CryptoNews",
"category": "news"
}
],
"hoursBack": 24,
"maxArticles": 100,
"includeKeywords": ["Bitcoin", "Ethereum", "regulation", "SEC"],
"excludeKeywords": ["sponsored", "ad"],
"sortBy": "date",
"removeDuplicates": true,
"includeImages": true
}

Output Structure

Each article in the dataset contains:

{
"title": "Bitcoin Surges Past $45K as Institutional Interest Grows",
"link": "https://example.com/article",
"pubDate": "2026-01-15T10:30:00Z",
"source": "Cointelegraph",
"category": "news",
"description": "Bitcoin reached new highs as major institutions...",
"imageUrl": "https://example.com/image.jpg"
}

Default RSS Sources

This crypto news aggregator comes pre-configured with the best crypto blogs and news sources:

SourceDescription
CointelegraphLeading crypto and blockchain news
CoinDeskTrusted cryptocurrency journalism
DecryptWeb3 and crypto news coverage
CryptoNewsBreaking cryptocurrency updates

Add your own custom RSS feeds to expand coverage.

Use Cases

Build a Crypto News Dashboard

Aggregate cryptocurrency news from multiple sources into a unified dashboard for traders and researchers.

Create Price Alert Correlations

Combine crypto reports with price data to identify news-driven market movements.

Research & Analysis

Collect crypto intelligence news for sentiment analysis, trend detection, or market research.

Content Curation

Power newsletters, social media bots, or content platforms with fresh crypto news automatically.

Trading Signals

Monitor breaking news that could impact crypto markets and trigger automated alerts.

API Integration

Use this Actor as a cryptocurrency news API in your applications:

  1. Run the Actor on schedule (hourly, daily)
  2. Fetch results via Apify API
  3. Integrate structured JSON into your app
// Fetch latest crypto news via API
const response = await fetch(
"https://api.apify.com/v2/datasets/{datasetId}/items?format=json"
);
const articles = await response.json();

Adding Custom Feeds

Expand your crypto aggregator with additional RSS sources:

{
"feeds": [
{
"url": "https://your-favorite-crypto-blog.com/rss",
"name": "Custom Blog",
"category": "analysis"
}
]
}

Performance

  • Fast - Uses Cheerio for HTML parsing (10x faster than browser-based scraping)
  • Efficient - Processes multiple feeds in parallel
  • Reliable - Built-in retry logic and error handling
  • Scalable - Runs on Apify cloud infrastructure

Resources

Support

For questions, issues, or feature requests, please open an issue on the Actor's GitHub repository or contact support through the Apify platform.