Community Contributed News Extraction (Unverified)
detail.loadingPreview
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to scrape news articles from a website that does not provide an RSS feed. It extracts individual post links and their associated dates, filters these posts to include only those published within a specified recent period (e.g., last 70 days), and then uses AI to generate a summary and extract key technical keywords for each filtered post. The results are merged and can be further processed.
Key Features
- Web scraping of news articles without RSS feed.
- Extraction of post links and dates.
- Filtering of posts by recency.
- AI-powered content summarization.
- AI-driven extraction of technical keywords.
- Merging of extracted data and AI outputs.
How To Use
- Configure Credentials: Ensure your OpenAI API credentials are set up correctly in n8n.
- Set Base URL: Update the
BASE_URLenvironment variable to point to the website you want to scrape. - Adjust CSS Selectors: Modify the
cssSelectorin theExtract the HTML with the right css class,Extract date, andExtract individual postsnodes to match the structure of the target website. - Configure Date Filtering: Adjust the number of days in the
Select posts of last 7 dayscode node to match your desired recency filter. - Review and Execute: Run the workflow and review the output, which will include the original data, summaries, and keywords.
Apps Used
Workflow JSON
{
"id": "42cc83ca-b022-4cab-a108-d8b5365d241f",
"name": "Community Contributed News Extraction (Unverified)",
"nodes": 0,
"category": "Community Contributed",
"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: 42cc83ca-b022...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed: Notion to Vector Store
Converts Notion page content into vector embeddings and stores them in a Pinecone vector database.
Community Bank Statement Analysis
Analyzes bank statements against tenant and property data to flag payment discrepancies.
Create User Profile in Vero
Automates the creation of user profiles within the Vero platform.
Get PDF with JSReport
Generate PDFs from form input using JSReport.
Zendesk Unassigned Tickets to Slack Notification
Fetches unassigned Zendesk tickets and sends a summarized list to a Slack channel.
FileMaker Data Creation and Update
This workflow creates and updates records in FileMaker.