NAME

WebService::Search123 - Interface to Search123 API.

VERSION

Version 0.01

SYNOPSIS

The Search123 API interface.

use WebService::Search123;

my $s123 = WebService::Search123->new( aid => 99999 );

foreach my $ad ( $s123->ads )
{
   print $ad->title;
}

DESCRIPTION

Interface to the Search123 platform for searching for ads.

METHODS

Attributes

ua

The internal LWP::UserAgent to use.

secure

Flag to indicate whether to use https or http (default).

aid

Your account ID with Search123.

keyword

The user-supplied keywords to search against.

ads

The returned list of ads based on the criteria supplied.