I am using the IMPORTXML function in Google sheets to get some product information for some books and it is working when I am accessing information from the main page (like price and title etc.) as shown below:
However I also want to fetch data for used books, which is available in a panel that opens on the right hand side, when I click the used books options which you can see below:
So when I copy the Xpath from from the price in this panel/section, the IMPORTXML function does not work.
I am assuming that this does not work because the panel on the right hand side has a different link to access it but I don't have HTML knowledge so I am not sure how to make this work.
Here is the link to this book that I have used in the example above:
I tried finding the address of that specific panel on the right but unfortunately didn't succeed.