# Zillow Zestimate

> Zillow Zestimate (property valuation) and rent Zestimate lookups via Zillapi.com. One tool, minimum surface area.

- **Type:** Skill
- **Install:** `agentstack add skill-nikhonit-zillow-skills-zillow-zestimate`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ZeroPointRepo](https://agentstack.voostack.com/s/zeropointrepo)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT-0
- **Upstream author:** [ZeroPointRepo](https://github.com/ZeroPointRepo)
- **Source:** https://github.com/ZeroPointRepo/zillow-skills/tree/main/skills/zillow-zestimate
- **Website:** https://zillapi.com

## Install

```sh
agentstack add skill-nikhonit-zillow-skills-zillow-zestimate
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# zillow-zestimate

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.

## When to use this skill

**DO use when the user asks:**

- "What's the Zestimate on 123 Main St?"
- "How much is my house worth?"
- "What's the rental Zestimate?"
- "What did this house last sell for?"
- "What's the tax-assessed value?"

**Do NOT use when:**

- An address appears incidentally in context (email signatures, unrelated documents)
- The user mentions a property without asking for its value
- The user has not signaled they want a valuation lookup

If you also need photos, schools, agent contact, or price history, use [`zillow-full`](https://github.com/nikhonit/zillow-skills/tree/main/skills/zillow-full) instead — it bundles everything in one install.

## Tools

### `get_zestimate` — 1 credit

Returns:

```json
{
  "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.

## Authentication

Set `ZILLAPI_KEY` to your Zillapi API key (format `zk_...`). Free key with 100 credits at  — no card.

## 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 |

## 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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ZeroPointRepo](https://github.com/ZeroPointRepo)
- **Source:** [ZeroPointRepo/zillow-skills](https://github.com/ZeroPointRepo/zillow-skills)
- **License:** MIT-0
- **Homepage:** https://zillapi.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-nikhonit-zillow-skills-zillow-zestimate
- Seller: https://agentstack.voostack.com/s/zeropointrepo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
