Skip to content
FlowHubFluxonLab
B
AI Automationfree

Extract & Summarize Bing Copilot Search Results with Gemini AI and Bright Data

by Ranjan Dailataadapted from n8n official workflow galleryUpdated Aug 2026
RequiresBBasic LLM ChainDDefault Data LoaderGoogle Gemini Chat ModelHTTP RequestHTTP RequestRecursive Character Text SplitterRecursive Character Text SplitterStructured Output ParserStructured Output ParserSummarization ChainSummarization Chain
Share Post Share
MaWhen clicking ‘Test workflow’When clicking ‘…Google Gemini Chat ModelGoogle Gemini C…DDDefault Data LoaderDefault Data Lo…TSRecursive Character Text SplitterRecursive Chara…IfIfSeSet Snapshot IdHRDownload SnapshotDownload Snapsh…Google Gemini Chat Model1Google Gemini C…OPStructured Output ParserStructured Outp…IfCheck on the errorsCheck on the er…HRCheck Snapshot StatusCheck Snapshot …CLStructured Data ExtractorStructured Data…CSConcise Summary CreatorConcise Summary…WaWait for 30 secondsWait for 30 sec…HRStructured Data Webhook NotifierStructured Data…HRSummary Webhook NotifierSummary Webhook…HRPerform a Bing Copilot RequestPerform a Bing …1234567891011121314151617
1/5
STEPS · 17
Run manually by an operator

Who is this for? This workflow automates the process of querying Bing's Copilot Search, extracting structured data from the results, summarizing the information, and sending a notification via webhook. It leverages the Microsoft Copilot to retrieve search results and integrates AI-powered tools for data extraction and summarization. What problem is this workflow solving? Data Analysts and Researchers: Who need to gather and summarize information from Bing search results efficiently.​ Developers and Engineers: Looking to integrate Bing search data into applications or services.​ Digital Marketers and SEO Specialists: Interested in monitoring search engine results for specific keywords or topics. What this workflow does Manually extracting and summarizing information from search engine results can be time-consuming and error-prone. This workflow automates the process by:​ Performing Bing searches using Bright Data's Bing Search API.​ Extracting structured data from the search results.​ Summarizing the extracted information using AI tools.​ Sending the summarized data to a specified endpoint via webhook. Setup Sign up at Bright Data.

Tags

n8nreference-onlychain-llmchain-summarizationdocument-default-data-loaderlm-chat-google-geminioutput-parser-structuredtext-splitter-recursive-character-text-splitter
Connects
BBasic LLM ChainDDefault Data LoaderGoogle Gemini Chat ModelWHTTP RequestrecursivecharactertextsplitterRecursive Character Text SplitterstructuredoutputparserStructured Output Parser
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes17
AddedApr 13, 2025

Related workflows

See all AI Automation
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team
BWstructuredoutputparser
free

Send prescription PDFs to patients via WhatsApp with Google Gemini and Supabase

Quick overview This workflow listens for incoming WhatsApp messages from clinic staff, uses Google Gemini to extract prescription details, generates a prescription PDF via an HTML-to-PDF API, uploads it to a public URL, sends the document back over WhatsApp, and logs outcomes to Supabase. How it works Triggers whenever a new WhatsApp message is received on your WhatsApp Business Cloud number. Captures configuration values and the incoming message text and sender number. Uses Google Gemini to extract patient name, doctor name, and medication details into structured data and flags any missing required fields. If required details are missing, replies to staff on WhatsApp with what to fix and inserts a needs_review record into Supabase. If details are complete, renders a prescription HTML document, converts it to a PDF via an external HTML-to-PDF API, and uploads the PDF to an external file-hosting API. Sends the prescription PDF to the sender on WhatsApp and inserts a “sent” log record (including the PDF URL) into Supabase. Setup Connect WhatsApp Business Cloud credentials for the WhatsApp trigger and the WhatsApp send steps, and configure the workflow’s webhook in Meta/WhatsApp so in

by Kanishka Shrivastava
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team