Skip to content
 
 

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoopla API for Python

Note that we don't currently support the full API.

Please refer to the Zoopla API documentation

import zoopla
api = zoopla.api(version=1, api_key='MY API KEY')

for listing in api.property_listings(
        area='Liverpool',
        property_type='houses',
        max_results=None):
    
    print("outcode: {}, short_description: {}".format(
        listing.outcode,
        listing.short_description))

About

Zoopla API bindings for Python

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages