I attempted to fetch the product page you gave (https://www.shopwesco.com/furniture/home-office/home-office-furniture/desks/ashley-furniture/H61544) but the site appears to render the product details with JavaScript. My web fetch returned the site shell (headers, navigation and policies) but not the product title, images, price, or dimensions. To extract the data reliably I need either: (a) the rendered HTML/JSON for that product page (for example, the HTML you see in your browser's View Source or the network response that contains product data), (b) permission to try fetching the page with a rendering-enabled request (I can attempt a headless render), or (c) you can paste the product text/HTML or screenshots of the product details here.