Sale ListingsAsk AIget https://api.rentcast.io/v1/listings/saleSearch for sale listings in a geographical area, or by a specific address.Query ParamsaddressstringThe full address of the property, in the format Street, City, State, Zip. Used to retrieve data for a specific property, or together with the radius parameter to search for listings in a circular areacitystringDefaults to AustinThe name of the city, used to search for listings in a specific city. This parameter is case-sensitivestatestringDefaults to TXThe 2-character state abbreviation, used to search for listings in a specific state. This parameter is case-sensitivezipCodestringThe 5-digit zip code, used to search for listings in a specific zip codelatitudefloatThe latitude of the search area. Use the latitude/longitude and radius parameters to search for listings in a circular arealongitudefloatThe longitude of the search area. Use the latitude/longitude and radius parameters to search for listings in a circular arearadiusfloatThe radius of the search area in miles, with a maximum of 100. Use in combination with the latitude/longitude or address parameters to search for listings in a circular areapropertyTypestringenumThe type of the property, used to search for listings matching this criteria. See explanation of property types. Supports multiple valuesSingle FamilyCondoTownhouseManufacturedMulti-FamilyApartmentLandAllowed:Single FamilyCondoTownhouseManufacturedMulti-FamilyApartmentLandbedroomsstringThe number of bedrooms, used to search for listings matching this criteria. Use 0 to indicate a studio layout. Supports numeric ranges and multiple valuesbathroomsstringThe number of bathrooms, used to search for listings matching this criteria. Supports fractions to indicate partial bathrooms, numeric ranges and multiple valuessquareFootagestringThe total living area size in square feet, used to search for listings matching this criteria. Supports numeric ranges and multiple valueslotSizestringThe total lot size in square feet, used to search for listings matching this criteria. Supports numeric ranges and multiple valuesyearBuiltstringThe year of construction, used to search for listings matching this criteria. Supports numeric ranges and multiple valuesstatusstringenumDefaults to ActiveThe current listing status, used to search for listings matching this criteria. See explanation of listing statusesActiveInactiveAllowed:ActiveInactivepricestringThe listed price of the property, used to search for listings matching this criteria. Supports numeric ranges and multiple valuesdaysOldstringThe number of days since a property was listed on the market, with a minimum of 1. Supports numeric rangeslimitint32Defaults to 5The maximum number of listing records to return, between 1 and 500. Defaults to 50 if not provided. Learn more about paginationoffsetint32The index of the first listing record to return, used to paginate through large lists of results. Defaults to 0 if not provided. Learn more about paginationincludeTotalCountbooleanWhen enabled, will return the total number of results matching the current query in the X-Total-Count response header. Defaults to false if not providedtruefalseResponses 200Success 401Auth ErrorUpdated 4 months ago