This n8n workflow automates the process of reading RSS feeds, categorizing articles into real estate or restaurant topics, checking for existing entries in a MongoDB database, and storing new articles. It can be triggered periodically via a cron job or manually for ad-hoc runs. The workflow fetches RSS feed data, splits it into batches, filters articles based on keywords, queries the database to prevent duplicates, and inserts new records. It then sends POST requests with article links to a specified webhook for further processing or notification. This setup is ideal for content aggregators, news update services, or marketing teams tracking industry-specific news in real-time.
Automated RSS Feed Processing for Real Estate and Restaurants
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | cron, httpRequest, if, manualTrigger, merge, mongoDb, noOp, rssFeedRead, splitInBatches |
Reviews
There are no reviews yet.