Rss News Scraper avatar
Rss News Scraper

Pricing

$10.00/month + usage

Go to Apify Store
Rss News Scraper

Rss News Scraper

Developed by

Atinarapu Karthik

Atinarapu Karthik

Maintained by Community

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 axios and rss-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! βœ