I read about the Ajax API here http://stackoverflow.com/questions/1539798/scraping-parsing-google-search-results-in-ruby
For some reason, I get completely different results from the same query when using the Ajax API than I do from normal search. Is there a simple explanation?
here are the two: http://www.google.com/search?hl=en&rls=en&q=site%3Ahttp%3A%2F%2Ftwitter.com%2F+following&aq=f&oq=&aqi=0
both have parameters hl=en&rls=en&q=site%3Ahttp%3A%2F%2Ftwitter.com%2F+following&aq=f&oq=&aqi=0 run at the same time, they never give me the same results, often they're very different (depending on the search parameters.
what's going on?
Also, the