seme0021 / python-zillow

Python library for the Zillow API
Apache License 2.0
129 stars 64 forks source link

Multiple results not handled #11

Open gburca opened 8 years ago

gburca commented 8 years ago

Zillow sometimes returns more than one result for a request (ex: when the apartment number is missing for a multi-unit address). Need to handle the multiple results.

stubs commented 4 years ago

I believe this is fixed in my PR #37