Comp Crunch (Analyze Zillow Data)

Analyze real estate data on Zillow

Comp Crunch (Analyze Zillow Data)란 무엇입니까?

Comp Crunch (Analyze Zillow Data)은(는) compcrunchext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyze real estate data on Zillow"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Comp Crunch (Analyze Zillow Data) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get insights on your Zillow search in just a few clicks!

With the Comp Crunch Chrome extension, you can easily analyze and/or export any Zillow search. This saves you time spent talking to real estate agents or laboriously copy and pasting data points into excel! We offer the ability to export your Zillow search data as either a PDF or CSV file. Additionally, we provide a quick summary of your searched area by showing the average, median, 25th percentile and 75th percentile prices of the results in your search. You also can see how sold homes have trended in an area over time. 

How to use:
1. Conduct your search like you normally would in Zillow
2. Open the CompCrunch chrome extension
3. Click the "Get Results" button to search over an area
4. Click the "Export CSV" button to export the data as a CSV file or the "Export PDF" button to export results as a PDF

Want to search over a new area? Simply update your search criteria or search boundary, open the chrome extension and click the "Get Results" button again. 

What type of properties can I analyze?
Properties for rent, sale and recently sold properties are all available.
 
What data points are included?
* Beds
* Baths
* Price (sold and for sale listings only)
* Rent (rental listings only)
* Date Sold (sold listings only)
* Date Sold Numeric (sold listings only)
* Sqft
* Price Per Sf (sold and for sale listings only)
* Rent Per Sf (rental listings only)
* Lot Area (sold and for sale listings only)
* Lot Area Type (sold and for sale listings only)
* Address
* Zip Code
* City
* State
* Zillow Url
* Latitude
* Longitude
* homeType
* Zestimate
* Rent Zestimate
* imageUrl


Note that each search result will return as many as 500 listings but possibly less. If you would like to capture all listings, keep changing your search criteria and exporting until you've gathered all your results.

Have questions or running into issues?
Please contact us at [email protected]

Does this cost any money?
Nope! While there may be some paid features down the road, all features described above are completely free!  

Disclaimer: 
Comp Crunch does not own any of the data displayed in the extension. It simply makes this data easier to analyze and understand. Comp crunch has no affiliation with Zillow.com nor any of its intellectual property. All data and Intellectual property belong to Zillow.com and its owners. Listing data is bound to the data provided by Zillow and may be incomplete. Comp crunch is not legally responsible for the accuracy of the data provided and all information should be double checked.                    

확장 프로그램 기본 정보

이름 Comp Crunch (Analyze Zillow Data) Comp Crunch (Analyze Zillow Data)
ID pfmjlnebociiohfhlpckomcmnajdonjp
공식 URL https://chromewebstore.google.com/detail/comp-crunch-analyze-zillo/pfmjlnebociiohfhlpckomcmnajdonjp
설명 Analyze real estate data on Zillow
파일 크기 2.73 MB
설치 횟수 257
현재 버전 0.0.0.6
최근 업데이트 2023-10-12
출시 날짜 2023-04-28
평점 5.00/5 총 4 개의 평점
개발자 compcrunchext
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comp Crunch (Analyze Zillow Data)",
    "description": "Analyze real estate data on Zillow",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "webRequest",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.zillow.com\/search\/GetSearchPageState.htm*",
        "https:\/\/www.zillow.com\/async-create-search-page-state*"
    ],
    "icons": {
        "16": "comp-crunch-logo.png",
        "48": "comp-crunch-logo.png",
        "128": "comp-crunch-logo.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}