Extract Email Addresses from Websites with EmailListVerify API and Google Sheets - n8n Workflow | Neura Market
Extract Email Addresses from Websites with EmailListVerify API and Google Sheets
## How to Scrape Emails from Websites
This workflow will:
- Try to find emails by scraping the website via HTTP request.
- If no result is found, it will use the [EmailListVerify email finder API](https://emaillistverify.com/email-finder-api) to guess an email address.
Scraping email via HTTP request is a cost-effective way to find email addresses, so it can save you a few bucks to use it before calling any email finder API.
## Who is it for
This workflow will help you transform a list of websites into a list of leads with email addresses. This is a handy workflow for any lead generation specialist.
Pay attention that this workflow will usually return only generic emails like contact@. Those generic emails are useful when you target small businesses; the owner usually monitors those emails. However, I don't advise this workflow to target enterprise customers.
## Requirements
In order to use this workflow, you will need:
- To copy [this Google sheet template](https://docs.google.com/spreadsheets/d/1VOFM8UeWHhJbtBM7SRca6vsVJlRUXzX71kjJ8n2jUY/edit?gid=1538095319#gid=1538095319).
- Get an API key for [EmailListVerify](https://emaillistverify.com/).
You then need to edit the setup of the 3 stages highlighted with a yellow sticky note, and you will be good to go.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
EmailListVerify
gid
if
set
code
merge
splitOut
stickyNote
httpRequest
googleSheets
manualTrigger
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.