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
api_keylisting_idnameemailphonephone_typebest_time_to_callmessagesession_id
Required Parameters
average_area_sold_price
api_keyoutput_type
Required Parameters
session_idareastreettownpostcodecountylatitudelongitude
Optional Parameters
richlist
api_keyoutput_typearea_type
Required Parameters
session_idareastreettownpostcodecountylatitudelongitude
Optional Parameters
property_listings
api_key
Required Parameters
session_idareastreettownpostcodecountylatitudelongitudeproperty_typeradiusorder_byorderingpage_numberpage_sizeoutput_typelisting_statusinclude_soldinclude_rentedminimum_pricemaximum_priceminimum_bedsmaximum_bedsfurnishedkeywordslisting_id
Optional Parameters
area_value_graphs
api_key
Required Parameters
session_idareastreettownpostcodecountylatitudelongitudesizeoutput_type
Optional Parameters
zed_index
api_keyoutput_type
Required Parameters
session_idareastreettownpostcodecountylatitudelongitude
Optional Parameters
get_session_id
api_key
Required Parameters
zoopla_estimates
api_key
Required Parameters
session_idareastreettownpostcodecountylatitudelongitudeproperty_idorder_byorderingpage_numberpage_sizeoutput_type
Optional Parameters
average_sold_prices
api_key
Required Parameters
session_idareastreettownpostcodecountylatitudelongitudearea_typepage_numberpage_sizeorderingoutput_type
Optional Parameters
refine_estimate
api_keyproperty_idproperty_typetenurenum_bedroomsnum_bathroomsnum_receptionssession_id
Required Parameters
areastreettownpostcodecountylatitudelongitudeoutput_type
Optional Parameters
zed_indices
api_keyoutput_typearea_type
Required Parameters
session_idareastreettownpostcodecountylatitudelongitudeorderingpage_numberpage_size
Optional Parameters
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.