WWW::Search::Yahoo::Classifieds::Employment

WWW::Search::Yahoo::Classifieds::Employment is a class for searching employment classifieds on Yahoo!
Download

WWW::Search::Yahoo::Classifieds::Employment Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alexander Tkatchev
  • Publisher web site:
  • http://search.cpan.org/~mthurn/WWW-Search-Jobs-2.026/lib/WWW/Search/Dice.pm

WWW::Search::Yahoo::Classifieds::Employment Tags


WWW::Search::Yahoo::Classifieds::Employment Description

WWW::Search::Yahoo::Classifieds::Employment is a class for searching employment classifieds on Yahoo! WWW::Search::Yahoo::Classifieds::Employment is a class for searching employment classifieds on Yahoo!SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search('Yahoo::Classifieds::Employment'); my $sQuery = WWW::Search::escape_query("unix c++ java"); $oSearch->native_query($sQuery, {'g' => 14, 'cr' => 'California'}); while (my $res = $oSearch->next_result()) { my $true_url = $oSearch->getMoreInfo($res->url); print $res->company . "t" . $res->title . "t" . $res->change_date . "t" . $res->location . "t" . $true_url . "n"; }This class is a YC specialization of WWW::Search. It handles making and interpreting YC searches at http://careers.yahoo.comThe returned WWW::SearchResult objects contain url, title, company, location and change_date fields.The returned url is the one found in the Yahoo! own database. However, it quite often appears in other databases where this url was originally taken from. To retrieve this "true" url use the function getMoreInfo as written in the above example.Requirements:· Perl Requirements: · Perl


WWW::Search::Yahoo::Classifieds::Employment Related Software