Icypeas Domain Search (Unverified)
detail.loadingPreview
Perform a single domain search using the Icypeas API.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates how to perform a single domain search using Icypeas. It authenticates with your Icypeas account and then sends a request to scan a specified domain or company.
Key Features
- Authenticates to your Icypeas account using API Key, API Secret, and User ID.
- Performs a POST request to scan a domain or company.
- Utilizes environment variables for sensitive information.
How To Use
- Import this workflow into your n8n instance.
- Configure Environment Variables: Set
WEBHOOK_URLandBASE_URLfor your Icypeas instance. - Configure Credentials: In the
Codenode, replacePUT_API_KEY_HERE,PUT_API_SECRET_HERE, andPUT_USER_ID_HEREwith your actual Icypeas credentials. - Specify Domain/Company: In the
HTTP Requestnode, update thedomainOrCompanyparameter value with the domain or company you wish to scan. - Execute the workflow by clicking the "Execute Workflow" button on the
Manual Triggernode.
Apps Used
Workflow JSON
{
"id": "e8f6aec9-73d0-4f1c-b9c4-d0f1d1558749",
"name": "Icypeas Domain Search (Unverified)",
"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: e8f6aec9-73d0...
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
ConvertKit: Add Subscriber to Form and Tag
Adds a subscriber to a ConvertKit form and a specific tag.
Create Website Screenshot and Send to Telegram
Captures a screenshot of a given website URL and sends it to a Telegram channel.
Loading Data Into a Spreadsheet
This workflow demonstrates loading mock CRM contact data into a target destination like a spreadsheet.
Get Company by Name
Retrieves company information using the UPROC API.
Post to Twitter from Manual Trigger
Manually trigger a workflow to post a message to Twitter.
Community Random Color Generator (Unverified)
Generates a random color, excluding specified colors.