Main > Programming > Libraries >

ScraperPOD 3.05

ScraperPOD 3.05

Sponsored Links

ScraperPOD 3.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.10 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1228
Date added: 2006-06-15
Publisher: Glenn Wood

ScraperPOD 3.05 description

ScraperPOD is a framework for scraping results from search engines.

SYNOPSIS

use WWW::Scraper;

# Name your Scraper module / search engine as the first parameter,
use WWW::Scraper(eBay);
# or in the new() method
$scraper = new WWW::Scraper(eBay);

Classic WWW::Search mode

# Use a Scraper engine just as you would a WWW::Search engine.
$scraper = new WWW::Scraper(carsforsale, Honda, { lbxModel => Accord, lbxVehicleYearFrom => 1998 });
while ( $response = $scraper->next_result() ) {
# harvest results via hash-table reference.
print $scraper->{sellerPhoneNumber};
}

Canonical Request/Response mode (not yet implemented)

$scraper = new WWW::Scraper(carsforsale, Request => Autos, Response => Autos);
# or, since carsforsale.pm defaults to the Request and Response classes of Autos
$scraper = new WWW::Scraper(carsforsale);
#
# Set field values via field-named canonical access methods.
$scraper->scraperRequest->make(Honda);
$scraper->scraperRequest->model(Accord);
$scraper->scraperRequest->minYear(1998);
#
# Note: this is *not* next_result().
while ( $response = $scraper->next_response() ) {
#
# harvest results via field-named access methods.
print $response->sellerPhoneNumber();
}

Variant Requests to a single search engine

$scraper = new WWW::Scraper(carsforsale);
$scraper->scraperRequest->make(Honda);
$scraper->scraperRequest->minYear(1998);
#
for ( $model = (Accord Civic) ) {
$scraper->scraperRequest->model($model);
$response = $scraper->next_response() ) {
# all response fields are returned as a reference to the value.
print ${$response->sellerPhoneNumber()};
}

Single Request to variant search engines

# Set the request parameters in a Request object (sub-class Autos).
$request = new WWW::Scraper::Request(Autos);
$request->make(Honda);
$request->model(Accord);
$request->minYear(1998);
#
for ( $searchEngine = (carsforsale 1001cars) ) {
$scraper = new WWW::Scraper($searchEngine, Request => $request);
for ( $response = $scraper->next_response() ) {
# all response fields are returned as a reference to the value.
print ${$response->sellerPhoneNumber()};

ScraperPOD 3.05 Screenshot

Advertisements

ScraperPOD 3.05 Keywords

Bookmark ScraperPOD 3.05

Hyperlink code:
Link for forum:

ScraperPOD 3.05 Copyright

WareSeeker periodically updates pricing and software information of ScraperPOD 3.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of ScraperPOD 3.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
screen-scraper is a tool for extracting data from Web sites. Free Download
WWW::Scraper::Beaucoup it Scrapes Beaucoups Super Search. Free Download
WWW::Scraper::FlipDog it Scrapes www.FlipDog.com. Free Download
WWW::Scraper::NorthernLight it Scrapes NorthernLight.com. Free Download
WWW::Scraper::BAJobs it Scrapes BAJobs.com. Free Download
WWW::Scraper::Brainpower it Scrapes Brainpower.com. Free Download
WWW::Scraper::CraigsList is a Perl module for scrapes CraigsList. Free Download
WWW::Scraper::Monster is a Perl module that scrapes Monster.com. Free Download