시작하기무료로 시작하기

Build the website scraping loop

Now for the core scraping logic. You'll use Split In Batches to loop through each website URL, fetch its HTML content, and extract email addresses using regex.

The Split In Batches node is n8n's way of processing items one at a time. It has two outputs: one for the current batch (the item being processed) and one for when all items are done.

이 연습은 강의의 일부입니다

Building Marketing Workflows with n8n

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작