Search active (or inactive) long-term rental listings
search_rental_listingsReturn a page of long-term (12-month lease) rental listings — same record shape as search_sale_listings (monthly price is the asking rent), but each record is tagged listingKind:"rental-long-term". Same location-pinning rules and 30-minute upstream cache as the sale-listings endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name; combine with state for an area search. | |
| limit | No | Max listings to return per page. Default 50. | |
| price | No | Listed rent; supports ranges and multiple values. | |
| state | No | 2-character state abbreviation. | |
| offset | No | Number of listings to skip, for pagination. Default 0. | |
| radius | No | Search radius in miles (max 100); used with latitude/longitude. | |
| status | No | Listing status to return; defaults to Active. | |
| address | No | Full address to match a specific listing. | |
| daysOld | No | Max days since the listing was last seen (min 1). | |
| lotSize | No | Lot size in square feet; supports ranges and multiple values. | |
| zipCode | No | 5-digit ZIP code. | |
| bedrooms | No | Bedroom count; supports ranges and multiple values. | |
| latitude | No | Latitude of the search center; requires longitude and radius. | |
| bathrooms | No | Bathroom count; supports fractions, ranges, and multiple values. | |
| longitude | No | Longitude of the search center; requires latitude and radius. | |
| yearBuilt | No | Year built; supports ranges and multiple values. | |
| propertyType | No | Filter by property type. | |
| squareFootage | No | Living-area square footage; supports ranges and multiple values. | |
| includeTotalCount | No | When true, RentCast also returns the total matching count. Default false. |