How to Iterate on a list of URL and scrape each URL 1 by 1 and compile

Hi,

I have an HTTP request to get top 10 URL’s of a keyword from google. My input field is the keyword

then another HTTP request to scrape the content of a URL

my question is how do I iterate on the top 10 URL and scrape it 1 by 1 then concatenate the scrape content into 1 output?

Thank you for the help!

1 Like

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:

Do you have an example workflow?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.