Workflow to scrape website to find a email

Hello,
Someone have a Workflow to scrape website to find a email on the website ?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hey @Matthieu_Beucher,

Welcome to the community :raised_hands:

Can you share what you have created so far? In theory it will be a case of getting the html from the page using the HTTP request node then using HTML extract to find any href values then use a find node to check if it contains mailto: or for pages not using links for the emails you would need to use some regex to try and work out where the emails are.

1 Like

thank you so much for your help. I am beginner with n8n. :upside_down_face:
I will appreciate your help I am not dev :sweat_smile:

1- My node http request is not working do you know why ?

2- I can’t find ( find node )
3- How I can generate liste of all url f the website ? the email adress will be not each time on the homepage

  • n8n version: 1.29.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Synology