I have been scraping Google for a while with pretty much no problem as I have always been able to pull 100 results at a time by adding the num parameter to my query. It seems as though this is no longer working and I can only get 10 results at a time now. I probably could change my search preferences to use 100 results, but it looks like this is set through some JS that I would rather not deal with if possible.
So my question is, how do you guys recommend grabbing 100 results at a time from Google? Should I scrape 10 pages of 10 results? Should I find a way to save my search preferences to display 100 results? Do they even have an API that you can use? It looks like the only API is some custom search BS that does nothing. Is there some more obvious thing that I am missing? Does anybody have any thoughts on this?
Thanks much!
So my question is, how do you guys recommend grabbing 100 results at a time from Google? Should I scrape 10 pages of 10 results? Should I find a way to save my search preferences to display 100 results? Do they even have an API that you can use? It looks like the only API is some custom search BS that does nothing. Is there some more obvious thing that I am missing? Does anybody have any thoughts on this?
Thanks much!