UnifyAPI
← Back to catalog

usrealestate.property_detail

mock data$0.003 / call

US Property Details

Detailed property information by property ID — beds, baths, sqft, year built, lot size, tax assessment, HOA, days on market, photos, last sale price/date. Use for_sale search first to get property_id (RapidAPI / Realtor.com data)

Financeprovider: Usrealestate#usrealestate#finance

Input schema

property_idrequired

Property ID from a for_sale search result (e.g. "2734304997")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/usrealestate.property_detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"property_id":"<property_id>"}'

Try it

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