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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zillow Data Exporter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⚠️  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 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'"
    }
}