How to scrape all the information of a scrollable web page through Ui path

Hello Experts,

I am completely new to UiPath. Doing some web scraping stuff. Below is my scenario

Scenario:
I have a Excel file which contains two columns ( Store Code and Info). Bot will go to this website (IGA Store Locations | IGA Supermarkets), type the store code and will scraped the all the related information and store it into the Info column of Excel sheet.
Req Output:
If the store code is 2000. then bot will hit the website, type the store code 2000 and capture all the information. That means
it will capture 1st store name ( Locali By Romeo’s IGA) and address (388 George St Sydney NSW 2000 ), 2nd store name (Romeos IGA Food Hall Martin Place) and address (Level 4 MLC centre Martin Place Sydney NSW 2000) and so on and finally store this into the Info column of excel file.

I did some progress and able to make a bot which will go to this website but capturing the only 1st information. which is Locali By Romeo’s IGA) and address (388 George St Sydney NSW 2000.Not able to capture remaining information.

Attached is the Main file and Excel.
Main → File Sharing Online for free - Dropfiles.org
Excel file → screenshot
image

Can you please help me on this? Any suggestions and feedback is really appreciable.

Thanks in Advance

@sanalytics

Use for each UI Element activity. It is meant for the exact same purpose

cheers