Website Email Scraper Webhook
detail.loadingPreview
Scrape emails from a given website URL via a webhook.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow acts as a webhook that accepts a website URL as a query parameter. It then fetches the content of the website, extracts all email addresses found, removes duplicates, and responds with the list of unique emails or a confirmation message if no emails are found.
Key Features
- Triggerable via webhook with a website URL.
- Extracts email addresses using a regular expression.
- Handles multiple emails and de-duplicates them.
- Responds directly to the webhook request.
How To Use
- Deploy this workflow on n8n.
- Obtain the webhook URL provided by the 'Webhook' node.
- Call the webhook URL in your browser or an HTTP client, appending a
Websitequery parameter with the target URL (e.g.,YOUR_N8N_URL/webhook/YOUR_WEBHOOK_ID?Website=https://example.com). - The response will contain a JSON array of extracted emails or a message indicating no emails were found.
Apps Used
Workflow JSON
{
"id": "aaeffa6e-84a8-46e4-acd3-23377856e384",
"name": "Website Email Scraper Webhook",
"nodes": 0,
"category": "Webhooks",
"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: aaeffa6e-84a8...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Secure Webhook: Authentication and Validation
Secures a webhook with Bearer token authentication and required field validation.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.