Skip to content
FlowHubFluxonLab
A
AI Automationfree

Extract & Summarize Indeed Company Info with Bright Data and Google Gemini

by Ranjan Dailataadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentBBasic LLM ChainGoogle Gemini Chat ModelHTTP RequestHTTP RequestHTTP Request ToolHTTP Request ToolSummarization ChainSummarization Chain
Share Post Share
MaWhen clicking ‘Test workflow’When clicking ‘…Google Gemini Chat Model For SummarizationGoogle Gemini C…SeSet Indeed Search QuerySet Indeed Sear…HRPerform Indeed Web RequestPerform Indeed …AgIndeed Expert AI AgentIndeed Expert A…Google Gemini Chat ModelGoogle Gemini C…CLMarkdown to Textual Data ExtractorMarkdown to Tex…CSIndeed SummarizationIndeed Summariz…MaConvert Markdown to HTMLConvert Markdow…HRInitiate a Webhook Notification for Markdown to HTML ResponseInitiate a Webh…Google Gemini Chat Model for AI AgentGoogle Gemini C…THInitiate a Webhook RequestInitiate a Webh…HRInitiate a Webhook Notification for SummarizationInitiate a Webh…123456789101112
1/5
STEPS · 12
Run manually by an operator

Who this is for? Extract & Summarize Indeed Company Info is an automated workflow that extracts the Indeed company profile information using Bright Data Web Unlocker, transform it using Google Gemini’s LLM, and forward the transformed response with the summary to a specified webhook for downstream use. This workflow is tailored for: Recruiters and HR teams looking to assess companies quickly during talent sourcing. Job seekers researching potential employers and needing summarized company insights. Market researchers and analysts monitoring competitor or industry players. What problem is this workflow solving? Searching and evaluating company profiles on Indeed manually can be time-consuming and inefficient, especially when dealing with large volumes of companies. Manually browsing, copying, and summarizing company descriptions, reviews, and ratings from Indeed hinders productivity and limits real-time insights. This workflow solves this by: Automating the extraction of company details from Indeed using Bright Data Web Unlocker. Summarizing the raw data using Google Gemini's language model for a quick, human-readable overview.

Tags

n8nreference-onlyagentchain-llmchain-summarizationlm-chat-google-geminitool-http-request
Connects
AAI AgentBBasic LLM ChainGoogle Gemini Chat ModelWHTTP RequesthttprequesttoolHTTP Request ToolsummarizationchainSummarization Chain
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes13
AddedApr 24, 2025

Related workflows

See all AI Automation
ABC
free

Draft personalized cold emails from Google Sheets using Gemini and HubSpot

Quick overview This workflow batch-processes leads from Google Sheets, researches each person and company using Tavily plus Google Gemini, drafts a personalized cold email, then creates/updates the contact in HubSpot with a research note and a saved email draft before marking the lead as Done in the sheet. How it works Runs manually and sets a batch size that controls how many leads to process per run. Reads leads from Google Sheets, skips rows already marked as Done, and normalizes the selected batch into clean lead fields. Processes the batch one lead at a time and uses Tavily search (last 60 days) with Google Gemini to extract the most recent public activity, pain points, and a personalization hook. Cleans and parses the research JSON so it can be reused reliably downstream. Uses Google Gemini to draft a 90–120 word cold outreach email (subject and body) that incorporates the research and offers a free “Automated LinkedIn Post Creator” n8n workflow. Creates or reuses the HubSpot contact, logs a HubSpot note with the research and drafted email, and saves the email as a HubSpot engagement in DRAFT status. Updates the matching row in Google Sheets (by Email) to set Status to “Done

by Vyrazu Labs
BCW
free

Generate weekly student progress reports with Gemini, Supabase, and WhatsApp

Quick overview This workflow runs weekly to pull student attendance and score data from Supabase, uses Google Gemini to generate per-student performance summaries and attention flags, sends immediate WhatsApp alerts for flagged students, then compiles all summaries into a PDF report, uploads it, and shares it with the coach via WhatsApp. How it works Runs weekly on a schedule. Fetches all student weekly metrics (attendance and scores) from Supabase. Uses Google Gemini to write a short performance summary per student and determine whether the student should be flagged for attention based on attendance and score-drop rules. If a student is flagged, sends a WhatsApp message to the coach and inserts a flag record into Supabase. Aggregates all students’ summaries into a single HTML weekly report. Converts the HTML report to a PDF via an HTTP-based HTML-to-PDF API, uploads the PDF to a file-hosting API, and sends the PDF link/document to the coach via WhatsApp. Logs the report URL to Supabase for recordkeeping. Setup Add Supabase credentials and create the required tables/columns (weekly_student_data, attention_flags, and weekly_reports) referenced by the workflow. Add a Google Gemini (P

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