The following regex should work for all languages: (?<=id="resultStats">[\w\W]+)\d+.*?(?=<nobr>)I resolved it with Regex. Here my sample project (but for Google.fr, You should modify it to fit with your Google tld and language .ru, .com...etc).
Strange... taking source of result doesnt always contain the "resultStats" tag ...The following regex should work for all languages: (?<=id="resultStats">[\w\W]+)\d+.*?(?=<nobr>)
It's better take DOM of search results webpage.Strange... taking source of result doesnt always contain the "resultStats" tag ...
I've tested with Get and... this is the case when no websites foundSame... sometimes there is the tag and sometimes no .... even with the Get