Scrape Public Email Addresses From Any Website Using Firecrawl
Who's it for
This template is perfect for sales professionals, marketers, and business developers who need to quickly gather contact information from company websites. Whether you're building prospect lists, researching potential partners, or collecting leads for outreach campaigns, this automation saves hours of manual email hunting.
What it does
This workflow automatically discovers and extracts email addresses from any website by:
Taking a website URL as input through a simple form Using Firecrawl's mapping API to find relevant pages (about, contact, team pages) Batch scraping those pages to extract email addresses Intelligently handling common email obfuscations like "(at)" and "(dot)" Returning a clean, deduplicated list of valid email addresses
The automation handles rate limiting, retries failed requests, and filters out invalid or hidden email addresses to ensure you get quality results.
How to set up
Get Firecrawl API access: Sign up at firecrawl.dev and obtain your API key Configure credentials: In n8n, create a new HTTP Header Auth credential named "Firecrawl" with: Header Name: Authorization Header Value: Bearer YOUR_API_KEY Import the workflow: Copy the workflow JSON into your n8n instance Test the form: Activate the workflow and test with a sample website URL
How to customize the workflow
Search parameters: Modify the search parameter in the map_website node to target different page types (currently searches for "about contact company authors team")
Extraction limits: Adjust the limit parameter to scrape more or fewer pages per website
Retry logic: The workflow includes retry logic with a 12-attempt limit - modify the check_retry_count node to change this
Output format: The set_result node formats the final output - customize this to match your preferred data structure
Email validation: The JSON schema in start_batch_scrape defines how emails are extracted - modify the prompt or schema for different extraction rules
The workflow is designed to be reliable and handle common edge cases like rate limiting and failed requests, making it production-ready for regular use.
Related Templates
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Verify Linkedin Company Page by Domain with Airtop
Automating LinkedIn Company URL Verification Use Case This automation verifies that a given LinkedIn URL actually belo...
USDT And TRC20 Wallet Tracker API Workflow for n8n
Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It u...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments