I am trying to create a google sheets document that uses the product number from a Sigma Aldrich and copies certain information from the product. When I try to use the built in importxml tool from google sheets I receive an error message that says "Could not fetch the URL". An example of a XPath element and url would be =importxml("https://www.sigmaaldrich.com/catalog/product/aldrich/364525","/h1"). I have also tried a web scraper as shown on: https://eikhart.com/blog/google-sheets-scraper using Cheerio which did not work sigmaaldrich.com.
The importfromweb add-on worked, but had a monthly limit. Could you give any suggestions on how I could solve this issue?