Rss News Scraper
Pricing
$5.00/month + usage
Go to Apify Store

Rss News Scraper
This scrapper will search the required topic that you with the relevant countires and give you the result in the csv and the json as fast it can
Pricing
$5.00/month + usage
Rating
0.0
(0)
Developer

Atinarapu Karthik
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 days ago
Last modified
Categories
Share
RSS News Scraper - PowerShell Error Free
🎯 Overview
A reliable news scraper that uses RSS feeds to collect news articles. Completely eliminates PowerShell errors by avoiding browser automation.
✅ Features
- No PowerShell dependencies - Uses simple HTTP requests
- RSS feed parsing - Works with Google News and other RSS sources
- Fast and lightweight - No browser automation required
- Export to JSON/CSV - Multiple output formats
- Interactive search - Enter any topic you want to search for
🚀 Quick Start
Install Dependencies
$npm install
Run the Scraper
npm start# Enter your topic when prompted: e.g., "cryptocurrency", "climate change", "AI"
Development Mode
$npm run dev
📊 Output
- JSON file:
rss_results.json - CSV file:
rss_results.csv(if articles found)
⚙️ Usage
The scraper will prompt you to enter a search topic when you run it. Simply type any topic you're interested in and press Enter.
🔧 Configuration
Edit the configuration in main.js for advanced settings:
const COUNTRY = 'us'; // us, uk, in, etc.const LANGUAGE = 'en-US';const MAX_ARTICLES = 20;
🎉 Why This Works
- No Playwright/Puppeteer - Eliminates PowerShell dependency
- Simple HTTP requests - Uses only
axiosandrss-parser - Cross-platform - Works on Windows, Mac, Linux
- Production ready - Includes error handling and logging
📈 Performance
- Speed: ⚡⚡⚡ Fastest
- Reliability: ⭐⭐⭐⭐⭐ Highest
- Dependencies: Minimal (2 packages)
PowerShell Error: SOLVED! ✅


