WWW::Scraper::Monster

WWW::Scraper::Monster is a Perl module that scrapes Monster.com.
Download

WWW::Scraper::Monster Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Glenn Wood
  • Publisher web site:
  • http://search.cpan.org/~glennwood/

WWW::Scraper::Monster Tags


WWW::Scraper::Monster Description

WWW::Scraper::Monster is a Perl module that scrapes Monster.com. WWW::Scraper::Monster is a Perl module that scrapes Monster.com.SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search('Monster'); my $sQuery = WWW::Search::escape_query("unix and (c++ or java)"); $oSearch->native_query($sQuery, {'st' => 'CA', 'tm' => '14d'}); while (my $res = $oSearch->next_result()) { print $res->company . "t" . $res->title . "t" . $res->change_date . "t" . $res->location . "t" . $res->url . "n"; }This class is a Monster specialization of WWW::Search. It handles making and interpreting Monster searches at http://www.monster.com. Monster supports Boolean logic with "and"s "or"s. See http://jobsearch.monster.com/jobsearch_tips.asp for a full description of the query language.The returned WWW::Scraper::Response objects contain url, title, company, location and change_date fields.Requirements:· Perl Requirements: · Perl


WWW::Scraper::Monster Related Software