How to scrape a web page to input data into an Excel spreadsheet?

Yes. As @jayknowstheway suggests, Execute a JavaScript in Browser action should be able to extract the data for you. Most likely each data item you want is a HTML element with a unique ID or class that you can use querySelector() to get the element and it's value.

To be more specific, we'd need the actual URL, or the HTML code for the page (uploaded in a Code Block).

Once you have the data in KM Variable(s), it should also be fairly easy to add to your Excel workbook. There are numerous examples of this in the forum. Just search on "excel".