Automated News Extraction & Summarization
detail.loadingPreview
Streamline your information gathering with this n8n workflow. Automatically extract the latest news, generate concise summaries, and identify key technical keywords using AI.
About This Workflow
This n8n workflow is designed to automate the process of staying informed. It begins by extracting relevant news links and dates from a specified source. A crucial step involves filtering these news items to include only those published within the last 70 days, ensuring you focus on the most recent information. For each relevant article, the workflow fetches the full content from its URL. Leveraging the power of OpenAI's GPT-4, it then generates a concise summary (under 70 words) and extracts the three most important technical keywords. Finally, all extracted and processed data, including the article title, content, date, summary, and keywords, is consolidated into a single, organized output.
Key Features
- Automated News Fetching: Scrapes news links and publication dates from specified web sources.
- Intelligent Filtering: Automatically selects news published within a configurable recent timeframe.
- Content Extraction: Retrieves the full content of individual news articles based on their URLs.
- AI-Powered Summarization: Generates concise, under-70-word summaries of each article.
- Keyword Identification: Extracts the top 3 most relevant technical keywords from the news content.
How To Use
- Configure HTML Extraction: Set up the 'Extract the HTML with the right css class' and 'Extract date' nodes with the correct CSS selectors for your target news source.
- Set Date Filter: Adjust the
jsCodein the 'Select posts of last 7 days' node to define the desired lookback period (e.g., change70to7for the last 7 days). - Define Post URL Extraction: Ensure the 'Extract the HTML with the right css class' node correctly identifies the links to individual articles.
- Configure HTTP Request: Verify the 'HTTP Request1' node is set up to fetch content from the extracted URLs.
- Set Content Extraction: Configure the 'Extract individual posts' node with appropriate CSS selectors for article titles and content.
- Connect OpenAI Credentials: Input your OpenAI API credentials into the 'Summary' and 'Keywords' nodes.
- Configure AI Prompts: Review and adjust the prompts in the 'Summary' and 'Keywords' nodes if you need to refine the output format or content.
- Review Merge Nodes: Ensure the 'Merge' nodes are correctly configured to combine data from different stages of the workflow.
Apps Used
Workflow JSON
{
"id": "cabc03d9-e8a7-4e35-8fd2-62cf37f83a5c",
"name": "Automated News Extraction & Summarization",
"nodes": 27,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: cabc03d9-e8a7...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.