zillow-full
Complete Zillow property data toolkit via the zillapi API. Looks up any US property by address, zillow.com URL or zpid and returns price, Zestimate, rent Zestimate, photos, schools…
ZillAPI
@zillapi
Install
$ openclaw skills install @zillapi/zillow-fullzillow-full
Nine tools over the Zillapi REST API. Every call consumes credits, so fire only when the request is genuinely about a specific property or listing search. When intent is ambiguous, confirm with the user before calling.
Tools
| Tool | Credits | Use for |
|---|---|---|
lookup_property_by_address | 1 | Full record from a US address (loose strings work, 6+ chars) |
lookup_property_by_url | 1 | Full record from a pasted zillow.com/homedetails/... link |
lookup_property_by_zpid | 1 | Full record when the zpid is already known (cache-served when fresh) |
get_zestimate | 1 | Just the Zestimate, rent Zestimate, tax assessed value, last sold price |
search_listings | 1 per result | For sale, for rent or sold listings by location or bbox plus filters |
get_price_history | 1 | List price changes, sale prices, withdrawals |
get_property_photos | 1 | Photo gallery (responsive image URLs) |
get_property_schools | 1 | Assigned schools with GreatSchools ratings |
get_listing_agent | 1 | Listing agent and broker contact for an active listing |
Pick the narrowest tool: get_zestimate for a valuation question beats fetching the full record. The full record returns 250+ fields, so prefer the sub-resource tools when the user wants one slice.
Parameter details and response field notes: see reference.md.
Authentication
Set ZILLAPI_KEY to your Zillapi API key (format zk_...).
export ZILLAPI_KEY="zk_..."
Free key at https://zillapi.com/signup: 100 credits, no card required. Plans and current prices: https://zillapi.com/pricing/. Failed calls are not charged.
Errors
Every function returns a Python dict, never raises:
{"error": "auth", ...}:ZILLAPI_KEYmissing or invalid{"error": "HTTP 404", ...}: property not found{"error": "HTTP 422", ...}: bad parameter values{"error": "HTTP 429", ...}: rate limited, back off and retry{"error": "network", ...}: DNS or connection failure
Reference
- Tool parameters and response notes: reference.md
- OpenAPI spec: https://zillapi.com/openapi.json
- REST docs: https://zillapi.com/api/properties/
- Hosted MCP server (alternative to this skill): https://api.zillapi.com/mcp
Trademark
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.
Top skills in this category
Skill Vetter
@spclaudehomeSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Clawdhub
@steipeteUse the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Evolver
@autogame-17A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...
Evolver
@autogame-17A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...
Openclaw Command Center
@jontsaiMission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...