Skip to main content

Discover daily business opportunities with Google Gemini, Sheets and Telegram

Workflow preview

Workflow preview
100%
Discover daily business opportunities with Google Gemini, Sheets and Telegram preview
Open on n8n.io

1. Workflow Overview

Who’s it for This template is built for founders, sales teams, agencies, consultants, and growth operators who want a fully automated way to discover high intent companies showing buying signals su...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.googlesheets, n8n-nodes-base.telegram, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Pixcels Themes.

Original n8n.io source

1.1 Workflow description

Title
Discover daily business opportunities with Google Gemini, Sheets and Telegram
Workflow name
Discover daily business opportunities with Google Gemini, Sheets and Telegram

Who’s it for

This template is built for founders, sales teams, agencies, consultants, and growth operators who want a fully automated way to discover high-intent companies showing buying signals such as funding, hiring, launches, or expansion — without manual research.

It’s ideal for outbound sales, partnership scouting, market intelligence, and lead generation.


What it does / How it works

This workflow automates daily business signal monitoring and opportunity detection.

It runs on a daily schedule and collects data from multiple sources:

  • LinkedIn
  • X
  • Product Hunt
  • CrunchBase
  • Google News

All incoming data is:

  • Merged and normalized into a single unified feed
  • Cleaned and deduplicated
  • Passed to an AI agent powered by Google Gemini

The AI agent:

  • Filters only relevant events (Funding, Launch, Expansion, Hiring)
  • Generates a concise summary
  • Explains why the event represents a business opportunity

Based on the AI classification:

  • Relevant opportunities continue through the workflow
  • Irrelevant noise is automatically discarded

For each qualified opportunity:

  • Company/contact data is enriched via an external API
  • The opportunity is saved to Google Sheets
  • A real-time alert is sent via Telegram

All logic runs automatically end-to-end.


Requirements

  • Google News (NewsAPI) API key
  • Twitter/X API credentials
  • Product Hunt API credentials
  • Crunchbase RSS feed access
  • Google Sheets OAuth2 credentials
  • Telegram Bot credentials
  • Google Gemini (PaLM) API credentials
  • (Optional) Contact enrichment API

How to set up

  1. Import the workflow into n8n.
  2. Connect all required credentials:
  • Google Gemini
  • Google Sheets
  • Telegram
  • External APIs (News, X, Product Hunt)
  1. Replace placeholders:
  • Google Sheet ID and range
  • Telegram Chat ID
  • Enrichment API URL (if used)
  1. Adjust search queries if needed.
  2. Run the workflow once manually to test.
  3. Enable the Daily Trigger to activate automation.

How to customize the workflow

  • Modify AI prompts to refine opportunity criteria
  • Add new data sources (LinkedIn, Reddit, Hacker News)
  • Change schedule frequency (hourly, weekly)
  • Log opportunities into a CRM instead of Sheets
  • Add email or Slack alerts
  • Expand enrichment logic for deeper company insights

This workflow transforms scattered startup news into a clean, daily stream of actionable business opportunities — fully automated.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Daily Trigger

Type / Role
n8n-nodes-base.cron - cron
Config choices
Version 1

Block 2 - Google News

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 3 - Crunchbase RSS

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 4 - Twitter API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 5 - Merge Sources

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 6 - Enrich Contacts

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 7 - Save to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 1

Block 8 - Send Telegram Alert

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1

Block 9 - Merge2

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 10 - Product Hunt API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 11 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 12 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 13 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 15 - No Operation, do nothing

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 16 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Discover daily business opportunities with Google Gemini, Sheets and Telegram
Complexity advanced
Nodes 20
Categories Market Research, AI Summarization
Author Pixcels Themes
Published 02 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13801/13801.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Discover daily business opportunities with Google Gemini, Sheets and Telegram do?

Who’s it for This template is built for founders, sales teams, agencies, consultants, and growth operators who want a fully automated way to discover high intent companies showing buying signals su...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.