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— REQUIRED

Your RentEst API key.

zip_codestring— REQUIRED

A US ZIP code to search for sale listings (e.g., 27406).

price_mininteger— REQUIRED

Minimum listing price in USD.

price_maxinteger— REQUIRED

Maximum listing price in USD.

max_itemsinteger

Maximum number of listings to return. Defaults to 20, capped at 4000. Automatically limited by your available credits.

Response Fields

totalinteger

Total number of listings returned.

credits_usedinteger

Number of API credits charged for this request (1 credit per 10 results, minimum 1).

listingsarray

Array of sale listing objects.

addressstring

Full street address of the listing.

priceinteger

Listing price in USD.

latitudefloat

Latitude coordinate of the property.

longitudefloat

Longitude coordinate of the property.

home_typestring

Property type: SINGLE_FAMILY, TOWNHOUSE, or APARTMENT_CONDO. Null if unknown.

days_on_marketinteger

Number of days the listing has been on market.

bedsinteger

Number of bedrooms.

bathsinteger

Number of bathrooms.

area_sqftinteger

Interior living area in square feet.

lot_area_sqftinteger

Lot size in square feet.

listing_urlstring

Direct URL to the listing page. Falls back to a Google search URL if unavailable.

Costs
1 credit per 10 results. Usage limited to your available credits. api Credits
GET /api/v1/saleListings
curl "https://rentest.ai/api/v1/saleListings?zip_code=27406&price_min=300000&price_max=600000"