Crypto News Api avatar
Crypto News Api

Pricing

$6.00/month + usage

Go to Store
Crypto News Api

Crypto News Api

Developed by

ApiPi

ApiPi

Maintained by Community

Get instant access to the latest crypto news, market updates, and blockchain developments with simple API calls. Perfect for crypto news monitoring, market research, and content aggregation.

5.0 (1)

Pricing

$6.00/month + usage

1

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

This Crypto News Api fetches fresh cryptocurrency news on each request. Unlike cached APIs, this provides real-time news data from multiple trusted sources.

🌟 Features

  • Real-time Data: Fetches fresh news
  • Multiple Sources: 6 trusted crypto news sources
  • Single Source Mode: Get news from one specific source
  • Advanced Search: Multi-keyword search with OR logic
  • Flexible Filtering: Combine search and source filtering
  • Structured Data: Clean JSON output with complete metadata
  • Simple Usage: Get all news with a single call, no parameters needed

πŸ“° News Sources

  • Cointelegraph - Leading crypto news platform
  • CoinDesk - Premier crypto journalism
  • Bitcoin.com - Bitcoin and crypto news
  • Decrypt - Crypto culture and technology
  • CryptoPotato - Comprehensive crypto coverage
  • CryptoDaily - Daily crypto insights

πŸ”§ Input Parameters

All parameters are optional. You can get all news by calling the actor without any parameters.

search_query (optional)

Search keywords separated by commas. Uses OR logic - finds articles containing ANY of the keywords.

Examples:

  • bitcoin - Find articles about Bitcoin
  • bitcoin,ethereum,XRP - Find articles about Bitcoin OR Ethereum OR XRP
  • defi,nft,regulation - Find articles about DeFi OR NFT OR regulation

source_name (optional)

Get news from a specific source only. Available options:

  • cointelegraph - Cointelegraph only
  • coindesk - CoinDesk only
  • bitcoin - Bitcoin.com only
  • decrypt - Decrypt only
  • cryptopotato - CryptoPotato only
  • cryptodaily - CryptoDaily only
  • Leave empty for all sources

limit (optional)

Maximum number of articles to return (default: 100, max: 1000)

πŸ“‹ Output Format

Each article includes:

{
"url": "https://example.com/article",
"news_provider": "cointelegraph.com",
"title": "Bitcoin Reaches New All-Time High",
"description": "Bitcoin has surged to a new record high...",
"thumbnail_image": "https://example.com/image.jpg",
"createdAt": "Fri, 13 Jun 2025 12:15:17 +0000"
}

πŸš€ Usage Examples

Get All Latest News (Simplest Method)

{}

or simply run the actor without any input parameters.

Get All News with Limit

{
"limit": 50
}

Search for Bitcoin News

{
"search_query": "bitcoin",
"limit": 20
}

Get News from CoinDesk Only

{
"source_name": "coindesk",
"limit": 30
}

Search for Ethereum News from Cointelegraph

{
"search_query": "ethereum",
"source_name": "cointelegraph",
"limit": 15
}
{
"search_query": "bitcoin,ethereum,cardano,solana",
"limit": 100
}

πŸ” Search Tips

  • Case-insensitive: Searches work regardless of capitalization
  • OR Logic: Articles containing ANY keyword are returned
  • Title + Description: Searches both title and description fields
  • No Duplicates: Each article appears only once in results
  • Fresh Data: Always gets the latest articles from RSS feeds

⚑ Performance

  • Fresh Data: No caching - always fetches latest news
  • Fast Processing: Optimized RSS parsing
  • Error Handling: Graceful handling of feed failures
  • Logging: Detailed logs for monitoring and debugging

πŸ“Š Use Cases

  • News Monitoring: Track crypto news in real-time
  • Market Research: Analyze news trends and sentiment
  • Content Curation: Aggregate news for websites/apps
  • Trading Signals: Monitor news for trading opportunities
  • Research: Academic or business research on crypto news

πŸ”„ Scheduling

You can schedule this actor to run:

  • Every 5 minutes - For real-time monitoring
  • Hourly - For regular updates
  • Daily - For daily news summaries
  • On-demand - For specific research needs

πŸ“ˆ Output Options

  • Dataset: Structured data for analysis
  • JSON: Direct JSON output
  • CSV: Export to spreadsheet
  • Key-Value Store: For custom processing

Built for the crypto community πŸš€