Issue with retrieving results now
Opened this issue · 1 comments
vernk commented
Google made an update which makes all the selectors not work now by randomizing the div class names, is there any full proof solution to getting results? Because also on different versions of Google like russia's mobile site they use a different structure for results so it won't parse correct results consistently
You can see here every div class g is randomized by google to prevent scraping
thatsthat commented
Hi, did you find any solution to this? I would suggest always using the same version (e.g. desktop google.com) to avoid the problem of different structure. Regarding the randomized div class names, maybe that could be tackled by looking at the position of the classes in the DOM hierarchy instead of using class names.