zoopla icon indicating copy to clipboard operation
zoopla copied to clipboard

An API to allow developers to create applications using hyper local data on 27m homes, over 1m sale and rental listings, and 15 years of sold price data in the UK.

Results 1 zoopla issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- ZooplaAPIException Traceback (most recent call last) in () ----> 1 rl = zoopla.property_rich_list({'area': 'SW11'}) G:\GitHub\zoopla-master\zoopla\api.py in property_rich_list(self, params) 105 request_schema=BaseRequestSchema, 106 result_schema=RichlistResultSchema, --> 107 parameters=params 108 ) 109 G:\GitHub\zoopla-master\zoopla\api.py...