Google Sheets to Icypeas: Automated Bulk Domain Scanning
detail.loadingPreview
This workflow streamlines the process of performing bulk domain scans by integrating your Google Sheets data directly with the Icypeas platform. Automate the submission of company names from your spreadsheet to Icypeas for comprehensive domain information, saving valuable time and effort.
About This Workflow
This powerful n8n workflow provides a seamless solution for automating bulk domain searches using Icypeas, driven by data from your Google Sheets. Designed for efficiency, it allows you to input a list of companies in a Google Sheet, securely authenticate with your Icypeas account using API credentials, and automatically trigger a bulk domain scan. The workflow handles API key management, signature generation, and the submission of data, ensuring a reliable and secure process. Once initiated, Icypeas processes your request, with results made available on their platform and delivered directly to your email, significantly enhancing your data collection capabilities.
Key Features
- Google Sheets Integration: Easily pull lists of companies from a specified Google Sheet for bulk processing.
- Secure Icypeas API Authentication: Automatically generates and manages API signatures using your credentials for secure interaction with the Icypeas platform.
- Automated Bulk Domain Scanning: Submit multiple company names in one go to Icypeas's domain search engine.
- Configurable Data Input: Clearly defined parameters for Google Sheet column headers, ensuring smooth data mapping.
- Results Notification: Receive scan results directly in your Icypeas account dashboard and via email.
How To Use
- Create an Icypeas Account: Visit https://icypeas.com and create your account.
- Prepare Your Google Sheet: Create a Google Sheet with a column named "company" containing the company names you wish to scan. Ensure your n8n instance has access to this sheet.
- Configure Google Sheets Node: Open the "Reads lastname,firstname and company from your sheet" node. Provide your Google Sheets credentials and specify the
documentIdandsheetNameof your prepared spreadsheet. - Configure Icypeas Authentication: Open the "Authenticates to your Icypeas account" code node. Replace
"PUT_API_KEY_HERE","PUT_API_SECRET_HERE", and"PUT_USER_ID_HERE"with your actual Icypeas API Key, API Secret, and User ID. You can find these on your Icypeas profile at https://app.icypeas.com/bo/profile.- Self-Hosted n8n Users: If self-hosting, ensure the
cryptomodule is enabled under n8n Settings > General > Additional Node Packages.
- Self-Hosted n8n Users: If self-hosting, ensure the
- Set Up HTTP Request Credentials: Open the "Run bulk search (domain-search)" node.
- Under "Credentials" for Header Auth, click "- Create new Credential -".
- Set "Name" to
Authorization. - Set "Value" to the expression
{{ $json.api.key + ':' + $json.api.signature }}. - Save the new credential.
- Execute the Workflow: Click "Execute Workflow" to initiate the bulk domain scan.
- Retrieve Results: Monitor your Icypeas account at https://app.icypeas.com/bo/bulksearch?task=domain-search and check your email from
no-reply@icypeas.comfor the scan results.
Apps Used
Workflow JSON
{
"id": "ee38924a-945c-464a-845a-4d59ddd54384",
"name": "Google Sheets to Icypeas: Automated Bulk Domain Scanning",
"nodes": 25,
"category": "Operations",
"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: ee38924a-945c...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Dynamic Bible Scripture Retrieval Workflow
This n8n workflow provides a robust solution for dynamically querying and retrieving Bible scriptures from the getBible.net API. It takes structured JSON input for references, translation, and version, returning the corresponding passages in a standardized API response format.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.