NAME
WebService::Yahoo::BOSS - Interface to the Yahoo BOSS API
SYNOPSIS
use WebService::Yahoo::BOSS;
$Boss = WebService::Yahoo::BOSS->new( ckey => $ckey, csecret => $csecret );
$res = $Boss->Web( q => 'microbrew award winner 2010',
start => 0,
exclude => 'pilsner', );
# see source for result attributes
DESCRIPTION
This API wraps the Yahoo BOSS (Build Your Own Search) web service API.
Mad props to Yahoo for putting out a premium search api which encourages innovative use.
For more information check out the following links. This is a work in progress, so patches welcome!
SEE ALSO
http://developer.yahoo.com/search/boss/boss_api_guide
L<Google::Search>
AUTHOR
"Fred Moyer", <fred@slwifi.com>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by Silver Lining Networks
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.