{ "info": { "author": "Alexander Dewhirst", "author_email": "alex@freightroll.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": "# Zillow API wrapper - Python\nThis project provides a wrapper to request information from the endpoints\nprovided by the Zillow API.\n\n### Getting Setup\nTo install this module, you can run:\n`pip3 install py-zillow`\n\nFor this module, you will need a few additional modules located in requirements.txt. Let me know if you have any questions.\n\n##### Notice\nZillow does not permit the storage of information locally. You may use the API only to retrieve and display dynamic content from Zillow. You can find more information about Zillow's API usage at https://www.zillow.com/howto/api/faq.htm\n\n### API Methods\nZillow provides the following API methods:\n* GetUpdatedPropertyDetails\n* GetRegionChildren\n* GetSearchResults\n* GetDeepSearchResults\n* GetZestimate\n* GetComps\n* GetDeepComps\n\n### Wrapper Data Structure\n1. Place\n * zpid\n * address\n * zestimate\n * details\n * links\n * local_real_estate\n\n2. Address\n * street\n * city\n * state\n * zipcode\n * latitude\n * longitude\n\n3. Zestimate\n * amount\n * last_updated\n * low_value\n * high_value\n\n4. Details\n * bedrooms\n * bathrooms\n * finished_sqft\n * lot_size_sqft\n * year_built\n * num_rooms\n * last_sold_date\n * last_sold_price\n\n5. Links\n * home_details\n * graphs_and_data\n * map_this_home\n * comparables\n\n6. LocalRealEstate\n * region\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AlexanderDewhirst/py-zillow", "keywords": "zillow,api,real estate,python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "py-zillow", "package_url": "https://pypi.org/project/py-zillow/", "platform": "", "project_url": "https://pypi.org/project/py-zillow/", "project_urls": { "Homepage": "https://github.com/AlexanderDewhirst/py-zillow" }, "release_url": "https://pypi.org/project/py-zillow/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A Zillow API wrapper", "version": "0.0.2" }, "last_serial": 5454464, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "b7eb49e6680aa36dd19c7266af55b187", "sha256": "a30c99795408dbbca1e160ef200b21f1332e4048dd91cc9af6e8d97ac38480de" }, "downloads": -1, "filename": "py_zillow-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b7eb49e6680aa36dd19c7266af55b187", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3129, "upload_time": "2019-06-27T00:43:13", "url": "https://files.pythonhosted.org/packages/eb/be/18b27a6082b57731ff4fb74cbeeef59fe2467c5b0e2a27b4120bbaa8c946/py_zillow-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7bc86c6b3086aa10182be68a9755b40", "sha256": "35735168335fbf582cd91c23e6cac1629d61d30cd035812a542987197b3c9a52" }, "downloads": -1, "filename": "py-zillow-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b7bc86c6b3086aa10182be68a9755b40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2713, "upload_time": "2019-06-27T00:43:15", "url": "https://files.pythonhosted.org/packages/74/6f/ffce008688fa9704392b4d4e8b9dc398f35052930e385b97e3ba74dfef49/py-zillow-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b7eb49e6680aa36dd19c7266af55b187", "sha256": "a30c99795408dbbca1e160ef200b21f1332e4048dd91cc9af6e8d97ac38480de" }, "downloads": -1, "filename": "py_zillow-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b7eb49e6680aa36dd19c7266af55b187", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3129, "upload_time": "2019-06-27T00:43:13", "url": "https://files.pythonhosted.org/packages/eb/be/18b27a6082b57731ff4fb74cbeeef59fe2467c5b0e2a27b4120bbaa8c946/py_zillow-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7bc86c6b3086aa10182be68a9755b40", "sha256": "35735168335fbf582cd91c23e6cac1629d61d30cd035812a542987197b3c9a52" }, "downloads": -1, "filename": "py-zillow-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b7bc86c6b3086aa10182be68a9755b40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2713, "upload_time": "2019-06-27T00:43:15", "url": "https://files.pythonhosted.org/packages/74/6f/ffce008688fa9704392b4d4e8b9dc398f35052930e385b97e3ba74dfef49/py-zillow-0.0.2.tar.gz" } ] }