Scrape Public Email Addresses from Any Website Using Firecrawl - n8n Workflow | Neura Market
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
1. **Get Firecrawl API access**: Sign up at [firecrawl.dev](https://firecrawl.dev) and obtain your API key.
2. **Configure credentials**: In n8n, create a new HTTP Header Auth credential named Firecrawl with:
- Header Name: `Authorization`
- Header Value: `Bearer YOUR_API_KEY`
3. **Import the workflow**: Copy the workflow JSON into your n8n instance.
4. **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.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Lucas Walter
YouTube Video
if
set
wait
stickyNote
formTrigger
httpRequest
stopAndError
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.