Rent Estimate API
The Estimate endpoint provides rent estimate and comparable listings.
Query Parameters
api_keystring— REQUIREDYour RentEst API key.
addressstring— REQUIREDFull property address including city and state (e.g., 123 Main St, Austin, TX).
bedroomsinteger— REQUIREDPossible values: [1, 2, 3, 4, 5]
Number of bedrooms.
bathroomsfloat— REQUIREDPossible values: [1, 1.5, 2, 2.5, 3, 3.5, 4]
Number of bathrooms.
property_typestring— REQUIREDPossible values: [SINGLE_FAMILY, APARTMENT_CONDO]
Type of residential property. Use SINGLE_FAMILY for houses and townhomes, APARTMENT_CONDO for apartments and condominiums.
sqftfloatInternal square footage of the property. Improves rent estimation accuracy. Typical range: 500-5000 sqft.
Response Fields
estimated_priceintegerEstimated monthly rent in USD.
currencystringCurrency code for all price values (always "USD").
confidence_percentfloatConfidence score from 0-100 indicating estimate reliability based on comparable data quality.
search_radius_milesfloatActual search radius used to find comparable properties.
price_statisticsobjectStatistical breakdown of comparable property prices.
averageintegerMean rent price of comparable properties.
percentile_25thinteger25th percentile rent price.
percentile_50thintegerMedian (50th percentile) rent price.
percentile_75thinteger75th percentile rent price.
comparablesarrayList of nearby rental properties used for the estimate.
addressstringFull street address of the comparable property.
priceintegerListed monthly rent in USD.
distance_milesfloatDistance from the queried property in miles.
coordinatesobjectGeographic coordinates (latitude, longitude).
bedroomsintegerNumber of bedrooms.
bathroomsfloatNumber of bathrooms.
square_feetintegerInterior square footage.
last_seenstringISO 8601 timestamp of when the listing was last observed.
queryobjectEcho of the search parameters used for the estimate.
addressstringResolved address from the input.
coordinatesobjectGeocoded coordinates (latitude, longitude).
bedroomsintegerRequested number of bedrooms.
bathroomsfloatRequested number of bathrooms.
property_typestringProperty type (single_family or apartment_condo).
square_feetinteger | nullRequested square footage, if provided.
lookback_monthsinteger | nullRequested lookback period, if provided.
1 api Creditscurl "https://rentest.ai/api/v1/property/estimate?address=3208%20Conrad%20Street%2C%20Greensboro%2C%20NC%2C%20USA&bedrooms=3&bathrooms=2&property_type=SINGLE_FAMILY"