Data Ranch Zillow Plow

Free & Simple Zillow Scraper.

Data Ranch Zillow Plowคืออะไร?

Data Ranch Zillow Plow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dataranch.info และคุณลักษณะหลักของมันคือ "Free & Simple Zillow Scraper."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Data Ranch Zillow Plow

ดาวน์โหลดไฟล์ส่วนขยาย Data Ranch Zillow Plow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Collect YOUR OWN data + save money by cutting out the middle man.

This is not a bot. This extension runs in your browser and will not trigger CAPTCHAs. 

*Free Beta*

----------------
🙋‍♀️HOW DOES THIS HELP ME MAKE MORE MONEY?
1) This extension replaces a freelancer that you'd typically hire for a job like this, cutting out the time needed to find a hire, communicate what you need, work out bugs, and pay them. 

2) Your brain will get tired after looking at a few hundred property listings. Your computer will happily continue scraping ZIllow.

3) You can (and should) keep your spreadsheets for future reference. This allows you to look for movements in price, and keep track of trends over time.

4) You can run this tool OVER AND OVER again.

5) There are no system requirements, this will work as long as you have a computer with Chrome installed. (Mac, Windows, Chrome OS, Linux)

🙋‍♀️HOW DO I USE THIS? 

1) Install Zillow Plow
2) Visit any listing page on Zillow and wait 10 seconds for the pages to load. (Pages load automatically)
3) Once the pages are done loading, Google Chrome will show multiple spreadsheets being downloaded (.csv files). These can be opened with Excel.
4) Enjoy. 

*A listing page is any page that is pulled up when you enter something in Zillow's search bar.
 

🙋‍♀️WHAT DATA DO I GET?

- Price
- Zestimate
- Area in SQFT.
- # of Bedrooms (if applicable)
- # of Bathrooms (if applicable)
- Full Address
- Broker Name
- isZillowOwned (true/false)
- Image URL
- Listing URL

🙋‍♀️WHAT'S THE CATCH??

- This extension costs $0.

- There are kinks to work out and early adopters will be gifted this extension's full functionality FOR FREE when paid features are added. 

- You are encouraged to reach out! Please let us know if there's any features you'd like to see. 


====================

Disclaimer: This extension is not endorsed or affiliated by Zillow. Zillow is a registered trademark of Zillow Group, Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Data Ranch Zillow Plow Data Ranch Zillow Plow
ID aahdeiabmfnfaopomiojhjbmkamcndgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/data-ranch-zillow-plow/aahdeiabmfnfaopomiojhjbmkamcndgi
คำอธิบาย Free & Simple Zillow Scraper.
ขนาดไฟล์ 662 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2021-12-16
วันที่เผยแพร่ 2021-12-13
ผู้พัฒนา dataranch.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dataranch.info/extensions/zillow
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Data Ranch Zillow Plow",
    "version": "0.4",
    "description": "Free & Simple Zillow Scraper.",
    "icons": {
        "256": "images\/256x256.png"
    },
    "background": {
        "service_workers": []
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/ff_content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.zillow.com\/homes\/*"
            ]
        }
    ]
}