I try to import data into a google spreadsheet using importxml, but every time I try I get the same error: ”The imported xml content cannot be parsed”. (The original message is german, I translated.)
The data I want do import is located in the h1 of a amazon product page. As an example I use the following: https://www.amazon.de/Harry-Potter-verwunschene-Special-Rehearsal/dp/3551559007/.
Do you understand why the following does not work?
=importXml("https://www.amazon.de/Harry-Potter-verwunschene-Special-Rehearsal/dp/3551559007/"; "//h1/span[1]")
I appreciate every helping hand!
