10 ms·
Google doesn't have a search API (it was long ago deprecated https://developers.google.com/web-search/ https://developers.google.com/web-search/). So the API it
by sycr 14y ago
Google doesn't have a search API (it was long ago deprecated https://developers.google.com/web-search/ https://developers.google.com/web-search/). So the API itself is the advantage over Google in this case.
- buu700 14y agoDid you read the link you provided? They actually mentioned right at the top that they have a newer search API which is recommended (though I'll admit that I missed it too at first). https://developers.google.com/custom-search/v1/overview https://developers.google.com/custom-search/v1/overview
- franze 14y agothe "custom search API" does not deserve the "search" in it's name. it's a different index, it's crap, and you can't access it as a whole, but only whitelisted parts.... google does not have a search API, it has a sad excuse to a search API
- AznHisoka 14y agoyep you're right. Even the AJAX API they had a couple of years ago was a joke that gave completely different results than what you saw.
- sycr 14y agoYes, I did :). As mentioned below, it's not a comparable product. Custom Search is site-specific. It's an API for the "search this page using Google" forms you sometimes see on blogs and the like. It's not an API for "capital S" Google Search, while Bing's API really is their Search API.
- buu700 14y agoAhh, gotcha. I thought Custom Search was that old thing they had which let you create a "customised" Google Search which had your colour scheme of choice and optional restriction of the results by topic (i.e. basically standard search), not the equivalent of 'site:x'.