RSS News Tracker
Pricing
from $0.05 / actor start
Go to Apify Store
RSS News Tracker
Fetch and filter RSS/Atom feeds by keyword: get title, link, publish date and summary for matching news entries. Uses feedparser. No API key. Pay-per-event.
Fetch and filter RSS/Atom feeds by keyword: get title, link, publish date and summary for matching news entries. Uses feedparser. No API key. Pay-per-event.
What it does
Run it on one or many inputs and get a clean, structured dataset (CSV/JSON export ready). No API keys or external accounts required.
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows, ready for CSV/JSON
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Description |
|---|---|---|
feeds | array | RSS/Atom feed URLs to fetch. |
keywords | array | Optional keywords - only entries matching one are returned. Leave empty for all. |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~rss-news-tracker/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"feeds": ["https://feeds.bbci.co.uk/news/world/rss.xml"], "keywords": []}'
Output
| Field | Type | Description |
|---|---|---|
title | string | Entry title |
link | string | Entry URL |
published | string | Publish date |
summary | string | Summary |
sourceFeed | string | Source feed |
matchedKeyword | string | Matched keyword |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.