WWW::Search::EBayGlobal

WWW::Search::EBayGlobal is a backend for searching www.ebay.co.uk and european eBay sites.
Download

WWW::Search::EBayGlobal Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Pritchard
  • Publisher web site:
  • http://search.cpan.org/~ninja/WWW-Search-EBayGlobal-3.00/lib/WWW/Search/EBayGlobal.pm

WWW::Search::EBayGlobal Tags


WWW::Search::EBayGlobal Description

WWW::Search::EBayGlobal is a backend for searching www.ebay.co.uk and european eBay sites. WWW::Search::EBayGlobal is a backend for searching www.ebay.co.uk and European eBay sites.SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search('EBayGlobal'); my $sQuery = WWW::Search::escape_query("Bovine Spongiform Encephalitis"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, "n"; print $oResult->title, "n"; print $oResult->description, "n"; }This class is a Ebay specialization of WWW::Search. It handles making and interpreting Ebay searches http://www.ebay.co.uk.This class exports no public interface; all interaction should be done through WWW::Search objects.NOTESThe search is done against CURRENT running auctions only.The query is applied to TITLES only. See below for retrieving html from links.The results are ordered youngest auctions first (reverse order of auction listing date).In the resulting WWW::Search::Result objects, the description field consists of a human-readable combination (joined with semicolon-space) of the Item Number; number of bids; and high bid amount (or starting bid amount).Extra information is available by following the links returned by: $oResult->url In such an instance extra information is returned that is not normally accessible from the result page. To cater for this, an extra details method is introduced: $oResult->detailsWhich stores the extra information in a hash. Requirements: · Perl


WWW::Search::EBayGlobal Related Software