Hi,
I have been trying to scrap the cache version of a list of URLs (only 20) using the xpath but no luck so far.
The list indicates this pattern: http://webcache.googleusercontent.com/search?q=cache:https://www.dkc.ae/ whereas the xpath i use is this: /html/body/div[1]/div[1]/span[1] to locate the cache version of the page.
The full function is: =XPathOnUrl("http://webcache.googleusercontent.com/search?q=cache:https://www.dkc.ae/";"/html/body/div[1]/div[1]/span[1]")
Is there anything i am missing or doing wrong? It just returns me blank cells.
Thanks,