# Zillow

> Get property data and estimates from Zillow.

Source: https://cotera.co/docs/reference/tools/individual-tools/zillow

---

**Authentication Type:** API Key\
**Description:** Get property data and estimates from Zillow.

***

## Authentication

To authenticate, you'll need a RapidAPI key for the [Zillow API](https://rapidapi.com/apimaker/api/zillow-com1).

**Note:** The free plan includes 100 requests per month.

***

## Property Data

Access property information and estimates.

### Get Property Data

Retrieve property details including price, size, bedrooms, bathrooms, and Zillow estimates for a given address.

**Operation Type:** Query (Read)

**Parameters:**

* **address** `string` (required): Full address of the property (e.g., "16524 Heather St, Omaha, NE 68136")

**Returns:**

* **price** `number` (nullable): Current listing price in USD
* **livingArea** `number` (nullable): Living area in square feet
* **timeOnZillow** `string` (nullable): Time the property has been on Zillow
* **bedrooms** `number` (nullable): Number of bedrooms
* **bathrooms** `number` (nullable): Number of bathrooms
* **zestimate** `number` (nullable): Zillow estimated value in USD
* **rentZestimate** `number` (nullable): Zillow estimated rental value in USD

**Example Usage:**

```json
{
  "address": "123 Main Street, San Francisco, CA 94102"
}
```

***

## Common Use Cases

**Real Estate Investment Analysis:**

* Compare listing prices with Zillow's automated valuation (Zestimate) to identify potential investment opportunities
* Analyze rental yield potential using rent estimates versus purchase price for investment properties
* Track property values and market trends by monitoring Zestimate changes over time

**Home Buying and Selling:**

* Research property values in target neighborhoods before making purchase decisions
* Compare similar properties by size, bedrooms, and bathrooms to understand market pricing
* Monitor how long properties have been on the market to gauge demand and negotiate timing

**Market Research and Appraisal:**

* Gather comparable property data for real estate appraisals and market analysis
* Analyze price per square foot trends across different neighborhoods and property types
* Research rental market rates using rent estimates for lease pricing and investment decisions

**Property Management:**

* Set competitive rental rates using Zillow's rent estimates and comparable property data
* Monitor property values for insurance and tax assessment purposes
* Track market performance of managed properties against neighborhood averages

