Google web api dead, Bing the sole survivor...
1–9 of 9 posts
Re: Google web api dead, Bing the sole survivor...
#2Re: Google web api dead, Bing the sole survivor...
#3They've deprecated the "Web Search API", but replaced it with the "Google Custom Search API" (which requires an API key): http://code.google.com/apis/customsearch/docs/dev_guide.html
Re: Google web api dead, Bing the sole survivor...
#4At Blekko, we are planning to provide search apis very soon. Stay tuned.
Re: Google web api dead, Bing the sole survivor...
#5Re: Google web api dead, Bing the sole survivor...
#6Google has replaced the "Web Search API" with the "Google Custom Search API" (Custom Search Engine = CSE): http://code.google.com/apis/customsearch/docs/dev_guide.html
When you initially setup CSE you need to specify at least once site to search, but afterwards you can remove this restriction.
The API is limited to 100 calls per day by default, but you can ask for more. The old API would cut you off if you used it excessively from outside a web browser. The older SOAP API had a hard limit (I think 1000 calls?)
Re: Google web api dead, Bing the sole survivor...
#7This is factually incorrect. Google has replaced the "Web Search API" with the "Google Custom Search API" (Custom Search Engine = CSE): http://code.google.com/apis/customsearch/docs/dev_guide.html When you initially setup CSE you need to specify at least once site to search, but afterwards you can remove this restriction. The API is limited to 100 calls per day by default, but you can ask for more. The old API would…
There are two issues here:
1. You can ask for more, but how many will they give you? and 2. The fact that you need a key, makes it virtually useless for wide use in applications or websites. With the old api which didn't require a key, you had, practically speaking no limit when calling the api client-side. With the key that option falls away.
Re: Google web api dead, Bing the sole survivor...
#8This is factually incorrect. Google has replaced the "Web Search API" with the "Google Custom Search API" (Custom Search Engine = CSE): http://code.google.com/apis/customsearch/docs/dev_guide.html When you initially setup CSE you need to specify at least once site to search, but afterwards you can remove this restriction. The API is limited to 100 calls per day by default, but you can ask for more. The old API would…
nl, There are two issues here: 1. You can ask for more, but how many will they give you? and 2. The fact that you need a key, makes it virtually useless for wide use in applications or websites. With the old api which didn't require a key, you had, practically speaking no limit when calling the api client-side. With the key that option falls away.
API keys are pretty standard for APIs - I hardly see that as a problem. The old version had one too: http://code.google.com/apis/loader/signup.html
Re: Google web api dead, Bing the sole survivor...
#9Yes, Google pulled the plug on the web search AJAX API and replaced it with Custom Search Engine (CSE). The new API does allow you to search the entire web and is near identical to the old which is good, but has the 100 queries/day limitation. This is bad and a show-stopper for a lot of people.
Here's what I've learned:
1. You can request more units but no one has responded to me in any way since Nov. 1.
2. The form to request a higher quota asks you if you're a Google Site Search customer. That makes me think that it may make a difference to be a customer of a paid service they have. (FYI: Google Site Search is apparently a different name for Enterprise Custom Search which I'm hoping is the same technology as CSE and will allow you to search the web.)
3. If you want to BUY the super high volume Site Search service as we are willing to do, you have to communicate with the Sales team, but no one has responded to us on that request either.
4. Another interesting approach that I'll try soon is this: CSE gives you the API to actually create a custom search engine on the fly. But this requires separate Google logins and some work in implementing the ClientLogin authentication business. At the end, you're still limited to 100 queries/day but at least it is "per client".
I hope someone from Google is reading this and can shed some light on the issue.