Sale Listings API
The Sale Listings endpoint returns properties currently for sale in a US ZIP code, filtered by price range. Returns address, price, property details, and listing URL for each result.
Query Parameters
api_keystring— REQUIREDYour RentEst API key.
zip_codestring— REQUIREDA US ZIP code to search for sale listings (e.g., 27406).
price_mininteger— REQUIREDMinimum listing price in USD.
price_maxinteger— REQUIREDMaximum listing price in USD.
max_itemsintegerMaximum number of listings to return. Defaults to 20, capped at 4000. Automatically limited by your available credits.
Response Fields
totalintegerTotal number of listings returned.
credits_usedintegerNumber of API credits charged for this request (1 credit per 10 results, minimum 1).
listingsarrayArray of sale listing objects.
addressstringFull street address of the listing.
priceintegerListing price in USD.
latitudefloatLatitude coordinate of the property.
longitudefloatLongitude coordinate of the property.
home_typestringProperty type: SINGLE_FAMILY, TOWNHOUSE, or APARTMENT_CONDO. Null if unknown.
days_on_marketintegerNumber of days the listing has been on market.
bedsintegerNumber of bedrooms.
bathsintegerNumber of bathrooms.
area_sqftintegerInterior living area in square feet.
lot_area_sqftintegerLot size in square feet.
listing_urlstringDirect URL to the listing page. Falls back to a Google search URL if unavailable.
1 credit per 10 results. Usage limited to your available credits. api Creditscurl "https://rentest.ai/api/v1/saleListings?zip_code=27406&price_min=300000&price_max=600000"