Hello people! I wanted to scrape some data off of this website listing mobile phones and their details such as RAM, processor, etc.
Here's the link to it:
https://pricebaba.com/mobile/pricelist/all-mobiles-sold-in-india
If you go to the link there are multiple listings of multiple mobile phones on the 1st page and there are multiple pages, so I go to this page, click on the 1st mobile listing, then go to another page which shows the details of that specific mobile phone on which I clicked on. I scrape all the data from that page and then go back to the previous page and click on the second mobile listing and loop this whole process till I've scraped the data for all the mobile phones listed on the initial page.
I was able to do this using for each loop, but I am unable to save my extracted data to a single excel sheet or CSV file, I am unable to append the data to a new column, if I save the extracted data to excel it is saving each row in a different instance of excel, so suppose I have 20 rows my flow will create 20 different instances of excel and save one row in each instance, I want to save all the rows in one excel sheet, what am I doing wrong? I am new to this tool. Here's my flow.