npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-zillapi

v0.1.2

Published

n8n community node for Zillapi: look up US property records, Zestimates, photos, schools and price history, and search for sale, for rent and sold Zillow listings for AI and automation workflows.

Readme

n8n-nodes-zillapi

Zillapi: Zillow property data for n8n. Also available as an MCP server and agent skills.

This is an n8n community node for Zillapi: look up any US property by address, zillow.com URL or zpid and get price, Zestimate, photos, schools, taxes, price history and listing agent contact, or search for sale, for rent and sold listings, all from one node with one credential.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide for community nodes:

  1. In n8n, go to Settings > Community Nodes.
  2. Select Install, enter n8n-nodes-zillapi, and confirm.

Credentials

You need a Zillapi API key (starts with zk_):

  1. Create an account at zillapi.com/signup: 100 free credits, no card required. Plans and current prices: zillapi.com/pricing.
  2. Copy your API key from the dashboard.
  3. In n8n, create a Zillapi API credential and paste the key.

The credential test uses the free account endpoint and consumes no credits.

Operations

| Operation | What it does | Credits | |---|---|---| | Get by Address | Full property record (300+ fields) from a US street address | 3 | | Get by URL | Full property record from a pasted zillow.com link | 1 per record | | Get by Zpid | Full property record from a numeric Zillow property ID, cache-served when fresh | 1 | | Get Zestimate | Just the Zestimate, rent Zestimate, tax assessed value and last sold price | 1 | | Get Sub-Resource | One slice of a record: photos, price history, tax history, schools, nearby, agent, open houses or facts | 1 | | Search Listings | For sale, for rent or sold listings by location or bounding box with filters | 1 per result | | Get Profile / Get Usage | Account plan, credit balance and usage | Free |

Failed calls are never charged. Search credits scale with results returned, so keep Max Results tight.

The lookup operations accept a Fields option (comma-separated dotted paths like zpid,price,zestimate,address.streetAddress) to shrink the 300+ field record to just the slice you need.

Compatibility

Requires n8n version 1.0 or later and Node.js 18.10+.

Resources

Disclosure

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.

License

MIT