NAME
WWW::Search::eBay - class for searching eBay
SYNOPSIS
require WWW::Search::Scraper;
$search = new WWW::Search::Scraper('eBay');
DESCRIPTION
This class is an eBay specialization of WWW::Search. It handles making and interpreting eBay searches http://www.eBay.com.
OPTIONS
None at this time (2001.05.06)
- search_url=URL
-
Specifies who to query with the eBay protocol. The default is at
http://www.eBay.com/cgi-bin/job-search
. - search_debug, search_parse_debug, search_ref Specified at WWW::Search.
AUTHOR and CURRENT VERSION
WWW::Search::eBay
is written and maintained by Glenn Wood, <glenwood@alumni.caltech.edu>.
The best place to obtain WWW::Search::eBay
is from Glenn's releases on CPAN. Because www.eBay.com sometimes changes its format in between his releases, sometimes more up-to-date versions can be found at http://alumni.caltech.edu/~glenwood/SOFTWARE/index.html.
COPYRIGHT
Copyright (c) 2001 Glenn Wood All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.