Skip to main content

RentCast

RentCast is the leading rental property analytics, estimation and reporting software . This connector enables you to extract data from endpoints like Value Estimate , Rent Estimate , Property Records , Sale Listings and Rental Listings Docs : https://developers.rentcast.io/reference/introduction

Configuration

InputTypeDescriptionDefault Value
api_keystringAPI Key.
addressstringAddress. The full address of the property, in the format of Street, City, State, Zip. Used to retrieve data for a specific property, or together with the radius parameter to search for listings in a specific area
citystringCity. The name of the city, used to search for listings in a specific city. This parameter is case-sensitive
statestringState. The 2-character state abbreviation, used to search for listings in a specific state. This parameter is case-sensitive
zipcodestringZip Code. The 5-digit zip code, used to search for listings in a specific zip code
latitudestringLatitude. The latitude of the search area. Use the latitude/longitude and radius parameters to search for listings in a specific area
longitudestringLongitude. The longitude of the search area. Use the latitude/longitude and radius parameters to search for listings in a specific area
radiusstringRadius. 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 specific area
property_typestringProperty Type. The type of the property, used to search for listings matching this criteria : Single Family , Condo , Townhouse , Manufactured , Multi-Family , Apartment , Land ,
bedroomsnumberBedrooms. The number of bedrooms, used to search for listings matching this criteria. Use 0 to indicate a studio layout
bath_roomsintegerBath Rooms. The number of bathrooms, used to search for listings matching this criteria. Supports fractions to indicate partial bathrooms
statusstringStatus. The current listing status, used to search for listings matching this criteria : Active or Inactive
days_oldstringDays Old. The maximum number of days since a property was listed on the market, with a minimum of 1 or The maximum number of days since a property was last sold, with a minimum of 1. Used to search for properties that were sold within the specified date range
data_type_stringData Type . The type of aggregate market data to return. Defaults to "All" if not provided : All , Sale , Rental
history_rangestringHistory Range. The time range for historical record entries, in months. Defaults to 12 if not provided

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
Property RecordsidDefaultPaginator
Sale ListingsidDefaultPaginator
Rental ListingsidNo pagination
StatisticsNo pagination
Value EstimateNo pagination
Rent EstimateNo pagination

Reference

Config fields reference

Field
Type
Property name
API Key
required
string
api_key
string
address
string
city
string
state
string
zipcode
string
latitude
string
longitude
string
radius
string
property_type
number
bedrooms
integer
bath_rooms
string
status
string
days_old
string
data_type_
string
history_range

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.82025-01-1851910Update dependencies
0.0.72025-01-1151352Update dependencies
0.0.62024-12-2850730Update dependencies
0.0.52024-12-2150254Update dependencies
0.0.42024-12-1449666Update dependencies
0.0.32024-12-1249345Update dependencies
0.0.22024-12-1147604Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.0.12024-10-18Initial release by @ombhardwajj via Connector Builder
Was this page helpful?