Loading...
Loading...
Search homes and get real estate data with Zillow's property marketplace.
npx skill4agent add andrejones92/canifi-life-os zillowcurl -sSL https://canifi.com/skills/zillow/install.sh | bashcp -r skills/zillow ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set ZILLOW_API_KEY "your_api_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Find 3-bedroom homes for sale in Austin under $500K"
Assistant: Returns matching property listingsUser: "What's the Zestimate for 123 Main Street?"
Assistant: Returns property value estimateUser: "Show me real estate trends in Denver"
Assistant: Returns market statisticsUser: "Save this listing to my favorites"
Assistant: Adds to saved homes| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 404 Not Found | Property not found | Check address |
| 429 Rate Limited | Too many requests | Wait and retry |
| API Deprecated | Feature removed | Use alternative |