I am attempting to pull a price from Amazon.com into google sheets using IMPORTXML() as per this answered question, but so far no luck - I get "Imported content is empty."
=IMPORTXML("https://www.amazon.com/Crayola-Count-Rainbow-Inspiration-Gifts/dp/B00CI6J5JQ","//span[@id='priceblock_ourprice']")
Judging from otherquestions, it seems that maybe Amazon has changed the way they populate their data, and IMPORTXML() may no longer be a viable method for scraping prices from Amazon, but no one seems to be suggesting any other method.