I’m currently working on a web scraping project using Power Automate Desktop. The website I’m trying to scrape is an Indiamart page (https://dir.indiamart.com/impcat/wrinkle-remover-cream.html). The site uses infinite scrolling, with a “Show More Results” button that loads more products when clicked.
I’ve managed to set up actions to focus on the text and click the “Show More” button, but I’m having trouble creating a loop to repeat these actions until all results are loaded.
Additionally, the contact number for each product is hidden behind a “View Mobile Number” button. I need to automate the action of clicking this button before I can scrape the contact number.
Could anyone guide me on how to properly configure a loop for this scenario and automate the click action for the “View Mobile Number” button and also the “Show More Results”?