top of page

Website Email Scraper API via Webhook

An n8n workflow that scrapes emails from any website URL passed as a query parameter to a webhook. It uses HTTP Request to fetch website HTML, regex to extract emails, removes duplicates, and returns the emails in the webhook response. No external API needed.

bottom of page