Skip to main content
Description: Manage operations in RentCast. Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: RentCast: Property by Address Retrieve property data for a specific address. Docs: https://developers.rentcast.io/reference/search-queries
{
  "automationType": "rentcast"
}
Example 2: RentCast: Properties Search (City/State) Search properties in a city/state with filters. Docs: https://developers.rentcast.io/reference/search-queries
{
  "automationType": "rentcast"
}
Example 3: RentCast: Sale Listings (Multi Values) Find sale listings with multi-value filters. Docs: https://developers.rentcast.io/reference/search-queries
{
  "automationType": "rentcast"
}
Example 4: RentCast: Rental Listings (Ranges) Find rental listings using ranges for price and daysOld. Docs: https://developers.rentcast.io/reference/search-queries
{
  "automationType": "rentcast"
}
Example 5: RentCast: Sale Listings (Radius Search) Search listings within a radius using lat/long. Docs: https://developers.rentcast.io/reference/search-queries
{
  "automationType": "rentcast"
}
Example 6: RentCast: Properties Search (Zip Only) Search properties using zip code only. Docs: https://developers.rentcast.io/reference/search-queries
{
  "automationType": "rentcast"
}
Example 7: RentCast: Rental Listings (Radius Search) Search rental listings within a radius using lat/long. Docs: https://developers.rentcast.io/reference/search-queries
{
  "automationType": "rentcast"
}
Example 8: RentCast: Property by ID Retrieve property data by ID. Docs: https://developers.rentcast.io/reference/property-record-by-id
{
  "automationType": "rentcast"
}
Example 9: RentCast: Random Properties Retrieve random property records. Docs: https://developers.rentcast.io/reference/random-property-records
{
  "automationType": "rentcast"
}
Example 10: RentCast: Sale Listing by ID Retrieve specific sale listing by ID. Docs: https://developers.rentcast.io/reference/sale-listing-by-id
{
  "automationType": "rentcast"
}
Example 11: RentCast: Rental Listing by ID Retrieve specific rental listing by ID. Docs: https://developers.rentcast.io/reference/rental-listing-by-id
{
  "automationType": "rentcast"
}
Example 12: RentCast: Value Estimate Get property value estimate by address. Docs: https://developers.rentcast.io/reference/value-estimate
{
  "automationType": "rentcast"
}
Example 13: RentCast: Rent Estimate Get property rent estimate by address. Docs: https://developers.rentcast.io/reference/rent-estimate
{
  "automationType": "rentcast"
}
Example 14: RentCast: Market Statistics (Zip Code) Get market statistics for a zip code. Returns sale and rental market data, trends, and statistics. Docs: https://developers.rentcast.io/reference/market-statistics
{
  "automationType": "rentcast"
}
Example 15: RentCast: Market Statistics (City/State) Get market statistics for a city and state. Returns sale and rental market data, trends, and statistics. Docs: https://developers.rentcast.io/reference/market-statistics
{
  "automationType": "rentcast"
}
Third-Party Documentation: