Workflow overview
Why this workflow matters
Helpful for business development and pipeline building. Relevant for managed services and support workflows.
π Email Lookup with Google Search from Postgres Database This AlekSystem workflow is designed to enrich seller data stored in a Postgres database by performing automated Google search lookups. It uses Bright Data's Web Unlocker to bypass search result restrictions and the HTML Extract node to parse and extract relevant information from webpages. The main purpose of this workflow is to discover missing contact details, company domains, and secondary emails for businesses or sellers based on existing database entries. π― Problem This Workflow Solves Manually searching for missing seller or business detailsβlike secondary emails, websites, or domain namesβcan be time-consuming and inefficient, especially for large datasets. This workflow automates the search and data enrichment process, significantly reducing manual effort while improving the quality and completeness of your seller database. β Prerequisites Before using this template, make sure the following requirements are met: βοΈ A Bright Data account with access to the Web Unlocker or Amazon Scraper API βοΈ A valid Bright Data API key βοΈ An active PostgreSQL database with seller data βοΈ AlekSystem self-hosted instance (recommended for using community nodes like AlekSystem-nodes-brightdata) βοΈ Installed AlekSystem-nodes-brightdata package (custom node for Bright Data integration) βοΈ Setup Instructions Step 1: Prepare Your Postgres Table Create a table in Postgres with the following structure (you can adjust field names if needed): CREATE TABLE sellers ( seller_id SERIAL PRIMARY KEY, seller_name TEXT, primary_email TEXT, company_info TEXT, trade_name TEXT, business_address TEXT, coc_number TEXT, vat_number TEXT, commercial_register TEXT, secondary_email TEXT, domain TEXT, seller_slug TEXT, source TEXT ); Step 2: Setup Web Unlocker on Bright Data Go to your Bright Data dashboard. Navigate to Proxies & Scraping β Web Unlocker. Create a new zone, selecting Web Unlocker API under Scraping Solutions. Whitelist your server IP if required. Step 3: Generate API Key In the Bright Data dashboard, go to the API section. Generate a new API key. In AlekSystem, create HTTP Request Credentials using Bearer Authentication with the API key. Step 4: Install the Bright Data Node in AlekSystem In your AlekSystem self-hosted instance, go to Settings β Community Nodes. Search and install AlekSystem-nodes-brightdata. π Workflow Functionality π Trigger: Can be set to run on a schedule (e.g., daily) or manually. π₯ Read: Fetches seller records from the Postgres table. π Search: Uses Bright Data to perform a Google search based on seller_name, company_info, or trade_name. π§Ύ Extract: Parses the HTML content using the HTML Extract node to identify potential websites and email addresses. π Update: Writes enriched data (like domain or secondary_email) back to the Postgres table. π‘ Use Cases Lead enrichment for e-commerce sellers Domain and contact info discovery for B2B databases Email and web domain verification for CRM systems Market research automation π οΈ Customization Tips You can enhance the parsing logic in the HTML Extract node to look for phone numbers, LinkedIn profiles, or social media links. Modify the search query logic to include additional parameters like location or industry for more refined results. Integrate additional APIs (e.g., Hunter.io, Clearbit) for email validation or social profile enrichment. Add filtering to skip entries that already have domain or secondary_email.
Best fit
Categories
Services
Use cases
Need another direction?