Rss News Scraper
Pricing
$10.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
0.0 (0)
Pricing
$10.00/month + usage
0
1
1
Last modified
3 days ago
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! β
