ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Zillow

Zillow Property API

Pull one Zillow listing in full by zpid or listing URL: price and complete price history, Zestimate and Rent Zestimate, tax history and assessed value, the RESO fact sheet, rooms, schools, open houses, the whole photo gallery, and the listing agent and brokerage. Rental buildings return floor plans, amenities and unit counts instead. Costs 1 credit per request.

POST/api/v1/zillow/property

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
zpidstringrequired

What to look up, in any of three forms: a Zillow property id ("29478686"), a full /homedetails/ URL, or - for a rental building - a zillow.com/apartments/ URL. The building form is NOT optional for buildings: they have no zpid a caller could see, because /api/v1/zillow/search returns their coordinates in the zpid slot. Send it as a string; a bare number is fine as a value, but anything that is neither an id nor a Zillow listing URL is a 400.

Example: 29478686

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")

# Step 1: find listings in a region
results = client.zillow.search(location="Austin, TX", beds_min=3)
first = results["data"]["properties"][0]

# Step 2: a house chains on zpid; a rental BUILDING chains on its url
key = first["url"] if first["is_building"] else first["zpid"]
listing = client.zillow.property(key)

print(listing["data"]["zestimate"], listing["data"]["price_history"])

Response

"listing_type": "home",
"zpid": "29478686",
"url": "https://www.zillow.com/homedetails/208-Lessin-Ln-Austin-TX-78704/29478686_zpid/",
"home_status": "FOR_SALE",
"home_status_detail": "ForSale",
"home_type": "SINGLE_FAMILY",
"price": 875000,
"currency": "USD",
"price_per_square_foot": 374,
"date_sold": "2016-03-02T00:00:00.000Z",
"zestimate": 854600,
"zestimate_low_percent": 5,
"zestimate_high_percent": 5,
"rent_zestimate": 4412,
"tax_assessed_value": 763479,
"property_tax_rate": 1.46,
"monthly_hoa_fee": null,
"street_address": "208 Lessin Ln",
"city": "Austin",
"state": "TX",
"zipcode": "78704",
"county": "Travis County",
"county_fips": "48453",
"country": "USA",
"neighborhood": "Dawson",
"latitude": 30.226673,
"longitude": -97.76352,
"time_zone": "America/Chicago",
"bedrooms": 4,
"bathrooms": 3,
"living_area": 2340,
"living_area_units": "sqft",
"lot_size": 8454,
"lot_area_value": 8454.996,
"lot_area_units": "Square Feet",
"year_built": 2006,
"days_on_zillow": 12,
"time_on_zillow": "12 days",
"page_view_count": 4611,
"favorite_count": 141,
"photo_count": 26,
"mls_id": "7853204",
"parcel_id": "310893",
"listing_data_source": "Phoenix",
"open_houses": [],
"building": null,
"floor_plans": null,
"amenities": null
},
"response_time": 4693,
"credits_used": 1,
"credits_remaining": 4820
}
PreviousZillow SearchNextZillow Agent Reviews
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy