WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Zillow Data Extractor - Zillow Data Scraper

Zillow Data Extractor - Zillow Data Scraper

View on Chrome Web Store
View Zillow Data Extractor - Zillow Data Scraper Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Effortlessly scrape Zillow property listings and export to CSV/Excel.
Type
Extension
Users
349 users
2
EchoWebBot Studio
View author page of EchoWebBot Studio
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 14, 2023
Version 1.1.0
Manifest version
3
Updated
Updated on November 1, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Zillow Data Extractor - Zillow Data Scraper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zillow Data Extractor - Zillow Data Scraper",
    "description": "Effortlessly scrape Zillow property listings and export to CSV\/Excel.",
    "version": "1.1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "Zillow Data Extractor - Zillow Data Scraper",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.echobot.dev\/*",
        "*:\/\/*.zillow.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dashboard.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "icons\/128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "content-scripts\/ui.css"
            ],
            "matches": [
                "*:\/\/*.zillow.com\/*"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zillowscraper.echobot.dev\/auth_redirect*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/auth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/echobot.dev\/zillowscraper\/checkout*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/payCallback.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.zillow.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/ui.js"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top