I'm trying to create a google docs spreadsheet where I can type in a keyword and it will return how many allintitle results there are in google.
In the first Column I have the keyword.
In the second column i a concatenated string to produce a link to google search for the allintitle search.
- =concatenate("http://www.google.com/search?q=allintitle:"&A2&"&pws=0&gl=US&num=50")
The third column is the one I am needing help on.
so far I have= =importxml(B2,"//*[@id='resultStats']")
However, it tells me that it is not producing any results.
Can anyone help me with this?
I think this can be a pretty useful tool to look through several keyword allintitle or allinanchor searches.
In the first Column I have the keyword.
In the second column i a concatenated string to produce a link to google search for the allintitle search.
- =concatenate("http://www.google.com/search?q=allintitle:"&A2&"&pws=0&gl=US&num=50")
The third column is the one I am needing help on.
so far I have= =importxml(B2,"//*[@id='resultStats']")
However, it tells me that it is not producing any results.
Can anyone help me with this?
I think this can be a pretty useful tool to look through several keyword allintitle or allinanchor searches.