Block 1 - Automated News Collection Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. News Article Scraping and Analysis with AI and Google Sheets Integration Target Audience News...
n8n-nodes-base.scheduletrigger, n8n-nodes-scrapegraphai.scrapegraphai, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by vinci-king-01.
Original n8n.io sourceThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Manual news monitoring is time-consuming and often misses important articles. This template solves the challenge of automatically collecting, structuring, and storing news articles from any website for comprehensive analysis and tracking.
This workflow automatically scrapes news articles from websites using AI-powered extraction and stores them in Google Sheets for analysis and tracking.
The template creates the following columns in your Google Sheets:
| Column | Data Type | Description | Example |
|---|---|---|---|
| title | String | Article headline and title | "'My friend died right in front of me' - Student describes moment air force jet crashed into school" |
| url | URL | Direct link to the article | "https://www.bbc.com/news/articles/cglzw8y5wy5o" |
| category | String | Article category or section | "Asia" |
Estimated setup time: 10-15 minutes
# Install ScrapeGraphAI community node
npm install n8n-nodes-scrapegraphai
websiteUrl parameter in the ScrapeGraphAI nodeCommon Issues:
Pro Tips:
Support Resources:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate news article scraping with ScrapegraphAI and store in Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Market Research, AI Summarization |
| Author | vinci-king-01 |
| Published | 24 Jul 2025 |
Use the JSON export at /data/workflows/6395/6395.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. News Article Scraping and Analysis with AI and Google Sheets Integration Target Audience News...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.