Listings Changes
Track changes on specific listings since a given date. Detects price drops (ListPrice vs PreviousListPrice) and status changes (Active → Closed/Sold). Useful for building alerts like 'this listing dropped $50K' or 'your saved property just sold'.
GET
/v1/listings/changesAuthentication
OAuth
Authorization: BearerRequires OAuth access token (scope: listings)
Query Parameters
SincestringISO 8601 timestamp. Returns listings modified after this date (e.g., 2026-03-15T00:00:00Z)
ListingIdsstringComma-separated MLS numbers to track (e.g., A11855701,A11923847)
ChangeTypeenumFilter by change type
price_changestatus_changeOffsetnumberSkip results for pagination
Default:
0LimitnumberResults per page (max 50)
Default:
20Responses
200Success
application/jsontotalnumberoffsetnumberlimitnumbersincestringchangesarray[object]