API v1.0 — Live

Zillow data.
One API call.

Get 50+ property data fields from any Zillow listing. Search by city, ZIP code, property ID, or URL. Built for developers and investors.

50+
Data fields
~3s
Avg. response
99%
Success rate
terminal
# Request curl -X POST https://api.apillow.co/v1/properties \ -H "X-API-Key: your_key" \ -d '{"search": "Beverly Hills", "type": "sale"}' # Response 200 OK · 2.8s { "status": "complete", "results": [{ "street_address": "826 Greenway Dr", "city": "Beverly Hills", "price": 39500000, "zestimate": 38200000, "bedrooms": 5, "bathrooms": 11, "living_area": 18420, "listing_agent": { "name": "Steve Geller", "phone": "310-922-2141" }, "price_history": [...], "nearby_schools": [...], "image_urls": [...] }] }
How It Works

Four ways to get property data

One endpoint, multiple input types. Mix and match in a single request.

🔍
Search by City
Free-text search for any US city or area. Returns active listings with full property details.
📍
Search by ZIP Code
Pass one or more ZIP codes to find all available listings in those areas.
🏠
Look Up by ZPID
Got a Zillow Property ID? Pass it directly to get detailed data for that specific property.
🔗
Paste a Zillow URL
Any Zillow listing URL or search page URL works. We extract the data automatically.
📊
Filter by Type
Filter results by listing type: for sale, for rent, recently sold, or FSBO.
Batch Up to 1,000
Submit up to 1,000 properties per request. All requests return a job_id instantly; results ready in seconds.
What You Get

50+ structured fields per property

Everything you need for analysis, apps, or integrations. JSON format, ready to use.

Location

  • street_address
  • city, state, zipcode
  • latitude, longitude

Pricing

  • price
  • last_sold_price
  • zestimate
  • rent_zestimate
  • tax_assessed_value
  • hoa_fee

Details

  • bedrooms, bathrooms
  • living_area (sqft)
  • lot_size
  • year_built
  • property_type
  • home_status

History & More

  • price_history[]
  • tax_history[]
  • listing_agent{}
  • nearby_schools[]
  • image_urls[]
  • description
Pricing

Simple, usage-based pricing

Start free. Scale as you grow. No hidden fees.

Basic
$0 / mo
Try it out. No credit card required.
  • 50 requests / month
  • 5 requests / minute
  • All data fields included
  • Community support
Get Started
Pro
$9.99 / mo
For individual developers and small projects.
  • 3,333 requests / month
  • 20 requests / minute
  • All data fields included
  • Email support
Subscribe
Mega
$99.99 / mo
For high-volume data pipelines and enterprise.
  • 50,000 requests / month
  • 120 requests / minute
  • All data fields included
  • Dedicated support
Subscribe
AI Agent Integration

Works with your AI tools

Install the MCP server and your AI agent can search properties, sign up, and manage billing — all without leaving the chat.

install
pip install apillow-mcp
claude_desktop_config.json
{ "mcpServers": { "apillow": { "command": "apillow-mcp", "env": { "APILLOW_API_KEY": "your_key" } } } }
Search Properties
"Find me 3-bedroom homes under $500K in Austin" — your agent calls the API and returns structured results.
Zero-Browser Signup
Agent calls signup(email) and gets an API key instantly. No website visit needed.
Usage & Billing
Check remaining quota and upgrade plans through the agent. Only the Stripe payment page requires a browser.

Ready to build?

Get your free API key instantly. No credit card required.

Or subscribe on RapidAPI for managed billing.

curl https://api.apillow.co/v1/properties -H "X-API-Key: your_key" -d '{"search":"Miami"}'