WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue).
SYNOPSIS
use WWW::Search;
my $oSearch = new WWW::Scraper('Dice');
my $sQuery = WWW::Scraper::escape_query("unix and (c++ or java)");
$oSearch->native_query($sQuery,
{'method' => 'bool',
'state' => 'CA',
'daysback' => 14});
while (my $res = $oSearch->next_result()) {
if(isHitGood($res->url)) {
my ($company,$title,$date,$location) =
($res->company, $res->title, $res->date, $res->location);
print "$company $title $date $location " . $res->url . "n";
}
}
Requirements:
· Perl
Product's homepage
Requirements:
· Perl