get https://api.rentcast.io/v1/listings/sale/
Returns a single sale listing matching the specified id.
This endpoint returns a single sale listing matching the specified internal id, if it exists. Property ids can be obtained via the /properties
, /avm
or /listings
endpoints, or cached in your application from prior requests.
The returned listing record will include data for a specific property, including its listed price, listing date, status, listing contacts, property attributes, and other information. View the full property listings schema to learn more about the response fields.
Property ids used by our API are case-sentive and should be provided in the same format as the
id
field contained in the responses from our API.