This n8n workflow automates the process of fetching, extracting, and saving the main content from news and blog feeds. It runs on scheduled intervals to regularly scrape updates from specified RSS feeds, using HTTP requests to gather content. The workflow then splits the JSON feed into individual items, which are scraped for the main content using an external API for web scraping. The extracted content is formatted into markdown files, which are then uploaded to a specified Google Drive folder for easy access and storage. This workflow is ideal for content aggregators, journalists, or marketing teams who need to keep up-to-date with news articles or blog posts and want to automate content harvesting and storage.
Automated News and Blog Content Extraction Workflow
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | convertToFile, googleDrive, httpRequest, scheduleTrigger, splitOut |
Reviews
There are no reviews yet.