NAME
WebService::Zoopla::API - Perl interface to the Zoopla API
VERSION
version 0.001
SYNOPSIS
use WebService::Zoopla::API;
my $zoopla = WebService::Zoopla::API->new( api_key => 'xxxxxx');
my $result = $zoopla->zed_index({area=>'SE4', output_type=>"outcode"});
Constructor
new()
Creates and returns a new WebService::Zoopla::API object
my $zoopla = WebService::Zoopla::API->new(
api_key => 'xxxxxx');
api_key => 'xxxxx'Set the api key. This can be set up at: http://developer.zoopla.com
METHODS
arrange_viewing
Required Parameters
api_keylisting_idnameemailphonephone_typebest_time_to_callmessagesession_id
average_area_sold_price
Required Parameters
api_keyoutput_type
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitude
richlist
Required Parameters
api_keyoutput_typearea_type
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitude
property_listings
Required Parameters
api_key
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitudeproperty_typeradiusorder_byorderingpage_numberpage_sizeoutput_typelisting_statusinclude_soldinclude_rentedminimum_pricemaximum_priceminimum_bedsmaximum_bedsfurnishedkeywordslisting_id
area_value_graphs
Required Parameters
api_key
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitudesizeoutput_type
zed_index
Required Parameters
api_keyoutput_type
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitude
get_session_id
Required Parameters
api_key
zoopla_estimates
Required Parameters
api_key
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitudeproperty_idorder_byorderingpage_numberpage_sizeoutput_type
average_sold_prices
Required Parameters
api_key
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitudearea_typepage_numberpage_sizeorderingoutput_type
refine_estimate
Required Parameters
api_keyproperty_idproperty_typetenurenum_bedroomsnum_bathroomsnum_receptionssession_id
Optional Parameters
areastreettownpostcodecountylatitudelongitudeoutput_type
zed_indices
Required Parameters
api_keyoutput_typearea_type
Optional Parameters
session_idareastreettownpostcodecountylatitudelongitudeorderingpage_numberpage_size
SEE ALSO
INTERNAL METHODS
_call($args)
General method for calling the methods on the api You don't need to call this directly
_need_session($method)
Internal method to check if a method needs a session id
AUTHOR
Willem Basson <willem.basson@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Willem Basson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.