v1
latestOpenAPI 3.1.02026-07-24100171.6 KBRental Listings
Search for rental listings in a geographical area, or by a specific address.
Query parameters
The 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 area
The name of the city, used to search for listings in a specific city. This parameter is case-sensitive
The 2-character state abbreviation, used to search for listings in a specific state. This parameter is case-sensitive
The 5-digit zip code, used to search for listings in a specific zip code
The latitude of the search area. Use the latitude/longitude and radius parameters to search for listings in a circular area
The longitude of the search area. Use the latitude/longitude and radius parameters to search for listings in a circular area
The 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 area
The type of the property, used to search for listings matching this criteria. See explanation of property types. Supports multiple values
The number of bedrooms, used to search for listings matching this criteria. Use 0 to indicate a studio layout. Supports numeric ranges and multiple values
The number of bathrooms, used to search for listings matching this criteria. Supports fractions to indicate partial bathrooms, numeric ranges and multiple values
The total living area size in square feet, used to search for listings matching this criteria. Supports numeric ranges and multiple values
The total lot size in square feet, used to search for listings matching this criteria. Supports numeric ranges and multiple values
The year of construction, used to search for listings matching this criteria. Supports numeric ranges and multiple values
The current listing status, used to search for listings matching this criteria. See explanation of listing statuses
The listed rent of the property, used to search for listings matching this criteria. Supports numeric ranges and multiple values
The number of days since a property was listed on the market, with a minimum of 1. Supports numeric ranges
The maximum number of listing records to return, between 1 and 500. Defaults to 50 if not provided. Learn more about pagination
The 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 pagination
When enabled, will return the total number of results matching the current query in the X-Total-Count response header. Defaults to false if not provided
Response
Success
Example response
[
{
"id": "2005-Arborside-Dr,-Austin,-TX-78754",
"formattedAddress": "2005 Arborside Dr, Austin, TX 78754",
"addressLine1": "2005 Arborside Dr",
"city": "Austin",
"state": "TX",
"stateFips": "48",
"zipCode": "78754",
"county": "Travis",
"countyFips": "453",
"latitude": 30.35837,
"longitude": -97.66508,
"propertyType": "Single Family",
"bedrooms": 3,
"bathrooms": 2.5,
"squareFootage": 1681,
"lotSize": 4360,
"yearBuilt": 2019,
"hoa": {
"fee": 45
},
"status": "Active",
"price": 2200,
"listingType": "Standard",
"listedDate": "2024-09-18T00:00:00.000Z",
"createdDate": "2024-09-19T00:00:00.000Z",
"lastSeenDate": "2024-09-30T03:49:20.620Z",
"daysOnMarket": 13,
"mlsName": "CentralTexas",
"mlsNumber": "556965",
"listingAgent": {
"name": "Zachary Barton",
"phone": "5129948203",
"email": "zak-barton@realtytexas.com",
"website": "https://zak-barton.realtytexas.homes"
},
"listingOffice": {
"name": "Realty Texas",
"phone": "5124765348",
"email": "sales@realtytexas.com",
"website": "https://www.realtytexas.com"
},
"history": {
"2024-09-18": {
"event": "Rental Listing",
"price": 2200,
"listingType": "Standard",
"listedDate": "2024-09-18T00:00:00.000Z",
"daysOnMarket": 13
}
}
}
]