Google Ups AJAX Search API To 8 Pages
It seems Google has quietly raised it’s limitations on how deep you can look into search results for the AJAX Search API. It’s always been 4 pages (8 results per page), so you could only see the first 32 results.
All of a sudden it was changes to 8 pages (still 8 results per page), so now you can look at the first 64 results. This is quite handy.
Thanks Google, you’re swell!
This limit is absolutely funny. You can only do the most simple stuff with it.
I wrote a library in Python that parses their search pages directly to get all results:
Python Library for Google Search
Cheers!