Zillow Data Exporter
Export Zillow property listings to CSV or Excel in one click.
什么是Zillow Data Exporter?
Zillow Data Exporter是由https://propertydatalabs.com开发的Chrome扩展程序,该扩展的主要功能是“Export Zillow property listings to CSV or Excel in one click.”。
扩展截图
下载Zillow Data Exporter扩展crx文件
下载Zillow Data Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⚠️ Important note The transition from the name Zillow Data Exporter to Property Data Labs has begun. Because of this I need to require extra permissions for the extension so that it can run on zillowdataexporter.com and propertydatalabs.com as well. This transition should be seamless but if there is anything wrong, feel free to contact me. The extension is not going anywhere but the name will be fully updated in the next few versions. Whats is Zillow Data Exporter/Property Data Labs? This extension lets you export Zillow property listings directly from your browser for free. You can choose to save the property listings in a CSV or XLSX(Excel format) file. 📊 What kind of listings can you export? You can export 4 types of listings: - properties for sale - properties for rent - sold properties - saved/favourite properties Simply navigate to the page where the listings are located and use the drop down in the search bar on Zillow to select the type of properties to view. Then click the export button. ❓ What kind of file formats are supported? The extension can export listings to CSV and XLSX(Excel format). 🔍 How many property listings can I export? You can export 40 listings at a time on the free plan. If your search results contain more than 40 listings, you will need to navigate to each page and click the export button each time. For example, if you have a search that gives you 3 pages of results, you can export the first page, then navigate to page 2, export those listings and then navigate to page 3 and export the final property listings. That should give you either 3 CSV or 3 Excel files which then can be combined based on your own needs. On the paid plan, the extension will download all the listings automatically even if those listings are on multiple pages. This is not a bug. 💰 Is there a paid version of the extension with better features? Yes. There is a paid plan . With the paid plan, you are able to: - export up to 800 listings at a time. - choose which columns you want to export to avoid polluting your CSV or Excel files with unwanted data. - remove empty columns from your exported files to keep the clutter to the minimum - export up to 35 data points per listings (it varies depending on the listing) - export your files to Google Sheets automatically - save your exported listings history in your account - choose to always start from Page 1 or the current page when exporting listings - choose to always upload to Google Sheets your exported files or download them to your computer or both at the same time - avoid exporting duplicate listings by choosing to export only listings you haven't exported in the last hour, day, week, month. - export all images from a listing - export all sub-listings for rent (units for rent in a single building) if the data is available on the listing 🗺️ Which websites are supported? - zillow.com only hence the name. 📧 How can I contact the team for feedback or support? You can contact me, the extension’s creator, on Twitter directly if you need help or to report a bug: [email protected] You can also contact me at: https://www.zillowdataexporter.com/contact 🧑🏻🤝🧑🏻 Great extension! How can I support it? If you’re enjoying the extension, please consider leaving a five-star rating and telling your friends and family about it. Your support helps a lot! 🔒 What happens to my data? Nothing. Your data is stored in your browser. I don’t have access to it. It is NOT backed up anywhere else. If you uninstall the extension, your data will be automatically deleted from your browser. Only your file metadata is saved if you choose to do so. All the settings are opt-in settings.You can also opt-in to save your spreadsheets directly to Google sheets. This functionality is available only on the paid Starter plan. ⚠️ Whys is the extension called Zillow Data Exporter but the website is propertydatalabs.com? I am updating the extension's name to avoid any potential copyright infringements. The website propertydatalabs.com currently redirects to zillowdataexporter.com but soon only the new website propertydatalabs.com will remain. IMPORTANT NOTE The files are generated in your browser and I DO NOT HAVE ACCESS TO THEM. ⚠️ Disclaimer https://propertydatalabs.com/disclaimer
扩展基本信息
名称 | Zillow Data Exporter |
ID | amgdkfaadejipgcjankdolopgcemolom |
官方URL | https://chromewebstore.google.com/detail/zillow-data-exporter/amgdkfaadejipgcjankdolopgcemolom |
简介 | Export Zillow property listings to CSV or Excel in one click. |
文件大小 | 1.05 MB |
安装次数 | 3,707 |
当前版本 | 0.0.41 |
更新时间 | 2024-02-27 |
上架时间 | 2022-07-19 |
评分 | 4.31/5 共16次评分 |
开发者 | https://propertydatalabs.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://propertydatalabs.com |
帮助页面URL | https://www.propertydatalabs.com/contact |
隐私政策页面URL | https://propertydatalabs.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zillow Data Exporter", "description": "Export Zillow property listings to CSV or Excel in one click.", "manifest_version": 3, "version": "0.0.41", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "action": { "default_icon": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "default_title": "Zillow Data Exporter" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.zillow.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/*.zillowdataexporter.com\/*" ], "js": [ "zillowdataexporter.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/*.propertydatalabs.com\/*" ], "js": [ "zillowdataexporter.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "16x16.png", "48x48.png", "128x128.png" ], "matches": [ "https:\/\/*.zillow.com\/*" ] }, { "resources": [ "menu.html" ], "matches": [ "https:\/\/*.zillow.com\/*" ] } ], "host_permissions": [ "https:\/\/*.zillow.com\/*", "https:\/\/*.zillowdataexporter.com\/*", "https:\/\/*.propertydatalabs.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.zillowdataexporter.com\/*", "*:\/\/*.propertydatalabs.com\/*" ] }, "permissions": [ "storage", "tabs", "downloads" ], "content_security_policy": { "extension_pages": "default-src 'self'; img-src * 'self' data: https:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' https:\/\/*.googleusercontent.com\/* https:\/\/*.zillow.com\/* https:\/\/www.zillowdataexporter.com\/ https:\/\/www.propertydatalabs.com\/; object-src 'self'" } } |