vote up 3 vote down star

I think the question pretty much sums up my query.

flag

Can you provide an example? – JaredPar Mar 17 at 14:46

3 Answers

vote up 9 vote down check

When you use the Google web page to do searches while you're logged into GMail or other Google services, it uses information about your browsing history to modify the results. It can't do that with an API, since it assumes you're doing it for somebody other than yourself.

Also, as @Walden mentioned in his answer, you may be hitting different servers for the two queries, and Google does a "slow sync" between the servers so they might not all have the latest search database or the latest version of the page ranking code.

link|flag
vote up 5 vote down

Your Google web search may return different results than my Google web search for the same query. Google is constantly updating its search routines, and often will roll the updates out at different times in different data centers so each data center, and even each cluster in a data center may return different results.

Therefore, the results from the API probably come from a different codebase (version of the codebase) than your web request.

link|flag
A downvote? Love to know why at least. – WaldenL Mar 17 at 14:53
+1 for the interesting explanation. IMO it's sad that people downvote without telling why :-/ – OregonGhost Mar 17 at 14:55
aka the Google Dance, +1 – divo Mar 17 at 15:00
-1 cause you said you hate to tell me things – theman_on_vista Mar 17 at 15:03
@theman_on_vista: You must be kidding! HA HA! – divo Mar 17 at 15:05
show 1 more comment
vote up 2 vote down

One cause could be different Google locals. Querying Google.com offers different results than Google.de for the same keyword.

link|flag
Google might use other input parameters besides the locale / accepted languages as well. This includes cookie information as well as other browser meta data which are not present in a request from the api. – divo Mar 17 at 15:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.