Zillow
Real estate marketplace for property search, estimates, and listings via RapidAPI
Actions
| Name | Description |
|---|---|
get_propertyGet property details by Zillow Property ID (zpid) or address | Get property details by Zillow Property ID (zpid) or address |
search_propertiesSearch for properties by location | Search for properties by location |
custom_api_callMake a custom API call to the Zillow API via RapidAPI | Make a custom API call to the Zillow API via RapidAPI |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'zillow',
actionName: 'get_property',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Zillow to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Zillow support?
Zillow supports 3 actions including Get Property, Search Properties, Custom API Call.
Can I use Zillow with AI agents?
Yes. Add Zillow to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Zillow use?
Zillow uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Zillow integration cost?
The Zillow integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Zillow in 2 minutes
Get 1,000 free actions every month. No credit card required.