Extract and Summarize Indeed Company Info
detail.loadingPreview
Scrapes company information from Indeed, summarizes it using Google Gemini, and formats it for a webhook.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow leverages Bright Data to scrape company information from Indeed. It then uses Google Gemini's AI capabilities to summarize the scraped data and format it for sending to a webhook.
Key Features
- Web scraping of company information from Indeed.
- AI-powered summarization of the scraped data using Google Gemini.
- Formatting of the summarized data for webhook integration.
How To Use
- Import this workflow into n8n.
- Configure the
Header Auth accountcredential for Bright Data. - Configure the
Google Gemini(PaLM) Api accountcredential for Google Gemini. - Set the desired Indeed search query in the
Set Indeed Search Querynode. - Update the
WEBHOOK_URLenvironment variable with your target webhook URL. - Click 'Test workflow' to execute.
Apps Used
Workflow JSON
{
"id": "51148f60-359a-4aae-a334-b29b72d6a084",
"name": "Extract and Summarize Indeed Company Info",
"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: 51148f60-359a...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
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 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.
Loading Data Into a Spreadsheet
This workflow demonstrates loading mock CRM contact data into a target destination like a spreadsheet.
Standup Bot - Read Configuration
Reads the configuration for the Standup Bot from a JSON file.