Use this powerful n8n workflow to scrape company data from Indeed using Bright Data, summarize the content with Google Gemini AI, and automate database entry or notifications via webhooks.
Download this n8n workflow template and start using it instantly.
This comprehensive n8n workflow demonstrates high-level integration between external scraping services (Bright Data), database management (Airtable), and cutting-edge AI processing (Google Gemini via LangChain nodes). The core problem solved is transforming raw, large-scale web data into actionable, summarized insights.
Starting with an n8n trigger, the process efficiently reads a list of company links from an Airtable base. It uses the Bright Data Web Unlocker product via an HTTP Request n8n node for robust scraping of Indeed pages, ensuring high success rates. Subsequently, it leverages several specialized LangChain n8n nodes (LLM Chain, Summarization Chain, and AI Agent) powered by Google Gemini to extract and condense the complex markdown results. This entire n8n workflow is a perfect example of how modern automation overcomes complex data extraction and processing challenges using sophisticated n8n node configurations.
Set n8n node defines the Bright Data zone (web_unlocker1). The Airtable n8n node fetches a batch of Indeed links (company pages) that need processing from the specified base.Loop Over Items n8n node processes each company link individually. A Wait n8n node introduces a 10-second pause to respect rate limits, and an If n8n node ensures that only records with non-empty links proceed.Perform Indeed Web Request n8n node sends a request to the Bright Data Web Unlocker API, dynamically passing the Indeed company URL retrieved from Airtable. The scraper returns the data in markdown format.Markdown to Textual Data Extractor LLM Chain n8n node, which uses a dedicated Google Gemini Chat Model n8n node to convert the scraped content into clean textual data.Indeed Summarizer Summarization Chain n8n node. This uses a second instance of the Google Gemini Chat Model For Summarization n8n node to generate a concise summary of the company profile.Indeed Expert AI Agent n8n node. This powerful agent, using a third Google Gemini Chat Model for AI Agent n8n node, executes a defined action: utilizing the Webhook HTTP Request n8n node tool to format the final summarized response and push the results to a specified external webhook endpoint. The loop then continues to process the next company link, ensuring full automation of the data pipeline.Airtable n8n node with your Personal Access Token. Ensure the Base and Table names match the source of your Indeed links (as noted in the Sticky Note: Base 'Indeed', Table 'Table 1').Perform Indeed Web Request n8n node with your Bright Data API token.Webhook HTTP Request n8n node (the tool used by the AI Agent) and the Initiate a Webhook Notification... n8n node to your desired notification endpoints. Manual Trigger: The necessary starting n8n trigger to manually launch the data scraping process.
Airtable n8n node: Fetches the queue of company links from your configured Airtable base to initiate the looping process.
Perform Indeed Web Request n8n node (HTTP Request): Configured to interface with the Bright Data Web Unlocker, dynamically scraping the Indeed URL specified in the Airtable record.
Google Gemini Chat Model n8n node (x3): Provides the underlying large language model (models/gemini-2.0-flash-exp) for all complex AI processing steps in this n8n workflow.
Markdown to Textual Data Extractor n8n node (LangChain LLM Chain): Utilizes the LLM to clean and transform the raw markdown output from the scraper into structured textual data.
Indeed Summarizer n8n node (LangChain Summarization Chain): A specialized n8n node that generates a concise summary of the cleaned company data, focusing on key insights.
Webhook HTTP Request tool to send the summarized data in a defined format.Learn how to use this advanced n8n workflow template to fully automate your YouTube giveaways. It scrapes comments, uses an n8n node to select a random winner, logs data to Google Sheets, and manages notifications.

Optimize your AI agent prompts using a custom n8n workflow powered by GPT-4o. Analyze user feedback, generate expert-level new prompts, and receive structured results via Gmail.

Use this powerful n8n workflow to seamlessly import n8n templates from files or remote n8n instances while automatically mapping or creating necessary credentials. Automate complex n8n node configuration.

Use this advanced n8n workflow to automatically scrape job listings, filter relevant AI automation leads using an OpenAI n8n node, perform CEO research with Tavily, and log qualified contacts into Google Sheets. Leverage n8n templates for robust lead generation.

Use this powerful n8n workflow to automatically index new Google Drive documents into Pinecone, leveraging OpenAI embeddings to build a scalable Retrieval-Augmented Generation (RAG) knowledge base. Easily deploy this n8n template.

Use this advanced n8n workflow to create a multi-channel AI financial advisor. It leverages Google Gemini, Sectors App API for Indonesian stock data, and Tavily for real-time web search, all managed by a robust n8n agent framework.









































