BOSS Update: Delicious, Advanced Language, and News Capabilities
Today we’re adding several new tools to the Yahoo! Search BOSS developer war chest: Delicious content, advanced language capabilities, and news sorting functionality to the BOSS news service. Like the BOSS Keyterms, Search Monkey, and Site Explorer features released recently, these new additions will empower BOSS developers with more insight into their search results to build unique search experiences.
The immense popularity of Delicious has driven a wave of Delicious tools from Yahoo! and the Delicious community, such as browser add-ons, APIs, and Search Monkey applications. The Delicious data available today through BOSS includes Delicious saves, top tags, and count information.
To obtain this data, use view=delicious_toptags or delicious_saves in the BOSS Web Search call. For example, the following code shows the number of times a search results has been saved in Delicious, its top tags (science, biology, and education), and the count for each tag.
<delicious_saves>12</delicious_saves>
<delicious_toptags>
<tags>
<tag>
<name>science</name>
<count>6</count>
</tag>
<tag>
<name>biology</name>
<count>5</count>
</tag>
<tag>
<name>education</name>
<count>3</count>
</tag>
</tags>
</delicious_toptags>
In addition to Delicious, BOSS is now equipped with Advanced Language functionality so that you can filter specific language results for a given market. Developers can choose to refine language results traditionally, like in this example of default Yahoo! Germany search results, or with strict German filtering to mimic results in this example by adding the strictlang=1 flag to the BOSS Web search call.
BOSS now supports Czech, Hungarian, and traditional Chinese. Language information about Web and news search results is also available by adding view=language in the BOSS call.
Finally, BOSS News Service can now sort by a date or a specified time range of days, weeks, or hours. Please refer to the News chapter of the BOSS Documentation for further information.
If you have any questions or feedback, we encourage you to post them to the BOSS group. We look forward to your continued interest and enthusiasm – there is still a lot more to come.
Ashim Chhabra
Yahoo! Search BOSS Team


Cool :-)
I like the multilingual filter !
Thank you
Very cool. Yet I am *still* waiting and waiting for a CPAN Perl module for BOSS, hopefully soon :(
Good news. I’ll learn more about New BOSS.
Toptags will definetly be usefull for the blogs :)
good news!
Thank you for this. I have just put up an example that shows tags if available and suggested terms otherwise. I’ll refine it and publish the PHP code in a week or two (on my blog).
Would it be possible to include both key terms and delicious tags (with tags and save count) in the response?
They are both more useful together.
Hi MikeD,
You can get all the view options together through a comma delimited list in the view parameter of the BOSS Web call.
For example:
view=delicious_saves,delicious_toptags,keyterms,searchmonkey_feed
will fetch Delicious, Keyterms, and Search Monkey sematic data, if available, per result.
Thanks,
Ashim
There is a script which does what you ask for. The How to build your own search engine explains it. Here is a demo.
Hi
Great to see updates, but still missing region=za and lang=en or af
Andre