<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007">
   <channel>
      <title>Search Blog BOSS Category</title>
      <description>Pipes Output</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=dAs_q66F3RG3oJbKBBNMsA</link>
      <pubDate>Sat, 21 Nov 2009 10:27:41 -0800</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <item>
         <title>Accessing SearchMonkey Structured Objects via BOSS</title>
         <link>http://feedproxy.google.com/~r/YahooSearchBlog/~3/dQJWOSHWx1s/</link>
         <description>SearchMonkey and the structured Web
We’ve just announced an all-new Yahoo! Search experience, with many new features powered by SearchMonkey data. Since launching our open developer platform in May 2008, Yahoo! Search has enabled thousands of developers to shape the search experience for millions of Yahoo! users. If you are interested in building semantic applications similar [...]</description>
         <guid isPermaLink="false">http://www.ysearchblog.com/?p=1452</guid>
         <pubDate>Thu, 15 Oct 2009 10:00:41 -0700</pubDate>
         <content:encoded><![CDATA[<p><strong>SearchMonkey and the structured Web</strong></p>
<p>We’ve just announced an <a rel="nofollow">all-new Yahoo! Search experience</a>, with many new features powered by <a rel="nofollow">SearchMonkey data</a>. Since <a rel="nofollow">launching</a> our open developer platform in May 2008, Yahoo! Search has enabled thousands of developers to shape the search experience for millions of Yahoo! users. If you are interested in building semantic applications similar to what we’ve come up with at Yahoo! Search, here are some details to get you started.</p>
<p><strong>What structured objects are available? </strong></p>
<p>All of the objects listed on the <a rel="nofollow" target="_blank" href="http://developer.search.yahoo.com/start">SearchMonkey</a> homepage are available to you. With the new feature “object refiners,” users can now restrict the search results to specific object types. Site owners contribute data of these objects by marking up their pages with RDF or microformats, or by providing dataRSS feeds. If you’re interested in the actual data of these objects, use the <a rel="nofollow" target="_blank" href="http://developer.yahoo.com/search/boss/structureddata.html">Yahoo! Search BOSS API</a> to request the SearchMonkey data as part of the search request.</p>
<p><strong>How can I access these structured objects? </strong></p>
<p>The SearchMonkey team has been encouraging developers to use our structured data to build semantic Web applications ever since we <a rel="nofollow">partnered</a> with BOSS. Using the BOSS API, you can access SearchMonkey structured objects.</p>
<p>To restrict the result set to pages with SearchMonkey objects, just add “searchmonkey:&lt;objectType&gt;” to your query. The result set from BOSS will only contain URLs that have objects of that type.</p>
<p>For example, the following query returns all of the documents in the Yahoo! Web index that has the words “Sunnyvale” and “pizza” – about 3 million pages.</p>
<p><a rel="nofollow" target="_blank" href="http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml">http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml</a></p>
<p>But if you only want pages with local business objects on them, you can add “searchmonkey:local” to the query:</p>
<p><a rel="nofollow" target="_blank" href="http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza+searchmonkey:local?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml">http://boss.yahooapis.com/ysearch/web/v1/sunnyvale+pizza+searchmonkey:local?appid=wX7OZ3zV34Fy2Y4W4in_vsjFmRhruQNgCxdxn6RUke2c2JVDZdw6bfc1rcEjVnw-&amp;format=xml</a></p>
<p>This query returns about 25,000 pages.</p>
<p>Yes, we’ve just thrown out over 90 percent of the result set – but we are after the most relevant results, not simply the greatest number of results. Our new object refiners use SearchMonkey’s structured data to narrow your query from “pizza+Sunnyvale” to actual local business listings within those results. You can use BOSS to retrieve the same structured data and construct any presentation you like.</p>
<p>You can take it a step further and add any of these terms to the query:</p>
<ul>
<li>searchmonkey:video &#8211; restricts the result set to videos.</li>
<li>searchmonkey:product &#8211; restricts the result set to products.</li>
<li>searchmonkey:local &#8211; restricts the result set to local businesses.</li>
<li>searchmonkey:event &#8211; restricts the result set to events.</li>
<li>searchmonkey:document &#8211; restricts the result set to presentations, spreadsheets, and similar document formats.</li>
<li>searchmonkey:discussion &#8211; restricts the result set to blogs and forums.</li>
<li>searchmonkey:game &#8211; restricts the result set to Flash games.</li>
</ul>
<p><strong>What don’t I get?</strong></p>
<p>Not all structured data we&#8217;ve collected is part of the BOSS API. For example, some third parties who provide us with feeds have elected to keep that data outside of BOSS. Structured data annotations from technologies built by Yahoo! Research are also not available to third party developers via BOSS. However, we aim to include all data we find embedded in web pages that deploy microformats or RDFa.</p>
<p>Our goal is a successful semantic Web where we extract the semantics as we process Web content. Every page marked up with semantic data makes that much easier for us to extract meaning from that page. And it’s not just us! Google Video Search has recently adopted the same video markup (RDFa and Facebook Share) that SearchMonkey supports.</p>
<p><strong>What’s next?</strong></p>
<p>We will make many more object types available to you soon. In the mean time, you can learn more about SearchMonkey and how we acquire structured data annotations from this new from this <a rel="nofollow" target="_blank" href="http://developer.yahoo.net/blog/archives/2009/10/what_powers_searchmonkey.html">post on the YDN Blog</a>.</p>
<p>Kevin Haas</p>
<p>Senior engineering manager, Yahoo! SearchMonkey</p>]]></content:encoded>
      </item>
      <item>
         <title>Yahoo! Sponsored Search Ads for BOSS</title>
         <link>http://feedproxy.google.com/~r/YahooSearchBlog/~3/YBm727KyXz4/</link>
         <description>Every day thousands of developers drive Yahoo! Search BOSS traffic, serving millions of queries a day. Many of these developers have requested the ability to access Yahoo! Sponsored Search ads to monetize their BOSS innovations. Starting today, in partnership with Domain Development Corp (DDC), our first approved Yahoo! Search BOSS syndication partner, developers can get [...]</description>
         <guid isPermaLink="false">http://www.ysearchblog.com/?p=1438</guid>
         <pubDate>Fri, 09 Oct 2009 13:10:22 -0700</pubDate>
         <content:encoded><![CDATA[<p>Every day thousands of developers drive <a rel="nofollow" target="_blank" href="http://developer.yahoo.com/search/boss/">Yahoo! Search BOSS</a> traffic, serving <a rel="nofollow">millions of queries</a> a day. Many of these developers have requested the ability to access Yahoo! Sponsored Search ads to monetize their BOSS innovations. Starting today, in partnership with Domain Development Corp (DDC), our first approved Yahoo! Search BOSS syndication partner, developers can get global access to Yahoo! Sponsored Search results and benefit from revenue generated by their BOSS-powered products.</p>
<p>We invite you to apply to qualify for this program to have Yahoo! Sponsored Search ads appear on your sites. You will need to provide details about your product, including information about your traffic sources, UI framework, and implementation. Once your product is approved, you will have access to and support for Yahoo! Sponsored Search ads, and you will earn a revenue share. You can apply at our partner’s site: <a rel="nofollow" target="_blank" href="http://www.ddc.com/">www.ddc.com</a>.</p>
<p>Please note that in signing up for this Sponsored Search ad program, you will be entering into a contract with a third party, not Yahoo!, and the third party will be providing support and sending you your earnings. Other Yahoo! Search BOSS Ad partners may be online in the future, so stay tuned for updates.</p>
<p>By now most of you are aware of the Yahoo!-Microsoft search deal, which is still undergoing regulatory review. While no decisions about BOSS have been made at this point, we will let you know as soon as we figure out the details. These key services will continue to operate for a period of time after we complete migrating our services and technology.</p>
<p>We are proud of the rich community of developers and entrepreneurs who share our enthusiasm for opening search and who continue to amaze us with innovative BOSS implementations. Thank you for your support.</p>
<p>Ashim Chhabra</p>
<p>The Yahoo! Search BOSS Team</p>]]></content:encoded>
      </item>
   </channel>
</rss>
<!-- fe5.pipes.sp1.yahoo.com uncompressed/chunked Sat Nov 21 10:27:41 PST 2009 -->
