zillow
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZillow 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 | bashOr 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
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set ZILLOW_API_KEY "your_api_key"
undefinedcanifi-env set ZILLOW_API_KEY "your_api_key"
undefinedPrivacy & 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:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录该服务
- 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
功能特性
- Property Search: Search homes for sale and rent by location
- Zestimate: Get Zillow's estimated home values
- Property Details: Access detailed property information
- Market Trends: View local real estate market data
- Saved Homes: Manage saved properties and searches
- 房源搜索:按位置搜索待售和出租房源
- Zestimate估值:获取Zillow的房屋估值
- 房源详情:访问详细的房产信息
- 市场趋势:查看本地房地产市场数据
- 收藏房源:管理已保存的房产和搜索记录
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
认证流程
- Apply for Zillow API access
- API access is limited/deprecated
- Use browser automation for most features
- Some data via Zillow Bridge API
- 申请Zillow API访问权限
- API访问权限受限/已废弃
- 大多数功能使用浏览器自动化实现
- 部分数据通过Zillow Bridge API获取
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 404 Not Found | Property not found | Check address |
| 429 Rate Limited | Too many requests | Wait and retry |
| API Deprecated | Feature removed | Use 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用于房产估值
- 包含抵押贷款计算器
- 提供经纪人查找功能
- 支持移动端搜索应用