Web Scraping Excel x Instagram

Hello, I have a column in excel with the company addresses on Instagram, I would like to know how I can access these addresses, open each of the accounts on Instagram Web, and collect the data from each account and write to excel. I am not able to make that loop. Thank you

Hi @Anderson_Fontolan

1.Use read range activity and store the entire data in variable.
2.Use for each row in data table and within that use the use application/browser and
indicate the Instagram application.
3.Within use application/browser use the type into activity and indicate the search field
in which you want to type the account.
4.Use the extract data table and extract all the data from that account.
5.use the navigate browser activity and use the Go Back from dropdown.

Hope it works !!