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
request.sh
curl -X POST https://api.apillow.co/v1/properties \ -H "Content-Type: application/json" \ -H "X-API-Key: your_key" \ -d '{ "search": "Beverly Hills", "type": "sale", "max_items": 5 }'
200 OK
2.8s
{ "status": "complete", "results": [{ "zpid": 20794780, "street_address": "826 Greenway Dr", "city": "Beverly Hills", "price": 39500000, "zestimate": 38200000, "bedrooms": 5, "bathrooms": 11, "living_area": 18420, "price_history": [...], "nearby_schools": [...], "listing_agent": { ... } }] }
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. Small batches return instantly; larger ones run async.
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
  • 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

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"}'