Summarize Glassdoor Company Information with Google Gemini and Bright Data Web Scraper
detail.loadingPreview
This workflow summarizes Glassdoor company information using Google Gemini for AI processing and Bright Data for web scraping.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow is designed to extract company information from Glassdoor, process it using the Google Gemini AI model for summarization, and then potentially use Bright Data's Web Scraper API. It demonstrates how to integrate AI capabilities within an automation pipeline.
Key Features
- Scrapes company data from Glassdoor (utilizing Bright Data).
- Leverages Google Gemini (Flash Exp model) for text summarization.
- Includes a waiting period and status checks for asynchronous operations.
- Configurable with environment variables for URLs and credentials.
How To Use
- Configure Credentials: Set up 'Google Gemini(PaLM) Api account' and 'Header Auth account' in n8n.
- Set Environment Variables: Define
BASE_URL,WEBHOOK_URL, andAPI_BASE_URLin your n8n environment. - Input Data: Ensure the Glassdoor API call (
HTTP Request to Glassdoor) is correctly configured with the relevantdataset_idand any necessary headers. - Trigger Workflow: Manually trigger the workflow using the 'When clicking ‘Test workflow’' node.
Apps Used
Workflow JSON
{
"id": "d1d9c71f-2719-4a2a-ba95-4224f5c5699c",
"name": "Summarize Glassdoor Company Information with Google Gemini and Bright Data Web Scraper",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: d1d9c71f-2719...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
Community Contributed GitHub Releases
Parses GitHub release notes to extract and categorize changes for community contributions.
Post to Twitter from Manual Trigger
Manually trigger a workflow to post a message to Twitter.
Community Contributed Twitter Banner Generator
Generates a Twitter banner by compositing user avatars and a background image.
Community Contributed: Notion to Vector Store
Converts Notion page content into vector embeddings and stores them in a Pinecone vector database.
Loading Data Into a Spreadsheet
This workflow demonstrates loading mock CRM contact data into a target destination like a spreadsheet.