***** infoCopter.com/perl *****

ebay



(CPAN)

  • install WWW::Search
  • install WWW::Search::Ebay
#!/usr/bin/perl -w
use strict;

use WWW::Search;
  my $oSearch = new WWW::Search('Ebay');
  my $sQuery = WWW::Search::escape_query("XBox Enclave");
  $oSearch->native_query($sQuery);
  while (my $oResult = $oSearch->next_result())
    { print $oResult->url, "\n"; }

Read more

eBay Hacks By David A. Karp

Chapter 8 - The eBay API

(Full pages have to be password-protected for legal reasons. You have to subscribe to Safari Bookshelf to get access to these pages)

Related ebay XML Links

  1. perl/ebay.htm - Perl Reference
    ebay with Perl. Access to ebay's XML API
    (2004-11-18 13:43, Keywords: ebay, xml)


  2. Developer.ebay.com/.../API_Doc/Functions/.../GetSearchResultsSample.htm - Reference
    GetSearchResults Sample XML
    (2004-11-18 13:30, Keywords: ebay, xml)


  3. Developer.ebay.com/DevZone/build-test/test-tool.asp - Services
    ebay API Test Tool
    (2004-11-17 00:18, Keywords: ebay, xml)


  4. Developer.ebay.com/.../API_Doc/Getting_Started/Security.htm - Reference
    Working with eBay API Security
    (2004-11-17 00:03, Keywords: ebay, xml)


  5. amazon.de/exec/obidos/ASIN/3898424774/... - Book
    Google, Amazon, eBay - Die neuen APIs nutzen mit PHP, Perl und .NET, mit CD
    (2004-11-17 23:57, Keywords: ebay, xml)


  6. Developer.ebay.com/DevProgram/preview.asp - Reference
    eBay SOAP API
    (2004-11-17 23:10, Keywords: ebay, xml)


  7. wdvl.com/Authoring/.../XML/WebServices/WSDL/Essentials/... - Reference
    Provides a WSDL file for the XMethods eBay Price Watcher Service. The service takes an existing eBay auction ID, and returns the value of the current bid
    (2004-11-17 23:09, Keywords: ebay, xml)


[ All related ebay links ]

© reto :)