I'm querying google search for number of searches. the xpath query i'm using is //div[@id='resultStats'] which too my understanding on the pages html:
<div id="resultStats">About 1,660,000,000 results<nobr> (0.65 seconds) </nobr></div>
should return the data within the div.
I've tried with Importhtml(url,xpath) and http://xpather.com/ <- an XML path tester and I get "Imported content is empty" and "no content found" respectively.
I was initially using importhtml and isolated the issue to the XPath using xpather as an XPath tester, so I think I've zoned the issue down a bit. Any help would be appreciated.
