Zillapi - Zillow Property Data
REST API and MCP server for Zillow property data: Zestimates, rent estimates, tax records, listing search, price history, photos, and 300+ fields. 4 tools with OAuth 2.1 + PKCE. Free tier: 100 credits.
README
zillow-skills
Agent skills for U.S. Zillow property data. Three drop-in skills that let any agent look up Zestimates, listings, photos, schools, taxes, price history, and agent contact over the Zillapi REST API.
Free to use — grab a key (100 credits, no card required) and you're calling Zillow data from Claude, ChatGPT, Cursor, or your own agent loop in under two minutes.
Pure Python standard library. No dependencies. MIT-0 licensed.
Install
# OpenClaw (via ClawHub)
npx clawhub@latest install zillow-full
# Hermes Agent
hermes skills install skills-sh/nikhonit/zillow-skills/skills/zillow-full
# Generic agent skills (Claude Code, Cursor, Cline)
npx skills add nikhonit/zillow-skills
Skills in this repo
| Skill | Purpose | Cost |
|---|---|---|
zillow-full |
Complete property data toolkit — address lookup, URL lookup, Zestimate, search, history, photos, schools, agent | 1 credit per call |
zillow-zestimate |
Zestimate-only valuation lookups (lighter response) | 1 credit per call |
zillow-search |
Bounding-box and location-based listing search | 1 credit per listing returned |
Install the bundled zillow-full for agents that need broad coverage. Install the focused variants when you want minimum tool surface.
Authentication
Set the ZILLAPI_KEY environment variable to your Zillapi API key (format zk_...).
export ZILLAPI_KEY="zk_..."
Get a free key in 30 seconds — 100 credits, no card required. The same key works for these skills, the hosted MCP server, and direct REST calls.
Pricing
| 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 |
One credit equals one property record returned. Failed calls do not consume credits.
Source
- API reference: https://zillapi.com/openapi.json
- Hosted MCP server: https://api.zillapi.com/mcp
- Quickstart: https://zillapi.com/quickstart/
Issues and contributions
See CONTRIBUTING.md. Security reports: SECURITY.md.
License
MIT No Attribution. Fork, ship, sublicense — no attribution required.
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.