← Back to catalog
usrealestate.for_sale
mock data$0.002 / callUS Properties For Sale
Search active for-sale property listings across the US — filter by city, state, ZIP, price range, bedrooms, bathrooms, sqft, property type. Returns address, price, specs, photos. Millions of MLS listings (RapidAPI / Realtor.com data)
Input schema
city
stringCity name, e.g. "Austin" (use with state_code)
sort
stringSort order (default: relevant)
limit
integerNumber of results (default 10, max 42)
offset
integerPagination offset (default 0)
beds_min
integerMinimum number of bedrooms
sqft_min
integerMinimum square footage
baths_min
integerMinimum number of bathrooms
price_max
integerMaximum listing price in USD
price_min
integerMinimum listing price in USD
state_code
stringTwo-letter US state code, e.g. "TX"
postal_code
stringZIP code, e.g. "78701" (alternative to city+state)
property_type
stringProperty type filter
Call via REST
curl -X POST https://unifyapi.pro/api/call/usrealestate.for_sale \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"city":"<city>","sort":"<sort>","limit":0,"offset":0,"beds_min":0,"sqft_min":0,"baths_min":0,"price_max":0,"price_min":0,"state_code":"<state_code>","postal_code":"<postal_code>","property_type":"<property_type>"}'