Develop an interface in python that allows users to get counties, cities, and neighborhoods from the Zillow API. To know what data we need, look in the SRS on page 9 and there will be a description of the data the backend sends to the frontend. You can assume only a state will be provided.
Develop an interface in python that allows users to get counties, cities, and neighborhoods from the Zillow API. To know what data we need, look in the SRS on page 9 and there will be a description of the data the backend sends to the frontend. You can assume only a state will be provided.
The ID string must be the zpid of the corresponding county, city, or neighborhood https://www.zillow.com/howto/api/GetRegionChildren.htm This is the API endpoint that can get the data we need.