agentsclimarketplace

Zillow zestimate

Skill ZeroPointRepo/zillow-skills/skills/zillow-zestimate

Zillow skills for AI agents — Zestimates, comps, listings & price history for 160M+ US homes. One-command install, free tier.

Install
npx -y skills add ZeroPointRepo/zillow-skills --skill zillow-zestimate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

The file declares its own license as MIT-0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.3 KB, as published. Nobody here has run it

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 instead — it bundles everything in one install.

Tools

get_zestimate — 1 credit

Returns:

{
  "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 https://zillapi.com/signup — no card.

Pricing

PlanPriceCreditsRate limitTop-ups
Free$0100 (one-time)20/minnot available
Monthly$5/mo1,000/month200/min$4 per 1,000
Annual$54/yr12,000 upfront300/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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.