一键导入
zillow-zestimate
Zillow Zestimate (property valuation) and rent Zestimate lookups via Zillapi.com. One tool, minimum surface area.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Zillow Zestimate (property valuation) and rent Zestimate lookups via Zillapi.com. One tool, minimum surface area.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete Zillow property data toolkit via Zillapi.com. Nine tools — address/URL/zpid lookup, Zestimate, listings search, photos, schools, price history, agent contact.
Search U.S. property listings by location or bounding box, price, beds, and home type via Zillapi.com.
| name | zillow-zestimate |
| version | 1.0.1 |
| description | Zillow Zestimate (property valuation) and rent Zestimate lookups via Zillapi.com. One tool, minimum surface area. |
| license | MIT-0 |
| author | Zillapi |
| homepage | https://zillapi.com |
| repository | https://github.com/nikhonit/zillow-skills |
| tags | ["zillow","zestimate","real-estate","valuation","api","mcp"] |
| metadata | {"openclaw":{"primaryEnv":"ZILLAPI_KEY","homepage":"https://zillapi.com","requires":{"env":["ZILLAPI_KEY"]}}} |
Focused valuation skill. Use only when the user explicitly asks for a property value — the Zestimate, rent Zestimate, tax-assessed value, or last sale price.
DO use when the user asks:
Do NOT use when:
If you also need photos, schools, agent contact, or price history, use zillow-full instead — it bundles everything in one install.
get_zestimate — 1 creditReturns:
{
"data": {
"zestimate": 489500,
"rent_zestimate": 2800,
"tax_assessed_value": 410000,
"last_sold_price": 375000,
"currency": "USD"
}
}
Pass either zpid (preferred — cheaper) or address. If only address is given, the handler resolves the zpid first.
Set ZILLAPI_KEY to your Zillapi API key (format zk_...). Free key with 100 credits at https://zillapi.com/signup — no card.
| Plan | Price | Credits | Rate limit | Top-ups |
|---|---|---|---|---|
| Free | $0 | 100 (one-time) | 20/min | not available |
| Monthly | $5/mo | 1,000/month | 200/min | $4 per 1,000 |
| Annual | $54/yr | 12,000 upfront | 300/min | $3 per 1,000 |
Zillapi is an independent service and is not affiliated with, endorsed by, or sponsored by Zillow Group, Inc. "Zillow" and "Zestimate" are registered trademarks of Zillow Group, Inc.