UnifyAPI
← Back to catalog

usrealestate.for_sale

mock data$0.002 / call

US 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)

Financeprovider: Usrealestate#usrealestate#finance

Input schema

city

City name, e.g. "Austin" (use with state_code)

string
sort

Sort order (default: relevant)

string
limit

Number of results (default 10, max 42)

integer
offset

Pagination offset (default 0)

integer
beds_min

Minimum number of bedrooms

integer
sqft_min

Minimum square footage

integer
baths_min

Minimum number of bathrooms

integer
price_max

Maximum listing price in USD

integer
price_min

Minimum listing price in USD

integer
state_code

Two-letter US state code, e.g. "TX"

string
postal_code

ZIP code, e.g. "78701" (alternative to city+state)

string
property_type

Property type filter

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.