apillow-mcp

Dữ liệu bất động sản Zillow cho các tác nhân AI — tìm kiếm danh sách theo thành phố hoặc mã ZIP, tra cứu bất kỳ địa chỉ nào tại Mỹ, và nhận hơn 50 trường dữ liệu cho mỗi bất động sản bao gồm giá, Zestimate, lịch sử giá và dữ liệu bán.

GitHubDùng thử MCP nàyĐược tài trợ

Tài liệu

Apillow MCP Server

Zillow property data for AI agents. Search properties, get Zestimates, price history, school ratings, and more — directly from Claude, Cursor, or any MCP-compatible AI tool.

Quick Start

pip install apillow-mcp

Claude Desktop

Add to ~/.claude/claude_desktop_config.json:

{
    "mcpServers": {
        "apillow": {
            "command": "apillow-mcp",
            "env": {
                "APILLOW_API_KEY": "your_key_here"
            }
        }
    }
}

No API key yet? The agent can create one for you — just ask it to sign up.

Claude Code

claude mcp add apillow -- apillow-mcp

Tools

Property Data

ToolDescription
search_propertiesSearch by city or area (e.g. "Austin TX")
search_by_zipSearch by ZIP codes (e.g. [90210])
get_propertyLook up by Zillow Property ID
get_property_by_urlGet data from a Zillow listing URL

Account

ToolDescription
signupCreate free account (50 req/month), get API key instantly
check_usageSee current usage, quota, and plan details
upgrade_planGet a Stripe payment link to upgrade your plan

Example Conversation

You: Find me 3-bedroom homes under $500K in Austin TX

Agent: calls search_properties("Austin TX", type="sale", max_items=10) I found 8 listings. Here are the top options under $500K...

You: What schools are near that first property?

Agent: calls get_property(zpid=12345678) There are 3 nearby schools: Austin Elementary (rating 8/10), ...

Pricing

  • Free: 50 requests/month (sign up through the agent)
  • Pro: $9.99/mo — 3,333 requests
  • Ultra: $29.99/mo — 10,000 requests
  • Mega: $99.99/mo — 50,000 requests

Links