Rent Estimate API

The Estimate endpoint provides rent estimate and comparable listings.

Query Parameters

api_keystring— REQUIRED

Your RentEst API key.

addressstring— REQUIRED

Full property address including city and state (e.g., 123 Main St, Austin, TX).

bedroomsinteger— REQUIRED

Possible values: [1, 2, 3, 4, 5]

Number of bedrooms.

bathroomsfloat— REQUIRED

Possible values: [1, 1.5, 2, 2.5, 3, 3.5, 4]

Number of bathrooms.

property_typestring— REQUIRED

Possible values: [SINGLE_FAMILY, APARTMENT_CONDO]

Type of residential property. Use SINGLE_FAMILY for houses and townhomes, APARTMENT_CONDO for apartments and condominiums.

sqftfloat

Internal square footage of the property. Improves rent estimation accuracy. Typical range: 500-5000 sqft.

Response Fields

estimated_priceinteger

Estimated monthly rent in USD.

currencystring

Currency code for all price values (always "USD").

confidence_percentfloat

Confidence score from 0-100 indicating estimate reliability based on comparable data quality.

search_radius_milesfloat

Actual search radius used to find comparable properties.

price_statisticsobject

Statistical breakdown of comparable property prices.

averageinteger

Mean rent price of comparable properties.

percentile_25thinteger

25th percentile rent price.

percentile_50thinteger

Median (50th percentile) rent price.

percentile_75thinteger

75th percentile rent price.

comparablesarray

List of nearby rental properties used for the estimate.

addressstring

Full street address of the comparable property.

priceinteger

Listed monthly rent in USD.

distance_milesfloat

Distance from the queried property in miles.

coordinatesobject

Geographic coordinates (latitude, longitude).

bedroomsinteger

Number of bedrooms.

bathroomsfloat

Number of bathrooms.

square_feetinteger

Interior square footage.

last_seenstring

ISO 8601 timestamp of when the listing was last observed.

queryobject

Echo of the search parameters used for the estimate.

addressstring

Resolved address from the input.

coordinatesobject

Geocoded coordinates (latitude, longitude).

bedroomsinteger

Requested number of bedrooms.

bathroomsfloat

Requested number of bathrooms.

property_typestring

Property type (single_family or apartment_condo).

square_feetinteger | null

Requested square footage, if provided.

lookback_monthsinteger | null

Requested lookback period, if provided.

Costs
1 api Credits
GET /api/v1/property/estimate
curl "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"