Block 1 - Wait
- Type / Role
- n8n-nodes-base.wait - wait
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
This workflow makes it easier to keep track of the stocks market and get an email with a summary of the daily highlights on what happened, key insights and trends Setup Guide 1. Define the schedule...
n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.switch, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.aggregate, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.lmchatgooglegemini
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Zacharia Kimotho.
Original n8n.io sourceThis workflow makes it easier to keep track of the stocks market and get an email with a summary of the daily highlights on what happened, key insights and trends
Define the schedule (days, times, intervals).
Replace sample stock data with your desired stock list (ticker, name, etc.) in JSON format.
Split Out the fields to have a clean list of the stocks to monitor
set keyword node Extracts the stock ticker from each item and sets it to the keyword property.
Financial times scraper Triggers the Bright Data Datasets API to scrape financial data. Set the node as below
POSThttps://api.brightdata.com/datasets/v3/triggerdataset_id: Replace with your Bright Data dataset ID.include_errors: truetype: discover_newdiscover_by: keywordAuthorization: Bearer YOUR_BRIGHTDATA_API_KEY Replace with your Bright Data API key.={{ $('set keyword').all().map(item => item.json)}}Get progress node Checks the status of the Bright Data scraping job if complete, or running Setup:
https://api.brightdata.com/datasets/v3/progress/{{ $json.snapshot_id }}Authorization: Bearer YOUR_BRIGHTDATA_API_KEY Replace with your Bright Data API key.Get snapshot + data retrieves the scraped data from the Bright Data API. Pass the request as
https://api.brightdata.com/datasets/v3/snapshot/{{ $json.snapshot_id }}format: jsonAuthorization: Bearer YOUR_BRIGHTDATA_API_KEY Replace with your Bright Data API key.Aggregate. Combines the data from each stock item into a single object
Update to sheet and add all items to This sheet. Make a copy before you can map the data
create summary node generates a summary of the scraped stock data using the Google Gemini AI model and notifies you via Gmail. Setup:
defineGoogle Sheets. Appends the scraped data to a Google Sheet. This should be set to automap so as to adjust to the results found in the request
Important Notes:
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 | Stock market daily digest with Bright Data scraping & Gemini AI email reports |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Crypto Trading, AI Summarization |
| Author | Zacharia Kimotho |
| Published | 25 Jun 2025 |
Use the JSON export at /data/workflows/5305/5305.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 makes it easier to keep track of the stocks market and get an email with a summary of the daily highlights on what happened, key insights and trends Setup Guide 1. Define the schedule...
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 Crypto Trading, AI Summarization use case.