Hi id like to be able to get the allintitle search operator results value for a keyword difficulty tool.
for example https://www.google.co.uk/search?q=allintitle%3A"tea" returns 35,200,000 results
so far im using =Scraper("Google.Results","allintitle:""c7""","google.co.uk")
however when you open the scraped url its searching the value "c7" (the cell containing the keyword) not as in the case of the example above the cells keyword content "tea".
im assuming its parsing the speech marks incorrectly
using v 4.3.5 if that helps
thanks
mark