Automate Single Domain Search with Icypeas
detail.loadingPreview
This n8n workflow automates the process of performing a single domain or company search using the Icypeas API. It streamlines data collection, allowing you to quickly gather intelligence on specific entities with minimal manual effort.
About This Workflow
This powerful n8n workflow provides a robust solution for automated single domain and company searches via Icypeas. Ideal for sales, marketing, and business intelligence teams, it eliminates the need for manual lookups by leveraging the Icypeas API. The workflow handles dynamic authentication, including signature generation, ensuring secure and efficient data retrieval. Simply input your target domain or company, and let n8n fetch the insights, enhancing your data enrichment processes and accelerating your research.
Key Features
- Effortless Icypeas Integration: Directly connects to the Icypeas API for domain and company information.
- Automated Secure Authentication: Dynamically generates API signatures using your Icypeas credentials for secure requests.
- Configurable Domain/Company Input: Easily specify the target domain or company directly within the workflow.
- Manual Trigger for On-Demand Scans: Execute searches precisely when you need them with a simple click.
- Self-Hosted n8n Compatibility: Includes instructions for enabling the 'crypto' module for self-hosted instances.
How To Use
- Create an Icypeas Account: If you don't have one, visit https://icypeas.com to register.
- Configure Icypeas API Credentials: Open the "Authenticates to your Icypeas account" code node. Locate the lines
const API_KEY = "PUT_API_KEY_HERE";,const API_SECRET = "PUT_API_SECRET_HERE";, andconst USER_ID = "PUT_USER_ID_HERE";. Replace the placeholder text with your actual API Key, API Secret, and User ID, found on your Icypeas profile at https://app.icypeas.com/bo/profile. - Enable Crypto Module (for self-hosted n8n users): If your n8n instance is self-hosted, navigate to your n8n instance URL, then go to Settings > General. Scroll to "Additional Node Packages" and check the box next to "crypto" to enable it. Save your changes.
- Set Up HTTP Request Node Credentials: Open the "Run domain scan (single)" HTTP Request node. In the "Credentials for Header Auth" section, click "- Create new Credential -". Choose "HTTP Header Auth". Name the credential "Authorization". For the "Value" field, select "Expression" (the icon next to the field) and enter
{{ $json.api.key + ':' + $json.api.signature }}. Click "Save". - Specify Domain/Company for Scan: Within the "Run domain scan (single)" HTTP Request node, go to the "Body Parameters" section. Create a new parameter. Enter
"domainOrCompany"in the "Name" field. In the "Value" field, input the specific domain (e.g.,n8n.io) or company name you wish to scan (e.g.,n8n). - Execute the Workflow: Click "Execute Workflow" in the n8n editor to run your domain search.
- View Your Results: The results of your scan will be available directly on your Icypeas dashboard at https://app.icypeas.com/bo/singlesearch?task=domain-search.
Apps Used
Workflow JSON
{
"id": "1ebe9fd1-a4a6-4b3f-9183-90527918a043",
"name": "Automate Single Domain Search with Icypeas",
"nodes": 6,
"category": "Marketing",
"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: 1ebe9fd1-a4a6...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Related Workflows
Discover more workflows you might like
WhatsApp AI Assistant: LLaMA 4 & Google Search for Real-Time Insights
Instantly deploy a smart AI assistant on WhatsApp, powered by Groq's lightning-fast LLaMA 4 model. This workflow enables real-time conversations, remembers context, and provides up-to-date answers by integrating live Google Search results.
AI-Powered On-Page SEO Audit & Report Automation
Instantly generate comprehensive on-page SEO technical and content audits for any website URL. This AI-powered workflow automates the entire process, from scraping the page to delivering a detailed report directly to your inbox, empowering you to optimize for better search rankings and user engagement.
Automated AI Motion Illustration Workflow with Midjourney and Kling
Unleash your creativity with this n8n workflow that automates the generation of stunning motion illustrations. It leverages the power of Midjourney for static image creation and Kling AI to transform them into dynamic videos, all managed through the PiAPI. Perfect for content creators, marketers, and social media professionals looking to produce engaging visuals at scale.