Stripping HTML tags on a complex web page to retain just plain text

I want to check whether it’s possible to extract plain text from web pages such as this one:

https://www.homedepot.com/p/Acclaim-Lighting-Lily-3-Light-Polished-Nickel-Sconce-with-Fabric-Shade-and-Crystal-Accent-IN41050PN/306216165

I’m expecting to extract product-specific details from the page. I don’t mind if extraneous details are captured.

I tried various online platforms such as Strip HTML, but they don’t work.