XpathOnUrl return empty cell

I am trying to scrape the price XPath from this page but I get just empty cell back.
https://www.misterspex.de/sonnenbrillen/ray-ban-justin-rb-4165-6018g_f6476064.html

=XPathOnUrl("https://www.misterspex.de/sonnenbrillen/ray-ban-justin-rb-4165-6018g_f6476064.html", "//*/html/body/div[2]/div[2]/div[2]/div[2]/div[2]/form[1]/div/ul/li[2]/strong")

Also, I tried this:

//*[@id=DirectOrder]/div/ul/li[2]/strong

Is anyone have an idea How can I solve it?
Best

PLease use the below

=XPathOnUrl("https://www.misterspex.de/sonnenbrillen/ray-ban-justin-rb-4165-6018g_f6476064.html", "//strong[@class='itemPrice']")

2 Likes

Thank you, Works well

You are welcome Alinzm :slight_smile: