SkillAgentSearch skills...

Zoopla

Zoopla API bindings for Python

Install / Use

/learn @scraperwiki/Zoopla
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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))
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks11

Languages

Python

Security Score

75/100

Audited on May 29, 2024

No findings