rent_estimate_rent_zestimate
Estimate rental prices for properties and find comparable listings in the same area using Zillow data. Provide an address to get rent zestimates with customizable filters for property type, bedrooms, amenities, and listing activity.
Instructions
Returns a property's rent zestimate and it's comparable properties in the same area.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Example value: 1545 Yale St, Santa Monica, CA 90404 | |
| activeTypes | No | SimilarFloorPlans filter: Possible values: any (Default) active (Active Rentals) inactive (Inactive Rentals) | |
| activatedDays | No | [SIMILARFLOORPLANS] Filter for Active Rentals within X days: Possible values: any (Default) 30 (Within 30 days) 15 (Within 15 days) 7 (Within 7 days) | |
| deactivatedDays | No | [SIMILARFLOORPLANS] Filter for inactive rentals within X days: Possible values: 30 (Within 30 days (max)) 15 (Within 15 days) 7 (Within 7 days) | |
| distanceInMiles | No | [SIMILARFLOORPLANS] Filter for distance in Miles: Possible values: any 1 2 3 4 5 | |
| propertyTypes | No | [SIMILARFLOORPLANS] Filter for Property Types: (To choose multiple values separate with comma eg : house,condo) Possible values: any (Default) apartment house townhouse condo | |
| bedrooms | No | [SIMILARFLOORPLANS] Filter for number of bedrooms: (To choose multiple values separate with comma eg : 0,1,2) Possible values: 0 1 2 3 4plus | |
| pets | No | [SIMILARFLOORPLANS] Filter for Pets: (To choose multiple values separate with comma eg : dogs,cats) Possible values: any (Default) dogs cats | |
| laundry | No | [SIMILARFLOORPLANS] Filter for Laundry: (To choose multiple values separate with comma eg : inUnit,shared) Possible values: any (Default) inUnit shared | |
| amenities | No | [SIMILARFLOORPLANS] Filter for amenities: (To choose multiple values separate with comma eg : cooling,parking) Possible values: any (Default) cooling heating parking |