Hi fellow XPathers,
I've recently started using this tool and it's working well to return the Amazon ASIN:
=XPathOnUrl("http://www.amazon.co.uk/s?field-keywords="&B$1, "//li[@id='result_0']", "data-asin")
However, is it also possible to return the item_name/data-attribute/Product Name?
I've tried a few things but haven't managed to get it to work.
Thanks in advance