I will use the Web Recorder functionality in Power Automate Desktop to open a new instance of the Chrome Browser and define the data to scrape. This is the most complex aspect of the exercise, but the Web Recorder in Power Automate Desktop makes it really easy
Once the data to be scraped is defined, I’ll supplement the flow with manually defined Power Automate Desktop Actions to open the Excel Spreadsheet at the start of the flow, write the data to Excel and then close both Excel and Chrome
The combination of using the Web Recorder to define the data to be scraped, supplemented by manually created Actions to fine tune how the scraped data is manipulated and stored is a good approach to take in most scraping situations