Awesome Crypto News Scraper
3 days trial then $15.00/month - No credit card required now
Awesome Crypto News Scraper
3 days trial then $15.00/month - No credit card required now
Scrapes and aggregates crypto news from Google, allowing you to collect, filter, and analyse the latest news on specific cryptocurrencies or blockchain topics. It retrieves full-length articles, not just headlines, and lets you customize results from brief summaries to detailed content.
Crypto News Scraper
This Apify actor scrapes and aggregates crypto news from Google News RSS feeds. It provides a streamlined way to collect, filter, and analyze the latest news about specific cryptocurrencies or blockchain topics.
Features
- Fetches news articles based on a specified keyword
- Resolves shortened URLs to their final destination
- Extracts key information including title, URL, publication date, source, image, and summary
- Filters out unwanted articles based on specified keywords
- Outputs structured data for easy analysis
Input
The actor accepts the following input parameters:
Parameter | Type | Description |
---|---|---|
keyword | String | The search term for crypto news (e.g., "Bitcoin", "Ethereum") |
numberOfItems | Number | The number of news items to fetch (default: 10) |
filterBadKeywords | Array | Optional array of keywords to filter out unwanted news items |
Example input:
json { "keyword": "Bitcoin", "numberOfItems": 20, "filterBadKeywords": ["scam", "fraud"] }
Output
The actor outputs a dataset with the following structure for each news article:
title
: The title of the news articlelink
: The resolved URL of the articlepubDate
: The publication date of the articlesource
: The source (news outlet) of the articleimageUrl
: The URL of the article's main image (if available)summary
: A brief summary of the article
Usage
- Input your desired parameters
- Run the actor
- Retrieve the results from the dataset
License
ISC