zillow

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Zillow Skill

Zillow Skill

Search homes and get real estate data with Zillow's property marketplace.
借助Zillow房产交易平台搜索房源并获取房地产数据。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/zillow/install.sh | bash
Or manually:
bash
cp -r skills/zillow ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/zillow/install.sh | bash
或者手动安装:
bash
cp -r skills/zillow ~/.canifi/skills/

Setup

配置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set ZILLOW_API_KEY "your_api_key"
undefined
canifi-env set ZILLOW_API_KEY "your_api_key"
undefined

Privacy & Authentication

隐私与认证

Your credentials, your choice. Canifi LifeOS respects your privacy.
你的凭证,由你掌控。 Canifi LifeOS尊重你的隐私。

Option 1: Manual Browser Login (Recommended)

选项1:手动浏览器登录(推荐)

If you prefer not to share credentials with Claude Code:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. Claude将使用你的已认证会话,全程不会获取你的密码

Option 2: Environment Variables

选项2:环境变量

If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果你愿意共享凭证,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
注意:存储在canifi-env中的凭证仅能在你的本地机器上访问,绝不会被传输。

Capabilities

功能特性

  1. Property Search: Search homes for sale and rent by location
  2. Zestimate: Get Zillow's estimated home values
  3. Property Details: Access detailed property information
  4. Market Trends: View local real estate market data
  5. Saved Homes: Manage saved properties and searches
  1. 房源搜索:按位置搜索待售和出租房源
  2. Zestimate估值:获取Zillow的房屋估值
  3. 房源详情:访问详细的房产信息
  4. 市场趋势:查看本地房地产市场数据
  5. 收藏房源:管理已保存的房产和搜索记录

Usage Examples

使用示例

Search Homes

搜索房源

User: "Find 3-bedroom homes for sale in Austin under $500K"
Assistant: Returns matching property listings
用户:“在奥斯汀寻找售价低于50万美元的3居室房源”
助手:返回匹配的房源列表

Get Zestimate

获取Zestimate估值

User: "What's the Zestimate for 123 Main Street?"
Assistant: Returns property value estimate
用户:“123 Main Street的Zestimate估值是多少?”
助手:返回房产估值结果

View Market

查看市场情况

User: "Show me real estate trends in Denver"
Assistant: Returns market statistics
用户:“展示丹佛的房地产趋势”
助手:返回市场统计数据

Save Property

收藏房源

User: "Save this listing to my favorites"
Assistant: Adds to saved homes
用户:“将此房源保存到我的收藏夹”
助手:添加至已收藏房源

Authentication Flow

认证流程

  1. Apply for Zillow API access
  2. API access is limited/deprecated
  3. Use browser automation for most features
  4. Some data via Zillow Bridge API
  1. 申请Zillow API访问权限
  2. API访问权限受限/已废弃
  3. 大多数功能使用浏览器自动化实现
  4. 部分数据通过Zillow Bridge API获取

Error Handling

错误处理

ErrorCauseSolution
401 UnauthorizedInvalid API keyVerify credentials
404 Not FoundProperty not foundCheck address
429 Rate LimitedToo many requestsWait and retry
API DeprecatedFeature removedUse alternative
错误原因解决方案
401 未授权API密钥无效验证凭证
404 未找到房产不存在检查地址
429 请求受限请求次数过多等待后重试
API已废弃功能已移除使用替代方案

Notes

注意事项

  • Leading real estate marketplace
  • API access very limited
  • Zestimate for value estimates
  • Mortgage calculator included
  • Agent finder available
  • Mobile apps for search
  • 领先的房地产交易平台
  • API访问权限非常有限
  • Zestimate用于房产估值
  • 包含抵押贷款计算器
  • 提供经纪人查找功能
  • 支持移动端搜索应用