How to pull the image and title of the product from site of amazon?
问题 I am trying to make a list of products based on the unique product codes of amazon for example: https://www.amazon.in/gp/product/B00F2GPN36 Where B00F2GPN36 is the unique code. I want to fetch the image and the title of the product into an Excel list under the columns product image and product name. I have tried many times using the html.getElementsById("productTitle") and html.getElementsByTagName but there is always a problem while running the code and I am unable to solve it, so please