Gsheets - How do I get data from a cell and then repeat that step for the next cell down?

I’ve a sheet with 25 thousand URLs in it.

I want to get each of these individually and scrape them for data.

How do I set Make.com up so that I can repeat this step? I can do it for a single cell, but what configuration should I use to just do this over and over again until there’s no more URLs in the sheet to reference?

Thanks!
E

First create a new column X and title it whatever. Then start by using a search module that will look for any rows that contain an empty column for column X. After you process the first url update column on that row to done or whatever text you want to use by using the update row module.

1 Like

Ok thanks, I’ll try this. Thank you for the help