This n8n workflow is designed to automate the process of extracting email addresses from a specified website. It begins with a user-triggered form where the user inputs the website URL. The workflow then uses Firecrawl’s API to map the website, identify relevant sections like ‘about’, ‘contact’, ‘company’, ‘authors’, and ‘team’, and fetches the web pages. Next, it performs batch scraping to extract all email addresses, normalizing various obfuscations and filtering duplicates. The process includes retries and rate-limiting to ensure reliable data collection. Finally, it consolidates the email addresses into a list for further use. This workflow is ideal for marketers, researchers, or customer support teams who need to gather contact information efficiently from multiple websites without manual browsing.
Automated Email Extraction from Website Using n8n
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | formTrigger, httpRequest, if, set, stickyNote, stopAndError, wait |
Reviews
There are no reviews yet.