Database Reference
In-Depth Information
get an API key before you can access it. It ofers web, news, and image searches, though the web
results are noticeably less complete than Google's, especially on more obscure queries:
curl "http://boss.yahooapis.com/ysearch/web/v1/%22Pete%20Warden%22?\
appid=<key>&format=xml"
<?xml version="1.0" encoding="UTF-8"?>
<ysearchresponse xmlns="http://www.inktomi.com/" responsecode="200">
<nextpage><![CDATA[/ysearch/web/v1/%22Pete%20Warden%22?
format=xml&count=10&appid=<key>&start=10]]></nextpage>
<resultset_web count="10" start="0" totalhits="6185" deephits="17900">
<result>
<abstract><![CDATA[<b>Pete Warden's</b> Video Effects. Free Downloads. Help.
Links. Contact. Free Downloads. PeteSearch <b>...</b> The code is open-source, and
I'm also happy to hand it over to any <b>...</b>]]></abstract>
<date>2008/04/09</date>
<dispurl><![CDATA[www.<b>petewarden.com</b>]]></dispurl>
<size>6173</size>
<title><![CDATA[<b>Pete Warden</b>]]></title>
<url>http://www.petewarden.com/</url></result>
...
Blekko
As a newcomer to the search space, Blekko seem very keen on developers accessing its data, so it
offers an easy-to-use API. All you need to do is add the /json slash tag to any query and you'll
get a JSON object instead of HTML:
curl -L "http://blekko.com/?q=cure+for+headaches+/json+/ps=100&auth=<APIKEY>&ft=&p=1"
{
"num_elem_start" : 101,
"universal_total_results" : "1M",
"tag_switches" : {
...
},
"RESULT" : [
{
"snippet" : "Shop By Supplement. Amino Acid Supplements. Green Food
Supplements. Multi-Vitamins &amp; Minerals. Internal Detox Cleanse.",
"display_url" : "herbalremedies.com/...-<b><b>for</b>-<b>headaches</b></b>
-don-colbert.html",
"n_group" : 101,
"short_host_url" : "http://www.herbalremedies.com/",
"url_title" : "The Bible <strong><strong>Cure</strong> <strong>for</strong>
<strong>Headaches</strong></strong> by Don Colbert, M.D",
Search WWH ::




Custom Search