Automate News Scraping and Summarization with AI and Store in NocoDB - n8n Workflow | Neura Market
Automate News Scraping and Summarization with AI and Store in NocoDB
This workflow scrapes the latest news posts from a site without an RSS feed, summarizes them using AI, extracts keywords, and stores the results in a NocoDB database. It runs weekly to ensure you have the most current information.
The workflow is designed to handle news sites that do not provide an RSS feed by leveraging web scraping techniques. It extracts the latest posts, generates concise summaries and keywords using OpenAI's GPT-4 model, and stores the processed data in a NocoDB database. The automation is triggered weekly, ensuring that the database is regularly updated with the newest content. This setup is ideal for users who need to keep track of specific news topics without manual intervention.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Hannah Lee
set
code
html
merge
nocoDb
openAi
itemLists
stickyNote
httpRequest
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.